| Index: src/compiler/mips/instruction-codes-mips.h
|
| diff --git a/src/compiler/mips/instruction-codes-mips.h b/src/compiler/mips/instruction-codes-mips.h
|
| index f80fae934059caa4714e9a044e61fbba5b438361..7f5afc0d77a08ccb6faa2f7726982fd1b78cd99b 100644
|
| --- a/src/compiler/mips/instruction-codes-mips.h
|
| +++ b/src/compiler/mips/instruction-codes-mips.h
|
| @@ -171,10 +171,10 @@ namespace compiler {
|
| V(MipsI32x4SConvertF32x4) \
|
| V(MipsI32x4UConvertF32x4) \
|
| V(MipsI32x4Neg) \
|
| - V(MipsI32x4LtS) \
|
| - V(MipsI32x4LeS) \
|
| - V(MipsI32x4LtU) \
|
| - V(MipsI32x4LeU) \
|
| + V(MipsI32x4GtS) \
|
| + V(MipsI32x4GeS) \
|
| + V(MipsI32x4GtU) \
|
| + V(MipsI32x4GeU) \
|
| V(MipsI16x8Splat) \
|
| V(MipsI16x8ExtractLane) \
|
| V(MipsI16x8ReplaceLane) \
|
| @@ -191,14 +191,14 @@ namespace compiler {
|
| V(MipsI16x8MinS) \
|
| V(MipsI16x8Eq) \
|
| V(MipsI16x8Ne) \
|
| - V(MipsI16x8LtS) \
|
| - V(MipsI16x8LeS) \
|
| + V(MipsI16x8GtS) \
|
| + V(MipsI16x8GeS) \
|
| V(MipsI16x8AddSaturateU) \
|
| V(MipsI16x8SubSaturateU) \
|
| V(MipsI16x8MaxU) \
|
| V(MipsI16x8MinU) \
|
| - V(MipsI16x8LtU) \
|
| - V(MipsI16x8LeU) \
|
| + V(MipsI16x8GtU) \
|
| + V(MipsI16x8GeU) \
|
| V(MipsI8x16Splat) \
|
| V(MipsI8x16ExtractLane) \
|
| V(MipsI8x16ReplaceLane) \
|
|
|