Chromium Code Reviews| Index: src/compiler/arm/instruction-codes-arm.h |
| diff --git a/src/compiler/arm/instruction-codes-arm.h b/src/compiler/arm/instruction-codes-arm.h |
| index c48369e7d6e447031e8a2d576ef2bf1f4ba5928f..ecd0b2d70b6aa56f262299eb7941d2af9ba002ac 100644 |
| --- a/src/compiler/arm/instruction-codes-arm.h |
| +++ b/src/compiler/arm/instruction-codes-arm.h |
| @@ -35,6 +35,14 @@ namespace compiler { |
| V(ArmMvn) \ |
| V(ArmBfc) \ |
| V(ArmUbfx) \ |
| + V(ArmSxtb) \ |
| + V(ArmSxth) \ |
| + V(ArmSxtab) \ |
| + V(ArmSxtah) \ |
| + V(ArmUxtb) \ |
| + V(ArmUxth) \ |
| + V(ArmUxtab) \ |
| + V(ArmUxtah) \ |
| V(ArmVcmpF64) \ |
| V(ArmVaddF64) \ |
| V(ArmVsubF64) \ |