Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index fa6c518adb6265155a2d8db21949f0aa9ce716a8..33c8c863668b23d8e84e78f904edbed8d44760af 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -177,6 +177,8 @@ |
| SIMPLIFIED_COMPARE_BINOP_LIST(V) \ |
| V(BooleanNot) \ |
| V(BooleanToNumber) \ |
| + V(SpeculativeNumberAdd) \ |
| + V(SpeculativeNumberSubtract) \ |
| V(NumberAdd) \ |
| V(NumberSubtract) \ |
| V(NumberMultiply) \ |
| @@ -320,6 +322,10 @@ |
| V(BitcastFloat64ToInt64) \ |
| V(BitcastInt32ToFloat32) \ |
| V(BitcastInt64ToFloat64) \ |
| + V(CheckedUint32ToInt32) \ |
|
Benedikt Meurer
2016/05/30 18:39:50
These should really be simplified operators.
Jarin
2016/05/31 20:28:53
Done.
|
| + V(CheckedFloat64ToInt32) \ |
| + V(CheckedTaggedToInt32) \ |
| + V(CheckedTaggedToFloat64) \ |
| V(Float32Add) \ |
| V(Float32Sub) \ |
| V(Float32SubPreserveNan) \ |