| Index: src/arm/simulator-arm.h
|
| diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h
|
| index 9a2f192b7d86bbde0edee876fdeb9b656d8cac3c..1f953e5d535f87dd77daae4ecb1755dd2fe4d3c1 100644
|
| --- a/src/arm/simulator-arm.h
|
| +++ b/src/arm/simulator-arm.h
|
| @@ -268,6 +268,9 @@ class Simulator {
|
| void Compute_FPSCR_Flags(double val1, double val2);
|
| void Copy_FPSCR_to_APSR();
|
| inline double canonicalizeNaN(double value);
|
| + double FPRoundInt(double value, VCVTRoundingMode rounding_mode);
|
| + int32_t FPToInt32(double value, VCVTRoundingMode rounding_mode);
|
| + uint32_t FPToUInt32(double value, VCVTRoundingMode rounding_mode);
|
|
|
| // Helper functions to decode common "addressing" modes
|
| int32_t GetShiftRm(Instruction* instr, bool* carry_out);
|
|
|