Lines Matching refs:EmulateInstructionARM
719 void EmulateInstructionARM::Initialize() { in Initialize()
724 void EmulateInstructionARM::Terminate() { in Terminate()
728 ConstString EmulateInstructionARM::GetPluginNameStatic() { in GetPluginNameStatic()
733 const char *EmulateInstructionARM::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
738 EmulateInstructionARM::CreateInstance(const ArchSpec &arch, in CreateInstance()
740 if (EmulateInstructionARM::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
743 std::unique_ptr<EmulateInstructionARM> emulate_insn_ap( in CreateInstance()
744 new EmulateInstructionARM(arch)); in CreateInstance()
749 std::unique_ptr<EmulateInstructionARM> emulate_insn_ap( in CreateInstance()
750 new EmulateInstructionARM(arch)); in CreateInstance()
760 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple()
771 bool EmulateInstructionARM::WriteBits32UnknownToMemory(addr_t address) { in WriteBits32UnknownToMemory()
784 bool EmulateInstructionARM::WriteBits32Unknown(int n) { in WriteBits32Unknown()
802 bool EmulateInstructionARM::GetRegisterInfo(lldb::RegisterKind reg_kind, in GetRegisterInfo()
837 uint32_t EmulateInstructionARM::GetFramePointerRegisterNumber() const { in GetFramePointerRegisterNumber()
871 uint32_t EmulateInstructionARM::GetFramePointerDWARFRegisterNumber() const { in GetFramePointerDWARFRegisterNumber()
904 bool EmulateInstructionARM::EmulatePUSH(const uint32_t opcode, in EmulatePUSH()
1026 bool EmulateInstructionARM::EmulatePOP(const uint32_t opcode, in EmulatePOP()
1154 bool EmulateInstructionARM::EmulateADDRdSPImm(const uint32_t opcode, in EmulateADDRdSPImm()
1215 bool EmulateInstructionARM::EmulateMOVRdSP(const uint32_t opcode, in EmulateMOVRdSP()
1270 bool EmulateInstructionARM::EmulateMOVLowHigh(const uint32_t opcode, in EmulateMOVLowHigh()
1277 bool EmulateInstructionARM::EmulateMOVRdRm(const uint32_t opcode, in EmulateMOVRdRm()
1366 bool EmulateInstructionARM::EmulateMOVRdImm(const uint32_t opcode, in EmulateMOVRdImm()
1479 bool EmulateInstructionARM::EmulateMUL(const uint32_t opcode, in EmulateMUL()
1608 bool EmulateInstructionARM::EmulateMVNImm(const uint32_t opcode, in EmulateMVNImm()
1668 bool EmulateInstructionARM::EmulateMVNReg(const uint32_t opcode, in EmulateMVNReg()
1749 bool EmulateInstructionARM::EmulateLDRRtPCRelative(const uint32_t opcode, in EmulateLDRRtPCRelative()
1837 bool EmulateInstructionARM::EmulateADDSPImm(const uint32_t opcode, in EmulateADDSPImm()
1948 bool EmulateInstructionARM::EmulateADDSPRm(const uint32_t opcode, in EmulateADDSPRm()
2009 bool EmulateInstructionARM::EmulateBLXImmediate(const uint32_t opcode, in EmulateBLXImmediate()
2113 bool EmulateInstructionARM::EmulateBLXRm(const uint32_t opcode, in EmulateBLXRm()
2178 bool EmulateInstructionARM::EmulateBXRm(const uint32_t opcode, in EmulateBXRm()
2226 bool EmulateInstructionARM::EmulateBXJRm(const uint32_t opcode, in EmulateBXJRm()
2279 bool EmulateInstructionARM::EmulateSUBR7IPImm(const uint32_t opcode, in EmulateSUBR7IPImm()
2329 bool EmulateInstructionARM::EmulateSUBIPSPImm(const uint32_t opcode, in EmulateSUBIPSPImm()
2382 bool EmulateInstructionARM::EmulateSUBSPImm(const uint32_t opcode, in EmulateSUBSPImm()
2468 bool EmulateInstructionARM::EmulateSTRRtSP(const uint32_t opcode, in EmulateSTRRtSP()
2562 bool EmulateInstructionARM::EmulateVPUSH(const uint32_t opcode, in EmulateVPUSH()
2655 bool EmulateInstructionARM::EmulateVPOP(const uint32_t opcode, in EmulateVPOP()
2746 bool EmulateInstructionARM::EmulateSVC(const uint32_t opcode, in EmulateSVC()
2792 bool EmulateInstructionARM::EmulateIT(const uint32_t opcode, in EmulateIT()
2804 bool EmulateInstructionARM::EmulateNop(const uint32_t opcode, in EmulateNop()
2811 bool EmulateInstructionARM::EmulateB(const uint32_t opcode, in EmulateB()
2895 bool EmulateInstructionARM::EmulateCB(const uint32_t opcode, in EmulateCB()
2949 bool EmulateInstructionARM::EmulateTB(const uint32_t opcode, in EmulateTB()
3023 bool EmulateInstructionARM::EmulateADDImmThumb(const uint32_t opcode, in EmulateADDImmThumb()
3145 bool EmulateInstructionARM::EmulateADDImmARM(const uint32_t opcode, in EmulateADDImmARM()
3210 bool EmulateInstructionARM::EmulateADDReg(const uint32_t opcode, in EmulateADDReg()
3299 bool EmulateInstructionARM::EmulateCMNImm(const uint32_t opcode, in EmulateCMNImm()
3346 bool EmulateInstructionARM::EmulateCMNReg(const uint32_t opcode, in EmulateCMNReg()
3412 bool EmulateInstructionARM::EmulateCMPImm(const uint32_t opcode, in EmulateCMPImm()
3463 bool EmulateInstructionARM::EmulateCMPReg(const uint32_t opcode, in EmulateCMPReg()
3540 bool EmulateInstructionARM::EmulateASRImm(const uint32_t opcode, in EmulateASRImm()
3566 bool EmulateInstructionARM::EmulateASRReg(const uint32_t opcode, in EmulateASRReg()
3588 bool EmulateInstructionARM::EmulateLSLImm(const uint32_t opcode, in EmulateLSLImm()
3613 bool EmulateInstructionARM::EmulateLSLReg(const uint32_t opcode, in EmulateLSLReg()
3636 bool EmulateInstructionARM::EmulateLSRImm(const uint32_t opcode, in EmulateLSRImm()
3661 bool EmulateInstructionARM::EmulateLSRReg(const uint32_t opcode, in EmulateLSRReg()
3684 bool EmulateInstructionARM::EmulateRORImm(const uint32_t opcode, in EmulateRORImm()
3710 bool EmulateInstructionARM::EmulateRORReg(const uint32_t opcode, in EmulateRORReg()
3734 bool EmulateInstructionARM::EmulateRRX(const uint32_t opcode, in EmulateRRX()
3755 bool EmulateInstructionARM::EmulateShiftImm(const uint32_t opcode, in EmulateShiftImm()
3845 bool EmulateInstructionARM::EmulateShiftReg(const uint32_t opcode, in EmulateShiftReg()
3919 bool EmulateInstructionARM::EmulateLDM(const uint32_t opcode, in EmulateLDM()
4062 bool EmulateInstructionARM::EmulateLDMDA(const uint32_t opcode, in EmulateLDMDA()
4179 bool EmulateInstructionARM::EmulateLDMDB(const uint32_t opcode, in EmulateLDMDB()
4318 bool EmulateInstructionARM::EmulateLDMIB(const uint32_t opcode, in EmulateLDMIB()
4430 bool EmulateInstructionARM::EmulateLDRRtRnImm(const uint32_t opcode, in EmulateLDRRtRnImm()
4593 bool EmulateInstructionARM::EmulateSTM(const uint32_t opcode, in EmulateSTM()
4745 bool EmulateInstructionARM::EmulateSTMDA(const uint32_t opcode, in EmulateSTMDA()
4867 bool EmulateInstructionARM::EmulateSTMDB(const uint32_t opcode, in EmulateSTMDB()
5016 bool EmulateInstructionARM::EmulateSTMIB(const uint32_t opcode, in EmulateSTMIB()
5138 bool EmulateInstructionARM::EmulateSTRThumb(const uint32_t opcode, in EmulateSTRThumb()
5305 bool EmulateInstructionARM::EmulateSTRRegister(const uint32_t opcode, in EmulateSTRRegister()
5495 bool EmulateInstructionARM::EmulateSTRBThumb(const uint32_t opcode, in EmulateSTRBThumb()
5632 bool EmulateInstructionARM::EmulateSTRHRegister(const uint32_t opcode, in EmulateSTRHRegister()
5810 bool EmulateInstructionARM::EmulateADCImm(const uint32_t opcode, in EmulateADCImm()
5879 bool EmulateInstructionARM::EmulateADCReg(const uint32_t opcode, in EmulateADCReg()
5964 bool EmulateInstructionARM::EmulateADR(const uint32_t opcode, in EmulateADR()
6027 bool EmulateInstructionARM::EmulateANDImm(const uint32_t opcode, in EmulateANDImm()
6102 bool EmulateInstructionARM::EmulateANDReg(const uint32_t opcode, in EmulateANDReg()
6192 bool EmulateInstructionARM::EmulateBICImm(const uint32_t opcode, in EmulateBICImm()
6267 bool EmulateInstructionARM::EmulateBICReg(const uint32_t opcode, in EmulateBICReg()
6356 bool EmulateInstructionARM::EmulateLDRImmediateARM(const uint32_t opcode, in EmulateLDRImmediateARM()
6493 bool EmulateInstructionARM::EmulateLDRRegister(const uint32_t opcode, in EmulateLDRRegister()
6700 bool EmulateInstructionARM::EmulateLDRBImmediate(const uint32_t opcode, in EmulateLDRBImmediate()
6847 bool EmulateInstructionARM::EmulateLDRBLiteral(const uint32_t opcode, in EmulateLDRBLiteral()
6928 bool EmulateInstructionARM::EmulateLDRBRegister(const uint32_t opcode, in EmulateLDRBRegister()
7090 bool EmulateInstructionARM::EmulateLDRHImmediate(const uint32_t opcode, in EmulateLDRHImmediate()
7237 bool EmulateInstructionARM::EmulateLDRHLiteral(const uint32_t opcode, in EmulateLDRHLiteral()
7341 bool EmulateInstructionARM::EmulateLDRHRegister(const uint32_t opcode, in EmulateLDRHRegister()
7517 bool EmulateInstructionARM::EmulateLDRSBImmediate(const uint32_t opcode, in EmulateLDRSBImmediate()
7666 bool EmulateInstructionARM::EmulateLDRSBLiteral(const uint32_t opcode, in EmulateLDRSBLiteral()
7754 bool EmulateInstructionARM::EmulateLDRSBRegister(const uint32_t opcode, in EmulateLDRSBRegister()
7914 bool EmulateInstructionARM::EmulateLDRSHImmediate(const uint32_t opcode, in EmulateLDRSHImmediate()
8073 bool EmulateInstructionARM::EmulateLDRSHLiteral(const uint32_t opcode, in EmulateLDRSHLiteral()
8174 bool EmulateInstructionARM::EmulateLDRSHRegister(const uint32_t opcode, in EmulateLDRSHRegister()
8354 bool EmulateInstructionARM::EmulateSXTB(const uint32_t opcode, in EmulateSXTB()
8439 bool EmulateInstructionARM::EmulateSXTH(const uint32_t opcode, in EmulateSXTH()
8524 bool EmulateInstructionARM::EmulateUXTB(const uint32_t opcode, in EmulateUXTB()
8607 bool EmulateInstructionARM::EmulateUXTH(const uint32_t opcode, in EmulateUXTH()
8688 bool EmulateInstructionARM::EmulateRFE(const uint32_t opcode, in EmulateRFE()
8834 bool EmulateInstructionARM::EmulateEORImm(const uint32_t opcode, in EmulateEORImm()
8912 bool EmulateInstructionARM::EmulateEORReg(const uint32_t opcode, in EmulateEORReg()
9003 bool EmulateInstructionARM::EmulateORRImm(const uint32_t opcode, in EmulateORRImm()
9079 bool EmulateInstructionARM::EmulateORRReg(const uint32_t opcode, in EmulateORRReg()
9168 bool EmulateInstructionARM::EmulateRSBImm(const uint32_t opcode, in EmulateRSBImm()
9240 bool EmulateInstructionARM::EmulateRSBReg(const uint32_t opcode, in EmulateRSBReg()
9319 bool EmulateInstructionARM::EmulateRSCImm(const uint32_t opcode, in EmulateRSCImm()
9378 bool EmulateInstructionARM::EmulateRSCReg(const uint32_t opcode, in EmulateRSCReg()
9448 bool EmulateInstructionARM::EmulateSBCImm(const uint32_t opcode, in EmulateSBCImm()
9516 bool EmulateInstructionARM::EmulateSBCReg(const uint32_t opcode, in EmulateSBCReg()
9600 bool EmulateInstructionARM::EmulateSUBImmThumb(const uint32_t opcode, in EmulateSUBImmThumb()
9690 bool EmulateInstructionARM::EmulateSUBImmARM(const uint32_t opcode, in EmulateSUBImmARM()
9767 bool EmulateInstructionARM::EmulateTEQImm(const uint32_t opcode, in EmulateTEQImm()
9826 bool EmulateInstructionARM::EmulateTEQReg(const uint32_t opcode, in EmulateTEQReg()
9892 bool EmulateInstructionARM::EmulateTSTImm(const uint32_t opcode, in EmulateTSTImm()
9951 bool EmulateInstructionARM::EmulateTSTReg(const uint32_t opcode, in EmulateTSTReg()
10021 bool EmulateInstructionARM::EmulateSUBSPReg(const uint32_t opcode, in EmulateSUBSPReg()
10119 bool EmulateInstructionARM::EmulateADDRegShift(const uint32_t opcode, in EmulateADDRegShift()
10215 bool EmulateInstructionARM::EmulateSUBReg(const uint32_t opcode, in EmulateSUBReg()
10349 bool EmulateInstructionARM::EmulateSTREX(const uint32_t opcode, in EmulateSTREX()
10460 bool EmulateInstructionARM::EmulateSTRBImmARM(const uint32_t opcode, in EmulateSTRBImmARM()
10553 bool EmulateInstructionARM::EmulateSTRImmARM(const uint32_t opcode, in EmulateSTRImmARM()
10662 bool EmulateInstructionARM::EmulateLDRDImmediate(const uint32_t opcode, in EmulateLDRDImmediate()
10810 bool EmulateInstructionARM::EmulateLDRDRegister(const uint32_t opcode, in EmulateLDRDRegister()
10939 bool EmulateInstructionARM::EmulateSTRDImm(const uint32_t opcode, in EmulateSTRDImm()
11092 bool EmulateInstructionARM::EmulateSTRDReg(const uint32_t opcode, in EmulateSTRDReg()
11230 bool EmulateInstructionARM::EmulateVLDM(const uint32_t opcode, in EmulateVLDM()
11423 bool EmulateInstructionARM::EmulateVSTM(const uint32_t opcode, in EmulateVSTM()
11628 bool EmulateInstructionARM::EmulateVLDR(const uint32_t opcode, in EmulateVLDR()
11755 bool EmulateInstructionARM::EmulateVSTR(const uint32_t opcode, in EmulateVSTR()
11888 bool EmulateInstructionARM::EmulateVLD1Multiple(const uint32_t opcode, in EmulateVLD1Multiple()
12046 bool EmulateInstructionARM::EmulateVLD1Single(const uint32_t opcode, in EmulateVLD1Single()
12223 bool EmulateInstructionARM::EmulateVST1Multiple(const uint32_t opcode, in EmulateVST1Multiple()
12379 bool EmulateInstructionARM::EmulateVST1Single(const uint32_t opcode, in EmulateVST1Single()
12538 bool EmulateInstructionARM::EmulateVLD1SingleAll(const uint32_t opcode, in EmulateVLD1SingleAll()
12669 bool EmulateInstructionARM::EmulateSUBSPcLrEtc(const uint32_t opcode, in EmulateSUBSPcLrEtc()
12852 EmulateInstructionARM::ARMOpcode *
12853 EmulateInstructionARM::GetARMOpcodeForInstruction(const uint32_t opcode, in GetARMOpcodeForInstruction()
12862 &EmulateInstructionARM::EmulatePUSH, "push <registers>"}, in GetARMOpcodeForInstruction()
12864 &EmulateInstructionARM::EmulatePUSH, "push <register>"}, in GetARMOpcodeForInstruction()
12868 &EmulateInstructionARM::EmulateADDRdSPImm, "add r7, sp, #<const>"}, in GetARMOpcodeForInstruction()
12870 &EmulateInstructionARM::EmulateSUBR7IPImm, "sub r7, ip, #<const>"}, in GetARMOpcodeForInstruction()
12873 &EmulateInstructionARM::EmulateMOVRdSP, "mov ip, sp"}, in GetARMOpcodeForInstruction()
12875 &EmulateInstructionARM::EmulateADDRdSPImm, "add ip, sp, #<const>"}, in GetARMOpcodeForInstruction()
12877 &EmulateInstructionARM::EmulateSUBIPSPImm, "sub ip, sp, #<const>"}, in GetARMOpcodeForInstruction()
12881 &EmulateInstructionARM::EmulateSUBSPImm, "sub sp, sp, #<const>"}, in GetARMOpcodeForInstruction()
12883 &EmulateInstructionARM::EmulateSUBSPReg, in GetARMOpcodeForInstruction()
12889 &EmulateInstructionARM::EmulateSTRRtSP, "str Rt, [sp, #-imm12]!"}, in GetARMOpcodeForInstruction()
12893 &EmulateInstructionARM::EmulateVPUSH, "vpush.64 <list>"}, in GetARMOpcodeForInstruction()
12895 &EmulateInstructionARM::EmulateVPUSH, "vpush.32 <list>"}, in GetARMOpcodeForInstruction()
12902 &EmulateInstructionARM::EmulatePOP, "pop <registers>"}, in GetARMOpcodeForInstruction()
12904 &EmulateInstructionARM::EmulatePOP, "pop <register>"}, in GetARMOpcodeForInstruction()
12906 &EmulateInstructionARM::EmulateVPOP, "vpop.64 <list>"}, in GetARMOpcodeForInstruction()
12908 &EmulateInstructionARM::EmulateVPOP, "vpop.32 <list>"}, in GetARMOpcodeForInstruction()
12914 &EmulateInstructionARM::EmulateSVC, "svc #imm24"}, in GetARMOpcodeForInstruction()
12922 &EmulateInstructionARM::EmulateBLXImmediate, "blx <label>"}, in GetARMOpcodeForInstruction()
12924 &EmulateInstructionARM::EmulateB, "b #imm24"}, in GetARMOpcodeForInstruction()
12926 &EmulateInstructionARM::EmulateBLXImmediate, "bl <label>"}, in GetARMOpcodeForInstruction()
12928 &EmulateInstructionARM::EmulateBLXRm, "blx <Rm>"}, in GetARMOpcodeForInstruction()
12931 &EmulateInstructionARM::EmulateBXRm, "bx <Rm>"}, in GetARMOpcodeForInstruction()
12934 &EmulateInstructionARM::EmulateBXJRm, "bxj <Rm>"}, in GetARMOpcodeForInstruction()
12941 &EmulateInstructionARM::EmulateADCImm, "adc{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12944 &EmulateInstructionARM::EmulateADCReg, in GetARMOpcodeForInstruction()
12948 &EmulateInstructionARM::EmulateADDImmARM, in GetARMOpcodeForInstruction()
12952 &EmulateInstructionARM::EmulateADDReg, in GetARMOpcodeForInstruction()
12956 &EmulateInstructionARM::EmulateADDRegShift, in GetARMOpcodeForInstruction()
12960 &EmulateInstructionARM::EmulateADR, "add<c> <Rd>, PC, #<const>"}, in GetARMOpcodeForInstruction()
12962 &EmulateInstructionARM::EmulateADR, "sub<c> <Rd>, PC, #<const>"}, in GetARMOpcodeForInstruction()
12965 &EmulateInstructionARM::EmulateANDImm, "and{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12968 &EmulateInstructionARM::EmulateANDReg, in GetARMOpcodeForInstruction()
12972 &EmulateInstructionARM::EmulateBICImm, "bic{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12975 &EmulateInstructionARM::EmulateBICReg, in GetARMOpcodeForInstruction()
12979 &EmulateInstructionARM::EmulateEORImm, "eor{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12982 &EmulateInstructionARM::EmulateEORReg, in GetARMOpcodeForInstruction()
12986 &EmulateInstructionARM::EmulateORRImm, "orr{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12989 &EmulateInstructionARM::EmulateORRReg, in GetARMOpcodeForInstruction()
12993 &EmulateInstructionARM::EmulateRSBImm, "rsb{s}<c> <Rd>, <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
12996 &EmulateInstructionARM::EmulateRSBReg, in GetARMOpcodeForInstruction()
13000 &EmulateInstructionARM::EmulateRSCImm, "rsc{s}<c> <Rd>, <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
13003 &EmulateInstructionARM::EmulateRSCReg, in GetARMOpcodeForInstruction()
13007 &EmulateInstructionARM::EmulateSBCImm, "sbc{s}<c> <Rd>, <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
13010 &EmulateInstructionARM::EmulateSBCReg, in GetARMOpcodeForInstruction()
13014 &EmulateInstructionARM::EmulateSUBImmARM, in GetARMOpcodeForInstruction()
13018 &EmulateInstructionARM::EmulateSUBSPImm, "sub{s}<c> <Rd>, sp, #<const>"}, in GetARMOpcodeForInstruction()
13021 &EmulateInstructionARM::EmulateSUBReg, in GetARMOpcodeForInstruction()
13025 &EmulateInstructionARM::EmulateTEQImm, "teq<c> <Rn>, #const"}, in GetARMOpcodeForInstruction()
13028 &EmulateInstructionARM::EmulateTEQReg, "teq<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
13031 &EmulateInstructionARM::EmulateTSTImm, "tst<c> <Rn>, #const"}, in GetARMOpcodeForInstruction()
13034 &EmulateInstructionARM::EmulateTSTReg, "tst<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
13038 &EmulateInstructionARM::EmulateMOVRdImm, "mov{s}<c> <Rd>, #<const>"}, in GetARMOpcodeForInstruction()
13040 &EmulateInstructionARM::EmulateMOVRdImm, "movw<c> <Rd>, #<imm16>"}, in GetARMOpcodeForInstruction()
13043 &EmulateInstructionARM::EmulateMOVRdRm, "mov{s}<c> <Rd>, <Rm>"}, in GetARMOpcodeForInstruction()
13046 &EmulateInstructionARM::EmulateMVNImm, "mvn{s}<c> <Rd>, #<const>"}, in GetARMOpcodeForInstruction()
13049 &EmulateInstructionARM::EmulateMVNReg, in GetARMOpcodeForInstruction()
13053 &EmulateInstructionARM::EmulateCMNImm, "cmn<c> <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
13056 &EmulateInstructionARM::EmulateCMNReg, "cmn<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
13059 &EmulateInstructionARM::EmulateCMPImm, "cmp<c> <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
13062 &EmulateInstructionARM::EmulateCMPReg, "cmp<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
13065 &EmulateInstructionARM::EmulateASRImm, "asr{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13068 &EmulateInstructionARM::EmulateASRReg, "asr{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13071 &EmulateInstructionARM::EmulateLSLImm, "lsl{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13074 &EmulateInstructionARM::EmulateLSLReg, "lsl{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13077 &EmulateInstructionARM::EmulateLSRImm, "lsr{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13080 &EmulateInstructionARM::EmulateLSRReg, "lsr{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13083 &EmulateInstructionARM::EmulateRRX, "rrx{s}<c> <Rd>, <Rm>"}, in GetARMOpcodeForInstruction()
13086 &EmulateInstructionARM::EmulateRORImm, "ror{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13089 &EmulateInstructionARM::EmulateRORReg, "ror{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13092 &EmulateInstructionARM::EmulateMUL, "mul{s}<c> <Rd>,<R>,<Rm>"}, in GetARMOpcodeForInstruction()
13096 &EmulateInstructionARM::EmulateSUBSPcLrEtc, in GetARMOpcodeForInstruction()
13099 &EmulateInstructionARM::EmulateSUBSPcLrEtc, in GetARMOpcodeForInstruction()
13106 &EmulateInstructionARM::EmulateLDM, "ldm<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13108 &EmulateInstructionARM::EmulateLDMDA, "ldmda<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13110 &EmulateInstructionARM::EmulateLDMDB, "ldmdb<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13112 &EmulateInstructionARM::EmulateLDMIB, "ldmib<c> <Rn<{!} <registers>"}, in GetARMOpcodeForInstruction()
13114 &EmulateInstructionARM::EmulateLDRImmediateARM, in GetARMOpcodeForInstruction()
13117 &EmulateInstructionARM::EmulateLDRRegister, in GetARMOpcodeForInstruction()
13120 &EmulateInstructionARM::EmulateLDRBLiteral, "ldrb<c> <Rt>, [...]"}, in GetARMOpcodeForInstruction()
13122 &EmulateInstructionARM::EmulateLDRBRegister, in GetARMOpcodeForInstruction()
13125 &EmulateInstructionARM::EmulateLDRHLiteral, "ldrh<c> <Rt>, <label>"}, in GetARMOpcodeForInstruction()
13127 &EmulateInstructionARM::EmulateLDRHRegister, in GetARMOpcodeForInstruction()
13130 &EmulateInstructionARM::EmulateLDRSBImmediate, in GetARMOpcodeForInstruction()
13133 &EmulateInstructionARM::EmulateLDRSBLiteral, "ldrsb<c> <Rt> <label>"}, in GetARMOpcodeForInstruction()
13135 &EmulateInstructionARM::EmulateLDRSBRegister, in GetARMOpcodeForInstruction()
13138 &EmulateInstructionARM::EmulateLDRSHImmediate, in GetARMOpcodeForInstruction()
13141 &EmulateInstructionARM::EmulateLDRSHLiteral, "ldrsh<c> <Rt>,<label>"}, in GetARMOpcodeForInstruction()
13143 &EmulateInstructionARM::EmulateLDRSHRegister, in GetARMOpcodeForInstruction()
13146 &EmulateInstructionARM::EmulateLDRDImmediate, in GetARMOpcodeForInstruction()
13149 &EmulateInstructionARM::EmulateLDRDRegister, in GetARMOpcodeForInstruction()
13152 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetARMOpcodeForInstruction()
13154 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetARMOpcodeForInstruction()
13156 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Dd>, [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13158 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Sd>, [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13160 &EmulateInstructionARM::EmulateVLD1Multiple, in GetARMOpcodeForInstruction()
13163 &EmulateInstructionARM::EmulateVLD1Single, in GetARMOpcodeForInstruction()
13166 &EmulateInstructionARM::EmulateVLD1SingleAll, in GetARMOpcodeForInstruction()
13173 &EmulateInstructionARM::EmulateSTM, "stm<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13175 &EmulateInstructionARM::EmulateSTMDA, "stmda<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13177 &EmulateInstructionARM::EmulateSTMDB, "stmdb<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13179 &EmulateInstructionARM::EmulateSTMIB, "stmib<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13181 &EmulateInstructionARM::EmulateSTRRegister, in GetARMOpcodeForInstruction()
13184 &EmulateInstructionARM::EmulateSTRHRegister, in GetARMOpcodeForInstruction()
13187 &EmulateInstructionARM::EmulateSTREX, "strex<c> <Rd>, <Rt>, [<Rn>]"}, in GetARMOpcodeForInstruction()
13189 &EmulateInstructionARM::EmulateSTRBImmARM, in GetARMOpcodeForInstruction()
13192 &EmulateInstructionARM::EmulateSTRImmARM, in GetARMOpcodeForInstruction()
13195 &EmulateInstructionARM::EmulateSTRDImm, in GetARMOpcodeForInstruction()
13198 &EmulateInstructionARM::EmulateSTRDReg, in GetARMOpcodeForInstruction()
13201 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!} <list>"}, in GetARMOpcodeForInstruction()
13203 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!} <list>"}, in GetARMOpcodeForInstruction()
13205 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Dd> [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13207 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Sd> [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13209 &EmulateInstructionARM::EmulateVST1Multiple, in GetARMOpcodeForInstruction()
13212 &EmulateInstructionARM::EmulateVST1Single, in GetARMOpcodeForInstruction()
13219 &EmulateInstructionARM::EmulateSXTB, "sxtb<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13221 &EmulateInstructionARM::EmulateSXTH, "sxth<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13223 &EmulateInstructionARM::EmulateUXTB, "uxtb<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13225 &EmulateInstructionARM::EmulateUXTH, "uxth<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13227 &EmulateInstructionARM::EmulateRFE, "rfe{<amode>} <Rn>{!}"} in GetARMOpcodeForInstruction()
13240 EmulateInstructionARM::ARMOpcode *
13241 EmulateInstructionARM::GetThumbOpcodeForInstruction(const uint32_t opcode, in GetThumbOpcodeForInstruction()
13251 &EmulateInstructionARM::EmulatePUSH, "push <registers>"}, in GetThumbOpcodeForInstruction()
13253 &EmulateInstructionARM::EmulatePUSH, "push.w <registers>"}, in GetThumbOpcodeForInstruction()
13255 &EmulateInstructionARM::EmulatePUSH, "push.w <register>"}, in GetThumbOpcodeForInstruction()
13259 &EmulateInstructionARM::EmulateADDRdSPImm, "add r7, sp, #imm"}, in GetThumbOpcodeForInstruction()
13262 &EmulateInstructionARM::EmulateMOVRdSP, "mov r7, sp"}, in GetThumbOpcodeForInstruction()
13266 &EmulateInstructionARM::EmulateMOVLowHigh, "mov r0-r7, r8-r15"}, in GetThumbOpcodeForInstruction()
13270 &EmulateInstructionARM::EmulateLDRRtPCRelative, "ldr <Rt>, [PC, #imm]"}, in GetThumbOpcodeForInstruction()
13274 &EmulateInstructionARM::EmulateADDSPRm, "add sp, <Rm>"}, in GetThumbOpcodeForInstruction()
13276 &EmulateInstructionARM::EmulateSUBSPImm, "sub sp, sp, #imm"}, in GetThumbOpcodeForInstruction()
13278 &EmulateInstructionARM::EmulateSUBSPImm, "sub.w sp, sp, #<const>"}, in GetThumbOpcodeForInstruction()
13280 &EmulateInstructionARM::EmulateSUBSPImm, "subw sp, sp, #imm12"}, in GetThumbOpcodeForInstruction()
13282 &EmulateInstructionARM::EmulateSUBSPReg, in GetThumbOpcodeForInstruction()
13287 &EmulateInstructionARM::EmulateVPUSH, "vpush.64 <list>"}, in GetThumbOpcodeForInstruction()
13289 &EmulateInstructionARM::EmulateVPUSH, "vpush.32 <list>"}, in GetThumbOpcodeForInstruction()
13296 &EmulateInstructionARM::EmulateADDSPImm, "add<c> <Rd>, sp, #imm"}, in GetThumbOpcodeForInstruction()
13298 &EmulateInstructionARM::EmulateADDSPImm, "add sp, #imm"}, in GetThumbOpcodeForInstruction()
13300 &EmulateInstructionARM::EmulatePOP, "pop <registers>"}, in GetThumbOpcodeForInstruction()
13302 &EmulateInstructionARM::EmulatePOP, "pop.w <registers>"}, in GetThumbOpcodeForInstruction()
13304 &EmulateInstructionARM::EmulatePOP, "pop.w <register>"}, in GetThumbOpcodeForInstruction()
13306 &EmulateInstructionARM::EmulateVPOP, "vpop.64 <list>"}, in GetThumbOpcodeForInstruction()
13308 &EmulateInstructionARM::EmulateVPOP, "vpop.32 <list>"}, in GetThumbOpcodeForInstruction()
13314 &EmulateInstructionARM::EmulateSVC, "svc #imm8"}, in GetThumbOpcodeForInstruction()
13321 &EmulateInstructionARM::EmulateNop, "nop"}, in GetThumbOpcodeForInstruction()
13323 &EmulateInstructionARM::EmulateNop, "nop YIELD (yield hint)"}, in GetThumbOpcodeForInstruction()
13325 &EmulateInstructionARM::EmulateNop, "nop WFE (wait for event hint)"}, in GetThumbOpcodeForInstruction()
13327 &EmulateInstructionARM::EmulateNop, "nop WFI (wait for interrupt hint)"}, in GetThumbOpcodeForInstruction()
13329 &EmulateInstructionARM::EmulateNop, "nop SEV (send event hint)"}, in GetThumbOpcodeForInstruction()
13331 &EmulateInstructionARM::EmulateIT, "it{<x>{<y>{<z>}}} <firstcond>"}, in GetThumbOpcodeForInstruction()
13338 &EmulateInstructionARM::EmulateB, "b<c> #imm8 (outside IT)"}, in GetThumbOpcodeForInstruction()
13340 &EmulateInstructionARM::EmulateB, "b<c> #imm11 (outside or last in IT)"}, in GetThumbOpcodeForInstruction()
13342 &EmulateInstructionARM::EmulateB, "b<c>.w #imm8 (outside IT)"}, in GetThumbOpcodeForInstruction()
13344 &EmulateInstructionARM::EmulateB, in GetThumbOpcodeForInstruction()
13348 &EmulateInstructionARM::EmulateBLXImmediate, "bl <label>"}, in GetThumbOpcodeForInstruction()
13351 &EmulateInstructionARM::EmulateBLXImmediate, "blx <label>"}, in GetThumbOpcodeForInstruction()
13353 &EmulateInstructionARM::EmulateBLXRm, "blx <Rm>"}, in GetThumbOpcodeForInstruction()
13356 &EmulateInstructionARM::EmulateBXRm, "bx <Rm>"}, in GetThumbOpcodeForInstruction()
13359 &EmulateInstructionARM::EmulateBXJRm, "bxj <Rm>"}, in GetThumbOpcodeForInstruction()
13362 &EmulateInstructionARM::EmulateCB, "cb{n}z <Rn>, <label>"}, in GetThumbOpcodeForInstruction()
13365 &EmulateInstructionARM::EmulateTB, "tbb<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13368 &EmulateInstructionARM::EmulateTB, "tbh<c> <Rn>, <Rm>, lsl #1"}, in GetThumbOpcodeForInstruction()
13375 &EmulateInstructionARM::EmulateADCImm, "adc{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13378 &EmulateInstructionARM::EmulateADCReg, "adcs|adc<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13380 &EmulateInstructionARM::EmulateADCReg, in GetThumbOpcodeForInstruction()
13384 &EmulateInstructionARM::EmulateADDReg, "adds|add<c> <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13388 &EmulateInstructionARM::EmulateADDReg, "add<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13391 &EmulateInstructionARM::EmulateADR, "add<c> <Rd>, PC, #<const>"}, in GetThumbOpcodeForInstruction()
13393 &EmulateInstructionARM::EmulateADR, "sub<c> <Rd>, PC, #<const>"}, in GetThumbOpcodeForInstruction()
13395 &EmulateInstructionARM::EmulateADR, "add<c> <Rd>, PC, #<const>"}, in GetThumbOpcodeForInstruction()
13398 &EmulateInstructionARM::EmulateANDImm, "and{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13401 &EmulateInstructionARM::EmulateANDReg, "ands|and<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13403 &EmulateInstructionARM::EmulateANDReg, in GetThumbOpcodeForInstruction()
13407 &EmulateInstructionARM::EmulateBICImm, "bic{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13410 &EmulateInstructionARM::EmulateBICReg, "bics|bic<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13412 &EmulateInstructionARM::EmulateBICReg, in GetThumbOpcodeForInstruction()
13416 &EmulateInstructionARM::EmulateEORImm, "eor{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13419 &EmulateInstructionARM::EmulateEORReg, "eors|eor<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13421 &EmulateInstructionARM::EmulateEORReg, in GetThumbOpcodeForInstruction()
13425 &EmulateInstructionARM::EmulateORRImm, "orr{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13428 &EmulateInstructionARM::EmulateORRReg, "orrs|orr<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13430 &EmulateInstructionARM::EmulateORRReg, in GetThumbOpcodeForInstruction()
13434 &EmulateInstructionARM::EmulateRSBImm, "rsbs|rsb<c> <Rd>, <Rn>, #0"}, in GetThumbOpcodeForInstruction()
13436 &EmulateInstructionARM::EmulateRSBImm, in GetThumbOpcodeForInstruction()
13440 &EmulateInstructionARM::EmulateRSBReg, in GetThumbOpcodeForInstruction()
13444 &EmulateInstructionARM::EmulateSBCImm, "sbc{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13447 &EmulateInstructionARM::EmulateSBCReg, "sbcs|sbc<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13449 &EmulateInstructionARM::EmulateSBCReg, in GetThumbOpcodeForInstruction()
13453 &EmulateInstructionARM::EmulateADDImmThumb, in GetThumbOpcodeForInstruction()
13456 &EmulateInstructionARM::EmulateADDImmThumb, "adds|add<c> <Rdn>,#<imm8>"}, in GetThumbOpcodeForInstruction()
13458 &EmulateInstructionARM::EmulateADDImmThumb, in GetThumbOpcodeForInstruction()
13461 &EmulateInstructionARM::EmulateADDImmThumb, in GetThumbOpcodeForInstruction()
13465 &EmulateInstructionARM::EmulateSUBImmThumb, in GetThumbOpcodeForInstruction()
13468 &EmulateInstructionARM::EmulateSUBImmThumb, "subs|sub<c> <Rdn>, #imm8"}, in GetThumbOpcodeForInstruction()
13470 &EmulateInstructionARM::EmulateSUBImmThumb, in GetThumbOpcodeForInstruction()
13473 &EmulateInstructionARM::EmulateSUBImmThumb, in GetThumbOpcodeForInstruction()
13477 &EmulateInstructionARM::EmulateSUBSPImm, "sub{s}.w <Rd>, sp, #<const>"}, in GetThumbOpcodeForInstruction()
13479 &EmulateInstructionARM::EmulateSUBSPImm, "subw<c> <Rd>, sp, #imm12"}, in GetThumbOpcodeForInstruction()
13482 &EmulateInstructionARM::EmulateSUBReg, "subs|sub<c> <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13484 &EmulateInstructionARM::EmulateSUBReg, in GetThumbOpcodeForInstruction()
13488 &EmulateInstructionARM::EmulateTEQImm, "teq<c> <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13491 &EmulateInstructionARM::EmulateTEQReg, "teq<c> <Rn>, <Rm> {,<shift>}"}, in GetThumbOpcodeForInstruction()
13494 &EmulateInstructionARM::EmulateTSTImm, "tst<c> <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13497 &EmulateInstructionARM::EmulateTSTReg, "tst<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13499 &EmulateInstructionARM::EmulateTSTReg, "tst<c>.w <Rn>, <Rm> {,<shift>}"}, in GetThumbOpcodeForInstruction()
13503 &EmulateInstructionARM::EmulateMOVRdRm, "mov<c> <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13506 &EmulateInstructionARM::EmulateMOVRdRm, "movs <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13509 &EmulateInstructionARM::EmulateMOVRdRm, "mov{s}<c>.w <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13512 &EmulateInstructionARM::EmulateMOVRdImm, "movs|mov<c> <Rd>, #imm8"}, in GetThumbOpcodeForInstruction()
13514 &EmulateInstructionARM::EmulateMOVRdImm, "mov{s}<c>.w <Rd>, #<const>"}, in GetThumbOpcodeForInstruction()
13516 &EmulateInstructionARM::EmulateMOVRdImm, "movw<c> <Rd>,#<imm16>"}, in GetThumbOpcodeForInstruction()
13519 &EmulateInstructionARM::EmulateMVNImm, "mvn{s} <Rd>, #<const>"}, in GetThumbOpcodeForInstruction()
13522 &EmulateInstructionARM::EmulateMVNReg, "mvns|mvn<c> <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13524 &EmulateInstructionARM::EmulateMVNReg, in GetThumbOpcodeForInstruction()
13528 &EmulateInstructionARM::EmulateCMNImm, "cmn<c> <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13531 &EmulateInstructionARM::EmulateCMNReg, "cmn<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13533 &EmulateInstructionARM::EmulateCMNReg, "cmn<c> <Rn>, <Rm> {,<shift>}"}, in GetThumbOpcodeForInstruction()
13536 &EmulateInstructionARM::EmulateCMPImm, "cmp<c> <Rn>, #imm8"}, in GetThumbOpcodeForInstruction()
13538 &EmulateInstructionARM::EmulateCMPImm, "cmp<c>.w <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13541 &EmulateInstructionARM::EmulateCMPReg, "cmp<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13544 &EmulateInstructionARM::EmulateCMPReg, "cmp<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13546 &EmulateInstructionARM::EmulateCMPReg, in GetThumbOpcodeForInstruction()
13550 &EmulateInstructionARM::EmulateASRImm, "asrs|asr<c> <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13552 &EmulateInstructionARM::EmulateASRImm, "asr{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13555 &EmulateInstructionARM::EmulateASRReg, "asrs|asr<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13557 &EmulateInstructionARM::EmulateASRReg, "asr{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13560 &EmulateInstructionARM::EmulateLSLImm, "lsls|lsl<c> <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13562 &EmulateInstructionARM::EmulateLSLImm, "lsl{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13565 &EmulateInstructionARM::EmulateLSLReg, "lsls|lsl<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13567 &EmulateInstructionARM::EmulateLSLReg, "lsl{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13570 &EmulateInstructionARM::EmulateLSRImm, "lsrs|lsr<c> <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13572 &EmulateInstructionARM::EmulateLSRImm, "lsr{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13575 &EmulateInstructionARM::EmulateLSRReg, "lsrs|lsr<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13577 &EmulateInstructionARM::EmulateLSRReg, "lsr{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13580 &EmulateInstructionARM::EmulateRRX, "rrx{s}<c>.w <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13583 &EmulateInstructionARM::EmulateRORImm, "ror{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13586 &EmulateInstructionARM::EmulateRORReg, "rors|ror<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13588 &EmulateInstructionARM::EmulateRORReg, "ror{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13591 &EmulateInstructionARM::EmulateMUL, "muls <Rdm>,<Rn>,<Rdm>"}, in GetThumbOpcodeForInstruction()
13594 &EmulateInstructionARM::EmulateMUL, "mul<c> <Rd>,<Rn>,<Rm>"}, in GetThumbOpcodeForInstruction()
13598 &EmulateInstructionARM::EmulateSUBSPcLrEtc, "SUBS<c> PC, LR, #<imm8>"}, in GetThumbOpcodeForInstruction()
13607 &EmulateInstructionARM::EmulateRFE, "rfedb<c> <Rn>{!}"}, in GetThumbOpcodeForInstruction()
13609 &EmulateInstructionARM::EmulateRFE, "rfe{ia}<c> <Rn>{!}"}, in GetThumbOpcodeForInstruction()
13615 &EmulateInstructionARM::EmulateLDM, "ldm<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13617 &EmulateInstructionARM::EmulateLDM, "ldm<c>.w <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13619 &EmulateInstructionARM::EmulateLDMDB, "ldmdb<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13621 &EmulateInstructionARM::EmulateLDRRtRnImm, "ldr<c> <Rt>, [<Rn>{,#imm}]"}, in GetThumbOpcodeForInstruction()
13623 &EmulateInstructionARM::EmulateLDRRtRnImm, "ldr<c> <Rt>, [SP{,#imm}]"}, in GetThumbOpcodeForInstruction()
13625 &EmulateInstructionARM::EmulateLDRRtRnImm, in GetThumbOpcodeForInstruction()
13628 &EmulateInstructionARM::EmulateLDRRtRnImm, in GetThumbOpcodeForInstruction()
13632 &EmulateInstructionARM::EmulateLDRRtPCRelative, in GetThumbOpcodeForInstruction()
13635 &EmulateInstructionARM::EmulateLDRRegister, "ldr<c> <Rt>, [<Rn>, <Rm>]"}, in GetThumbOpcodeForInstruction()
13637 &EmulateInstructionARM::EmulateLDRRegister, in GetThumbOpcodeForInstruction()
13640 &EmulateInstructionARM::EmulateLDRBImmediate, in GetThumbOpcodeForInstruction()
13643 &EmulateInstructionARM::EmulateLDRBImmediate, in GetThumbOpcodeForInstruction()
13646 &EmulateInstructionARM::EmulateLDRBImmediate, in GetThumbOpcodeForInstruction()
13649 &EmulateInstructionARM::EmulateLDRBLiteral, "ldrb<c> <Rt>,[...]"}, in GetThumbOpcodeForInstruction()
13651 &EmulateInstructionARM::EmulateLDRBRegister, "ldrb<c> <Rt>,[<Rn>,<Rm>]"}, in GetThumbOpcodeForInstruction()
13653 &EmulateInstructionARM::EmulateLDRBRegister, in GetThumbOpcodeForInstruction()
13656 &EmulateInstructionARM::EmulateLDRHImmediate, in GetThumbOpcodeForInstruction()
13659 &EmulateInstructionARM::EmulateLDRHImmediate, in GetThumbOpcodeForInstruction()
13662 &EmulateInstructionARM::EmulateLDRHImmediate, in GetThumbOpcodeForInstruction()
13665 &EmulateInstructionARM::EmulateLDRHLiteral, "ldrh<c> <Rt>, <label>"}, in GetThumbOpcodeForInstruction()
13667 &EmulateInstructionARM::EmulateLDRHRegister, in GetThumbOpcodeForInstruction()
13670 &EmulateInstructionARM::EmulateLDRHRegister, in GetThumbOpcodeForInstruction()
13673 &EmulateInstructionARM::EmulateLDRSBImmediate, in GetThumbOpcodeForInstruction()
13676 &EmulateInstructionARM::EmulateLDRSBImmediate, in GetThumbOpcodeForInstruction()
13679 &EmulateInstructionARM::EmulateLDRSBLiteral, "ldrsb<c> <Rt>, <label>"}, in GetThumbOpcodeForInstruction()
13681 &EmulateInstructionARM::EmulateLDRSBRegister, in GetThumbOpcodeForInstruction()
13684 &EmulateInstructionARM::EmulateLDRSBRegister, in GetThumbOpcodeForInstruction()
13687 &EmulateInstructionARM::EmulateLDRSHImmediate, in GetThumbOpcodeForInstruction()
13690 &EmulateInstructionARM::EmulateLDRSHImmediate, in GetThumbOpcodeForInstruction()
13693 &EmulateInstructionARM::EmulateLDRSHLiteral, "ldrsh<c> <Rt>,<label>"}, in GetThumbOpcodeForInstruction()
13695 &EmulateInstructionARM::EmulateLDRSHRegister, in GetThumbOpcodeForInstruction()
13698 &EmulateInstructionARM::EmulateLDRSHRegister, in GetThumbOpcodeForInstruction()
13701 &EmulateInstructionARM::EmulateLDRDImmediate, in GetThumbOpcodeForInstruction()
13704 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13706 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13708 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Dd>, [<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13710 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Sd>, {<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13712 &EmulateInstructionARM::EmulateVLD1Multiple, in GetThumbOpcodeForInstruction()
13715 &EmulateInstructionARM::EmulateVLD1Single, in GetThumbOpcodeForInstruction()
13718 &EmulateInstructionARM::EmulateVLD1SingleAll, in GetThumbOpcodeForInstruction()
13725 &EmulateInstructionARM::EmulateSTM, "stm<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13727 &EmulateInstructionARM::EmulateSTM, "stm<c>.w <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13729 &EmulateInstructionARM::EmulateSTMDB, "stmdb<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13731 &EmulateInstructionARM::EmulateSTRThumb, "str<c> <Rt>, [<Rn>{,#<imm>}]"}, in GetThumbOpcodeForInstruction()
13733 &EmulateInstructionARM::EmulateSTRThumb, "str<c> <Rt>, [SP,#<imm>]"}, in GetThumbOpcodeForInstruction()
13735 &EmulateInstructionARM::EmulateSTRThumb, in GetThumbOpcodeForInstruction()
13738 &EmulateInstructionARM::EmulateSTRThumb, in GetThumbOpcodeForInstruction()
13741 &EmulateInstructionARM::EmulateSTRRegister, "str<c> <Rt> ,{<Rn>, <Rm>]"}, in GetThumbOpcodeForInstruction()
13743 &EmulateInstructionARM::EmulateSTRRegister, in GetThumbOpcodeForInstruction()
13746 &EmulateInstructionARM::EmulateSTRBThumb, in GetThumbOpcodeForInstruction()
13749 &EmulateInstructionARM::EmulateSTRBThumb, in GetThumbOpcodeForInstruction()
13752 &EmulateInstructionARM::EmulateSTRBThumb, in GetThumbOpcodeForInstruction()
13755 &EmulateInstructionARM::EmulateSTRHRegister, "strh<c> <Rt>,[<Rn>,<Rm>]"}, in GetThumbOpcodeForInstruction()
13757 &EmulateInstructionARM::EmulateSTRHRegister, in GetThumbOpcodeForInstruction()
13760 &EmulateInstructionARM::EmulateSTREX, in GetThumbOpcodeForInstruction()
13763 &EmulateInstructionARM::EmulateSTRDImm, in GetThumbOpcodeForInstruction()
13766 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13768 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13770 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Dd>, [<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13772 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Sd>, [<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13774 &EmulateInstructionARM::EmulateVST1Multiple, in GetThumbOpcodeForInstruction()
13777 &EmulateInstructionARM::EmulateVST1Single, in GetThumbOpcodeForInstruction()
13784 &EmulateInstructionARM::EmulateSXTB, "sxtb<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13786 &EmulateInstructionARM::EmulateSXTB, "sxtb<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13788 &EmulateInstructionARM::EmulateSXTH, "sxth<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13790 &EmulateInstructionARM::EmulateSXTH, "sxth<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13792 &EmulateInstructionARM::EmulateUXTB, "uxtb<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13794 &EmulateInstructionARM::EmulateUXTB, "uxtb<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13796 &EmulateInstructionARM::EmulateUXTH, "uxth<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13798 &EmulateInstructionARM::EmulateUXTH, "uxth<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13810 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) { in SetArchitecture()
13845 bool EmulateInstructionARM::SetInstruction(const Opcode &insn_opcode, in SetInstruction()
13872 bool EmulateInstructionARM::ReadInstruction() { in ReadInstruction()
13923 uint32_t EmulateInstructionARM::ArchVersion() { return m_arm_isa; } in ArchVersion()
13925 bool EmulateInstructionARM::ConditionPassed(const uint32_t opcode) { in ConditionPassed()
13998 uint32_t EmulateInstructionARM::CurrentCond(const uint32_t opcode) { in CurrentCond()
14029 bool EmulateInstructionARM::InITBlock() { in InITBlock()
14033 bool EmulateInstructionARM::LastInITBlock() { in LastInITBlock()
14037 bool EmulateInstructionARM::BadMode(uint32_t mode) { in BadMode()
14062 bool EmulateInstructionARM::CurrentModeIsPrivileged() { in CurrentModeIsPrivileged()
14074 void EmulateInstructionARM::CPSRWriteByInstr(uint32_t value, uint32_t bytemask, in CPSRWriteByInstr()
14110 bool EmulateInstructionARM::BranchWritePC(const Context &context, in BranchWritePC()
14126 bool EmulateInstructionARM::BXWritePC(Context &context, uint32_t addr) { in BXWritePC()
14161 bool EmulateInstructionARM::LoadWritePC(Context &context, uint32_t addr) { in LoadWritePC()
14170 bool EmulateInstructionARM::ALUWritePC(Context &context, uint32_t addr) { in ALUWritePC()
14177 EmulateInstructionARM::Mode EmulateInstructionARM::CurrentInstrSet() { in CurrentInstrSet()
14184 bool EmulateInstructionARM::SelectInstrSet(Mode arm_or_thumb) { in SelectInstrSet()
14204 bool EmulateInstructionARM::UnalignedSupport() { in UnalignedSupport()
14212 EmulateInstructionARM::AddWithCarryResult
14213 EmulateInstructionARM::AddWithCarry(uint32_t x, uint32_t y, uint8_t carry_in) { in AddWithCarry()
14234 uint32_t EmulateInstructionARM::ReadCoreReg(uint32_t num, bool *success) { in ReadCoreReg()
14296 bool EmulateInstructionARM::WriteCoreRegOptionalFlags( in WriteCoreRegOptionalFlags()
14336 bool EmulateInstructionARM::WriteFlags(Context &context, const uint32_t result, in WriteFlags()
14354 bool EmulateInstructionARM::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction()
14399 opcode_data->callback != &EmulateInstructionARM::EmulateIT)) in EvaluateInstruction()
14423 EmulateInstructionARM::GetInstructionCondition() { in GetInstructionCondition()
14430 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation()
14538 bool EmulateInstructionARM::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind()