| Index: src/compiler/mips64/instruction-codes-mips64.h
|
| diff --git a/src/compiler/mips64/instruction-codes-mips64.h b/src/compiler/mips64/instruction-codes-mips64.h
|
| index 02cd4d5852c9e66403e3600e1be2ef73d8d1f98e..a75c497f5282afcf5cb830d983431d107542670e 100644
|
| --- a/src/compiler/mips64/instruction-codes-mips64.h
|
| +++ b/src/compiler/mips64/instruction-codes-mips64.h
|
| @@ -205,10 +205,10 @@ namespace compiler {
|
| V(Mips64I32x4SConvertF32x4) \
|
| V(Mips64I32x4UConvertF32x4) \
|
| V(Mips64I32x4Neg) \
|
| - V(Mips64I32x4LtS) \
|
| - V(Mips64I32x4LeS) \
|
| - V(Mips64I32x4LtU) \
|
| - V(Mips64I32x4LeU) \
|
| + V(Mips64I32x4GtS) \
|
| + V(Mips64I32x4GeS) \
|
| + V(Mips64I32x4GtU) \
|
| + V(Mips64I32x4GeU) \
|
| V(Mips64I16x8Splat) \
|
| V(Mips64I16x8ExtractLane) \
|
| V(Mips64I16x8ReplaceLane) \
|
| @@ -225,14 +225,14 @@ namespace compiler {
|
| V(Mips64I16x8MinS) \
|
| V(Mips64I16x8Eq) \
|
| V(Mips64I16x8Ne) \
|
| - V(Mips64I16x8LtS) \
|
| - V(Mips64I16x8LeS) \
|
| + V(Mips64I16x8GtS) \
|
| + V(Mips64I16x8GeS) \
|
| V(Mips64I16x8AddSaturateU) \
|
| V(Mips64I16x8SubSaturateU) \
|
| V(Mips64I16x8MaxU) \
|
| V(Mips64I16x8MinU) \
|
| - V(Mips64I16x8LtU) \
|
| - V(Mips64I16x8LeU) \
|
| + V(Mips64I16x8GtU) \
|
| + V(Mips64I16x8GeU) \
|
| V(Mips64I8x16Splat) \
|
| V(Mips64I8x16ExtractLane) \
|
| V(Mips64I8x16ReplaceLane) \
|
|
|