diff options
Diffstat (limited to 'deps/v8/src/arm/simulator-arm.h')
-rw-r--r-- | deps/v8/src/arm/simulator-arm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/v8/src/arm/simulator-arm.h b/deps/v8/src/arm/simulator-arm.h index 19737301a6..4ee9070ffd 100644 --- a/deps/v8/src/arm/simulator-arm.h +++ b/deps/v8/src/arm/simulator-arm.h @@ -231,6 +231,11 @@ class Simulator { void DecodeTypeVFP(Instr* instr); void DecodeType6CoprocessorIns(Instr* instr); + void DecodeVMOVBetweenCoreAndSinglePrecisionRegisters(Instr* instr); + void DecodeVCMP(Instr* instr); + void DecodeVCVTBetweenDoubleAndSingle(Instr* instr); + void DecodeVCVTBetweenFloatingPointAndInteger(Instr* instr); + // Executes one instruction. void InstructionDecode(Instr* instr); |