Index: src/arm/simulator-arm.h |
=================================================================== |
--- src/arm/simulator-arm.h (revision 4136) |
+++ src/arm/simulator-arm.h (working copy) |
@@ -231,6 +231,11 @@ |
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); |