Lines Matching defs:instr
160 void Decoder::PrintCondition(Instruction* instr) { in PrintCondition()
192 void Decoder::PrintShiftRm(Instruction* instr) { in PrintShiftRm()
228 void Decoder::PrintShiftImm(Instruction* instr) { in PrintShiftImm()
237 void Decoder::PrintShiftSat(Instruction* instr) { in PrintShiftSat()
249 void Decoder::PrintPU(Instruction* instr) { in PrintPU()
303 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister()
351 int Decoder::FormatVFPRegister(Instruction* instr, const char* format) { in FormatVFPRegister()
394 int Decoder::FormatVFPinstruction(Instruction* instr, const char* format) { in FormatVFPinstruction()
436 void Decoder::PrintMovwMovt(Instruction* instr) { in PrintMovwMovt()
449 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption()
714 void Decoder::Format(Instruction* instr, const char* format) { in Format()
739 void Decoder::Unknown(Instruction* instr) { in Unknown()
744 void Decoder::DecodeType01(Instruction* instr) { in DecodeType01()
1050 void Decoder::DecodeType2(Instruction* instr) { in DecodeType2()
1093 void Decoder::DecodeType3(Instruction* instr) { in DecodeType3()
1383 void Decoder::DecodeType4(Instruction* instr) { in DecodeType4()
1397 void Decoder::DecodeType5(Instruction* instr) { in DecodeType5()
1402 void Decoder::DecodeType6(Instruction* instr) { in DecodeType6()
1407 int Decoder::DecodeType7(Instruction* instr) { in DecodeType7()
1463 void Decoder::DecodeTypeVFP(Instruction* instr) { in DecodeTypeVFP()
1664 void Decoder::DecodeTypeCP15(Instruction* instr) { in DecodeTypeCP15()
1694 Instruction* instr) { in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
1708 void Decoder::DecodeVCMP(Instruction* instr) { in DecodeVCMP()
1739 void Decoder::DecodeVCVTBetweenDoubleAndSingle(Instruction* instr) { in DecodeVCVTBetweenDoubleAndSingle()
1753 void Decoder::DecodeVCVTBetweenFloatingPointAndInteger(Instruction* instr) { in DecodeVCVTBetweenFloatingPointAndInteger()
1801 void Decoder::DecodeType6CoprocessorIns(Instruction* instr) { in DecodeType6CoprocessorIns()
1896 void Decoder::DecodeSpecialCondition(Instruction* instr) { in DecodeSpecialCondition()
2604 Instruction* instr = Instruction::At(reinterpret_cast<Address>(instr_ptr)); in InstructionDecode() local