Lines Matching defs:instr

158 void Decoder::PrintCondition(Instruction* instr) {  in PrintCondition()
190 void Decoder::PrintShiftRm(Instruction* instr) { in PrintShiftRm()
226 void Decoder::PrintShiftImm(Instruction* instr) { in PrintShiftImm()
235 void Decoder::PrintShiftSat(Instruction* instr) { in PrintShiftSat()
247 void Decoder::PrintPU(Instruction* instr) { in PrintPU()
301 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister()
350 int Decoder::FormatVFPRegister(Instruction* instr, const char* format) { in FormatVFPRegister()
393 int Decoder::FormatVFPinstruction(Instruction* instr, const char* format) { in FormatVFPinstruction()
435 void Decoder::PrintMovwMovt(Instruction* instr) { in PrintMovwMovt()
448 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption()
671 void Decoder::Format(Instruction* instr, const char* format) { in Format()
696 void Decoder::Unknown(Instruction* instr) { in Unknown()
701 void Decoder::DecodeType01(Instruction* instr) { in DecodeType01()
951 void Decoder::DecodeType2(Instruction* instr) { in DecodeType2()
986 void Decoder::DecodeType3(Instruction* instr) { in DecodeType3()
1156 void Decoder::DecodeType4(Instruction* instr) { in DecodeType4()
1170 void Decoder::DecodeType5(Instruction* instr) { in DecodeType5()
1175 void Decoder::DecodeType6(Instruction* instr) { in DecodeType6()
1180 int Decoder::DecodeType7(Instruction* instr) { in DecodeType7()
1224 void Decoder::DecodeTypeVFP(Instruction* instr) { in DecodeTypeVFP()
1351 Instruction* instr) { in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
1365 void Decoder::DecodeVCMP(Instruction* instr) { in DecodeVCMP()
1388 void Decoder::DecodeVCVTBetweenDoubleAndSingle(Instruction* instr) { in DecodeVCVTBetweenDoubleAndSingle()
1402 void Decoder::DecodeVCVTBetweenFloatingPointAndInteger(Instruction* instr) { in DecodeVCVTBetweenFloatingPointAndInteger()
1450 void Decoder::DecodeType6CoprocessorIns(Instruction* instr) { in DecodeType6CoprocessorIns()
1539 void Decoder::DecodeSpecialCondition(Instruction* instr) { in DecodeSpecialCondition()
1645 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode() local