| Index: src/arm/simulator-arm.h
|
| diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h
|
| index 7435b77255485f66791a6a6b90902bc8e821112c..d6dcd5272d4b9fec1b17f13508f09f22a946051e 100644
|
| --- a/src/arm/simulator-arm.h
|
| +++ b/src/arm/simulator-arm.h
|
| @@ -339,6 +339,8 @@ class Simulator {
|
| void DecodeVMOVBetweenCoreAndSinglePrecisionRegisters(Instruction* instr);
|
| void DecodeVCMP(Instruction* instr);
|
| void DecodeVCVTBetweenDoubleAndSingle(Instruction* instr);
|
| + int32_t ConvertDoubleToInt(double val, bool unsigned_integer,
|
| + VFPRoundingMode mode, bool is_neon);
|
| void DecodeVCVTBetweenFloatingPointAndInteger(Instruction* instr);
|
|
|
| // Executes one instruction.
|
|
|