Lines Matching refs:EmulateInstructionARM

33 LLDB_PLUGIN_DEFINE_ADV(EmulateInstructionARM, InstructionARM)  in LLDB_PLUGIN_DEFINE_ADV()  argument
707 void EmulateInstructionARM::Initialize() { in Initialize()
712 void EmulateInstructionARM::Terminate() { in Terminate()
716 llvm::StringRef EmulateInstructionARM::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
721 EmulateInstructionARM::CreateInstance(const ArchSpec &arch, in CreateInstance()
723 if (EmulateInstructionARM::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
726 std::unique_ptr<EmulateInstructionARM> emulate_insn_up( in CreateInstance()
727 new EmulateInstructionARM(arch)); in CreateInstance()
732 std::unique_ptr<EmulateInstructionARM> emulate_insn_up( in CreateInstance()
733 new EmulateInstructionARM(arch)); in CreateInstance()
743 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple()
754 bool EmulateInstructionARM::WriteBits32UnknownToMemory(addr_t address) { in WriteBits32UnknownToMemory()
767 bool EmulateInstructionARM::WriteBits32Unknown(int n) { in WriteBits32Unknown()
785 bool EmulateInstructionARM::GetRegisterInfo(lldb::RegisterKind reg_kind, in GetRegisterInfo()
820 uint32_t EmulateInstructionARM::GetFramePointerRegisterNumber() const { in GetFramePointerRegisterNumber()
855 uint32_t EmulateInstructionARM::GetFramePointerDWARFRegisterNumber() const { in GetFramePointerDWARFRegisterNumber()
889 bool EmulateInstructionARM::EmulatePUSH(const uint32_t opcode, in EmulatePUSH()
1011 bool EmulateInstructionARM::EmulatePOP(const uint32_t opcode, in EmulatePOP()
1139 bool EmulateInstructionARM::EmulateADDRdSPImm(const uint32_t opcode, in EmulateADDRdSPImm()
1200 bool EmulateInstructionARM::EmulateMOVRdSP(const uint32_t opcode, in EmulateMOVRdSP()
1255 bool EmulateInstructionARM::EmulateMOVLowHigh(const uint32_t opcode, in EmulateMOVLowHigh()
1262 bool EmulateInstructionARM::EmulateMOVRdRm(const uint32_t opcode, in EmulateMOVRdRm()
1353 bool EmulateInstructionARM::EmulateMOVRdImm(const uint32_t opcode, in EmulateMOVRdImm()
1466 bool EmulateInstructionARM::EmulateMUL(const uint32_t opcode, in EmulateMUL()
1595 bool EmulateInstructionARM::EmulateMVNImm(const uint32_t opcode, in EmulateMVNImm()
1655 bool EmulateInstructionARM::EmulateMVNReg(const uint32_t opcode, in EmulateMVNReg()
1736 bool EmulateInstructionARM::EmulateLDRRtPCRelative(const uint32_t opcode, in EmulateLDRRtPCRelative()
1824 bool EmulateInstructionARM::EmulateADDSPImm(const uint32_t opcode, in EmulateADDSPImm()
1935 bool EmulateInstructionARM::EmulateADDSPRm(const uint32_t opcode, in EmulateADDSPRm()
1996 bool EmulateInstructionARM::EmulateBLXImmediate(const uint32_t opcode, in EmulateBLXImmediate()
2100 bool EmulateInstructionARM::EmulateBLXRm(const uint32_t opcode, in EmulateBLXRm()
2165 bool EmulateInstructionARM::EmulateBXRm(const uint32_t opcode, in EmulateBXRm()
2213 bool EmulateInstructionARM::EmulateBXJRm(const uint32_t opcode, in EmulateBXJRm()
2266 bool EmulateInstructionARM::EmulateSUBR7IPImm(const uint32_t opcode, in EmulateSUBR7IPImm()
2316 bool EmulateInstructionARM::EmulateSUBIPSPImm(const uint32_t opcode, in EmulateSUBIPSPImm()
2369 bool EmulateInstructionARM::EmulateSUBSPImm(const uint32_t opcode, in EmulateSUBSPImm()
2455 bool EmulateInstructionARM::EmulateSTRRtSP(const uint32_t opcode, in EmulateSTRRtSP()
2549 bool EmulateInstructionARM::EmulateVPUSH(const uint32_t opcode, in EmulateVPUSH()
2642 bool EmulateInstructionARM::EmulateVPOP(const uint32_t opcode, in EmulateVPOP()
2733 bool EmulateInstructionARM::EmulateSVC(const uint32_t opcode, in EmulateSVC()
2779 bool EmulateInstructionARM::EmulateIT(const uint32_t opcode, in EmulateIT()
2791 bool EmulateInstructionARM::EmulateNop(const uint32_t opcode, in EmulateNop()
2798 bool EmulateInstructionARM::EmulateB(const uint32_t opcode, in EmulateB()
2882 bool EmulateInstructionARM::EmulateCB(const uint32_t opcode, in EmulateCB()
2936 bool EmulateInstructionARM::EmulateTB(const uint32_t opcode, in EmulateTB()
3010 bool EmulateInstructionARM::EmulateADDImmThumb(const uint32_t opcode, in EmulateADDImmThumb()
3132 bool EmulateInstructionARM::EmulateADDImmARM(const uint32_t opcode, in EmulateADDImmARM()
3197 bool EmulateInstructionARM::EmulateADDReg(const uint32_t opcode, in EmulateADDReg()
3286 bool EmulateInstructionARM::EmulateCMNImm(const uint32_t opcode, in EmulateCMNImm()
3333 bool EmulateInstructionARM::EmulateCMNReg(const uint32_t opcode, in EmulateCMNReg()
3399 bool EmulateInstructionARM::EmulateCMPImm(const uint32_t opcode, in EmulateCMPImm()
3450 bool EmulateInstructionARM::EmulateCMPReg(const uint32_t opcode, in EmulateCMPReg()
3527 bool EmulateInstructionARM::EmulateASRImm(const uint32_t opcode, in EmulateASRImm()
3553 bool EmulateInstructionARM::EmulateASRReg(const uint32_t opcode, in EmulateASRReg()
3575 bool EmulateInstructionARM::EmulateLSLImm(const uint32_t opcode, in EmulateLSLImm()
3600 bool EmulateInstructionARM::EmulateLSLReg(const uint32_t opcode, in EmulateLSLReg()
3623 bool EmulateInstructionARM::EmulateLSRImm(const uint32_t opcode, in EmulateLSRImm()
3648 bool EmulateInstructionARM::EmulateLSRReg(const uint32_t opcode, in EmulateLSRReg()
3671 bool EmulateInstructionARM::EmulateRORImm(const uint32_t opcode, in EmulateRORImm()
3697 bool EmulateInstructionARM::EmulateRORReg(const uint32_t opcode, in EmulateRORReg()
3721 bool EmulateInstructionARM::EmulateRRX(const uint32_t opcode, in EmulateRRX()
3742 bool EmulateInstructionARM::EmulateShiftImm(const uint32_t opcode, in EmulateShiftImm()
3832 bool EmulateInstructionARM::EmulateShiftReg(const uint32_t opcode, in EmulateShiftReg()
3906 bool EmulateInstructionARM::EmulateLDM(const uint32_t opcode, in EmulateLDM()
4049 bool EmulateInstructionARM::EmulateLDMDA(const uint32_t opcode, in EmulateLDMDA()
4166 bool EmulateInstructionARM::EmulateLDMDB(const uint32_t opcode, in EmulateLDMDB()
4305 bool EmulateInstructionARM::EmulateLDMIB(const uint32_t opcode, in EmulateLDMIB()
4417 bool EmulateInstructionARM::EmulateLDRRtRnImm(const uint32_t opcode, in EmulateLDRRtRnImm()
4580 bool EmulateInstructionARM::EmulateSTM(const uint32_t opcode, in EmulateSTM()
4732 bool EmulateInstructionARM::EmulateSTMDA(const uint32_t opcode, in EmulateSTMDA()
4854 bool EmulateInstructionARM::EmulateSTMDB(const uint32_t opcode, in EmulateSTMDB()
5003 bool EmulateInstructionARM::EmulateSTMIB(const uint32_t opcode, in EmulateSTMIB()
5125 bool EmulateInstructionARM::EmulateSTRThumb(const uint32_t opcode, in EmulateSTRThumb()
5292 bool EmulateInstructionARM::EmulateSTRRegister(const uint32_t opcode, in EmulateSTRRegister()
5482 bool EmulateInstructionARM::EmulateSTRBThumb(const uint32_t opcode, in EmulateSTRBThumb()
5619 bool EmulateInstructionARM::EmulateSTRHRegister(const uint32_t opcode, in EmulateSTRHRegister()
5797 bool EmulateInstructionARM::EmulateADCImm(const uint32_t opcode, in EmulateADCImm()
5866 bool EmulateInstructionARM::EmulateADCReg(const uint32_t opcode, in EmulateADCReg()
5951 bool EmulateInstructionARM::EmulateADR(const uint32_t opcode, in EmulateADR()
6014 bool EmulateInstructionARM::EmulateANDImm(const uint32_t opcode, in EmulateANDImm()
6089 bool EmulateInstructionARM::EmulateANDReg(const uint32_t opcode, in EmulateANDReg()
6179 bool EmulateInstructionARM::EmulateBICImm(const uint32_t opcode, in EmulateBICImm()
6254 bool EmulateInstructionARM::EmulateBICReg(const uint32_t opcode, in EmulateBICReg()
6343 bool EmulateInstructionARM::EmulateLDRImmediateARM(const uint32_t opcode, in EmulateLDRImmediateARM()
6480 bool EmulateInstructionARM::EmulateLDRRegister(const uint32_t opcode, in EmulateLDRRegister()
6687 bool EmulateInstructionARM::EmulateLDRBImmediate(const uint32_t opcode, in EmulateLDRBImmediate()
6834 bool EmulateInstructionARM::EmulateLDRBLiteral(const uint32_t opcode, in EmulateLDRBLiteral()
6915 bool EmulateInstructionARM::EmulateLDRBRegister(const uint32_t opcode, in EmulateLDRBRegister()
7077 bool EmulateInstructionARM::EmulateLDRHImmediate(const uint32_t opcode, in EmulateLDRHImmediate()
7224 bool EmulateInstructionARM::EmulateLDRHLiteral(const uint32_t opcode, in EmulateLDRHLiteral()
7328 bool EmulateInstructionARM::EmulateLDRHRegister(const uint32_t opcode, in EmulateLDRHRegister()
7504 bool EmulateInstructionARM::EmulateLDRSBImmediate(const uint32_t opcode, in EmulateLDRSBImmediate()
7653 bool EmulateInstructionARM::EmulateLDRSBLiteral(const uint32_t opcode, in EmulateLDRSBLiteral()
7741 bool EmulateInstructionARM::EmulateLDRSBRegister(const uint32_t opcode, in EmulateLDRSBRegister()
7901 bool EmulateInstructionARM::EmulateLDRSHImmediate(const uint32_t opcode, in EmulateLDRSHImmediate()
8060 bool EmulateInstructionARM::EmulateLDRSHLiteral(const uint32_t opcode, in EmulateLDRSHLiteral()
8161 bool EmulateInstructionARM::EmulateLDRSHRegister(const uint32_t opcode, in EmulateLDRSHRegister()
8341 bool EmulateInstructionARM::EmulateSXTB(const uint32_t opcode, in EmulateSXTB()
8426 bool EmulateInstructionARM::EmulateSXTH(const uint32_t opcode, in EmulateSXTH()
8511 bool EmulateInstructionARM::EmulateUXTB(const uint32_t opcode, in EmulateUXTB()
8594 bool EmulateInstructionARM::EmulateUXTH(const uint32_t opcode, in EmulateUXTH()
8675 bool EmulateInstructionARM::EmulateRFE(const uint32_t opcode, in EmulateRFE()
8821 bool EmulateInstructionARM::EmulateEORImm(const uint32_t opcode, in EmulateEORImm()
8899 bool EmulateInstructionARM::EmulateEORReg(const uint32_t opcode, in EmulateEORReg()
8990 bool EmulateInstructionARM::EmulateORRImm(const uint32_t opcode, in EmulateORRImm()
9066 bool EmulateInstructionARM::EmulateORRReg(const uint32_t opcode, in EmulateORRReg()
9155 bool EmulateInstructionARM::EmulateRSBImm(const uint32_t opcode, in EmulateRSBImm()
9227 bool EmulateInstructionARM::EmulateRSBReg(const uint32_t opcode, in EmulateRSBReg()
9306 bool EmulateInstructionARM::EmulateRSCImm(const uint32_t opcode, in EmulateRSCImm()
9365 bool EmulateInstructionARM::EmulateRSCReg(const uint32_t opcode, in EmulateRSCReg()
9435 bool EmulateInstructionARM::EmulateSBCImm(const uint32_t opcode, in EmulateSBCImm()
9503 bool EmulateInstructionARM::EmulateSBCReg(const uint32_t opcode, in EmulateSBCReg()
9587 bool EmulateInstructionARM::EmulateSUBImmThumb(const uint32_t opcode, in EmulateSUBImmThumb()
9677 bool EmulateInstructionARM::EmulateSUBImmARM(const uint32_t opcode, in EmulateSUBImmARM()
9754 bool EmulateInstructionARM::EmulateTEQImm(const uint32_t opcode, in EmulateTEQImm()
9813 bool EmulateInstructionARM::EmulateTEQReg(const uint32_t opcode, in EmulateTEQReg()
9879 bool EmulateInstructionARM::EmulateTSTImm(const uint32_t opcode, in EmulateTSTImm()
9938 bool EmulateInstructionARM::EmulateTSTReg(const uint32_t opcode, in EmulateTSTReg()
10008 bool EmulateInstructionARM::EmulateSUBSPReg(const uint32_t opcode, in EmulateSUBSPReg()
10106 bool EmulateInstructionARM::EmulateADDRegShift(const uint32_t opcode, in EmulateADDRegShift()
10202 bool EmulateInstructionARM::EmulateSUBReg(const uint32_t opcode, in EmulateSUBReg()
10336 bool EmulateInstructionARM::EmulateSTREX(const uint32_t opcode, in EmulateSTREX()
10447 bool EmulateInstructionARM::EmulateSTRBImmARM(const uint32_t opcode, in EmulateSTRBImmARM()
10540 bool EmulateInstructionARM::EmulateSTRImmARM(const uint32_t opcode, in EmulateSTRImmARM()
10649 bool EmulateInstructionARM::EmulateLDRDImmediate(const uint32_t opcode, in EmulateLDRDImmediate()
10797 bool EmulateInstructionARM::EmulateLDRDRegister(const uint32_t opcode, in EmulateLDRDRegister()
10926 bool EmulateInstructionARM::EmulateSTRDImm(const uint32_t opcode, in EmulateSTRDImm()
11079 bool EmulateInstructionARM::EmulateSTRDReg(const uint32_t opcode, in EmulateSTRDReg()
11217 bool EmulateInstructionARM::EmulateVLDM(const uint32_t opcode, in EmulateVLDM()
11410 bool EmulateInstructionARM::EmulateVSTM(const uint32_t opcode, in EmulateVSTM()
11615 bool EmulateInstructionARM::EmulateVLDR(const uint32_t opcode, in EmulateVLDR()
11742 bool EmulateInstructionARM::EmulateVSTR(const uint32_t opcode, in EmulateVSTR()
11875 bool EmulateInstructionARM::EmulateVLD1Multiple(const uint32_t opcode, in EmulateVLD1Multiple()
12033 bool EmulateInstructionARM::EmulateVLD1Single(const uint32_t opcode, in EmulateVLD1Single()
12210 bool EmulateInstructionARM::EmulateVST1Multiple(const uint32_t opcode, in EmulateVST1Multiple()
12366 bool EmulateInstructionARM::EmulateVST1Single(const uint32_t opcode, in EmulateVST1Single()
12525 bool EmulateInstructionARM::EmulateVLD1SingleAll(const uint32_t opcode, in EmulateVLD1SingleAll()
12656 bool EmulateInstructionARM::EmulateSUBSPcLrEtc(const uint32_t opcode, in EmulateSUBSPcLrEtc()
12839 EmulateInstructionARM::ARMOpcode *
12840 EmulateInstructionARM::GetARMOpcodeForInstruction(const uint32_t opcode, in GetARMOpcodeForInstruction()
12847 &EmulateInstructionARM::EmulatePUSH, "push <registers>"}, in GetARMOpcodeForInstruction()
12849 &EmulateInstructionARM::EmulatePUSH, "push <register>"}, in GetARMOpcodeForInstruction()
12853 &EmulateInstructionARM::EmulateADDRdSPImm, "add r7, sp, #<const>"}, in GetARMOpcodeForInstruction()
12855 &EmulateInstructionARM::EmulateSUBR7IPImm, "sub r7, ip, #<const>"}, in GetARMOpcodeForInstruction()
12858 &EmulateInstructionARM::EmulateMOVRdSP, "mov ip, sp"}, in GetARMOpcodeForInstruction()
12860 &EmulateInstructionARM::EmulateADDRdSPImm, "add ip, sp, #<const>"}, in GetARMOpcodeForInstruction()
12862 &EmulateInstructionARM::EmulateSUBIPSPImm, "sub ip, sp, #<const>"}, in GetARMOpcodeForInstruction()
12866 &EmulateInstructionARM::EmulateSUBSPImm, "sub sp, sp, #<const>"}, in GetARMOpcodeForInstruction()
12868 &EmulateInstructionARM::EmulateSUBSPReg, in GetARMOpcodeForInstruction()
12874 &EmulateInstructionARM::EmulateSTRRtSP, "str Rt, [sp, #-imm12]!"}, in GetARMOpcodeForInstruction()
12878 &EmulateInstructionARM::EmulateVPUSH, "vpush.64 <list>"}, in GetARMOpcodeForInstruction()
12880 &EmulateInstructionARM::EmulateVPUSH, "vpush.32 <list>"}, in GetARMOpcodeForInstruction()
12885 &EmulateInstructionARM::EmulatePOP, "pop <registers>"}, in GetARMOpcodeForInstruction()
12887 &EmulateInstructionARM::EmulatePOP, "pop <register>"}, in GetARMOpcodeForInstruction()
12889 &EmulateInstructionARM::EmulateVPOP, "vpop.64 <list>"}, in GetARMOpcodeForInstruction()
12891 &EmulateInstructionARM::EmulateVPOP, "vpop.32 <list>"}, in GetARMOpcodeForInstruction()
12895 &EmulateInstructionARM::EmulateSVC, "svc #imm24"}, in GetARMOpcodeForInstruction()
12901 &EmulateInstructionARM::EmulateBLXImmediate, "blx <label>"}, in GetARMOpcodeForInstruction()
12903 &EmulateInstructionARM::EmulateB, "b #imm24"}, in GetARMOpcodeForInstruction()
12905 &EmulateInstructionARM::EmulateBLXImmediate, "bl <label>"}, in GetARMOpcodeForInstruction()
12907 &EmulateInstructionARM::EmulateBLXRm, "blx <Rm>"}, in GetARMOpcodeForInstruction()
12910 &EmulateInstructionARM::EmulateBXRm, "bx <Rm>"}, in GetARMOpcodeForInstruction()
12913 &EmulateInstructionARM::EmulateBXJRm, "bxj <Rm>"}, in GetARMOpcodeForInstruction()
12918 &EmulateInstructionARM::EmulateADCImm, "adc{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12921 &EmulateInstructionARM::EmulateADCReg, in GetARMOpcodeForInstruction()
12925 &EmulateInstructionARM::EmulateADDImmARM, in GetARMOpcodeForInstruction()
12929 &EmulateInstructionARM::EmulateADDReg, in GetARMOpcodeForInstruction()
12933 &EmulateInstructionARM::EmulateADDRegShift, in GetARMOpcodeForInstruction()
12937 &EmulateInstructionARM::EmulateADR, "add<c> <Rd>, PC, #<const>"}, in GetARMOpcodeForInstruction()
12939 &EmulateInstructionARM::EmulateADR, "sub<c> <Rd>, PC, #<const>"}, in GetARMOpcodeForInstruction()
12942 &EmulateInstructionARM::EmulateANDImm, "and{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12945 &EmulateInstructionARM::EmulateANDReg, in GetARMOpcodeForInstruction()
12949 &EmulateInstructionARM::EmulateBICImm, "bic{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12952 &EmulateInstructionARM::EmulateBICReg, in GetARMOpcodeForInstruction()
12956 &EmulateInstructionARM::EmulateEORImm, "eor{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12959 &EmulateInstructionARM::EmulateEORReg, in GetARMOpcodeForInstruction()
12963 &EmulateInstructionARM::EmulateORRImm, "orr{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12966 &EmulateInstructionARM::EmulateORRReg, in GetARMOpcodeForInstruction()
12970 &EmulateInstructionARM::EmulateRSBImm, "rsb{s}<c> <Rd>, <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
12973 &EmulateInstructionARM::EmulateRSBReg, in GetARMOpcodeForInstruction()
12977 &EmulateInstructionARM::EmulateRSCImm, "rsc{s}<c> <Rd>, <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
12980 &EmulateInstructionARM::EmulateRSCReg, in GetARMOpcodeForInstruction()
12984 &EmulateInstructionARM::EmulateSBCImm, "sbc{s}<c> <Rd>, <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
12987 &EmulateInstructionARM::EmulateSBCReg, in GetARMOpcodeForInstruction()
12991 &EmulateInstructionARM::EmulateSUBImmARM, in GetARMOpcodeForInstruction()
12995 &EmulateInstructionARM::EmulateSUBSPImm, "sub{s}<c> <Rd>, sp, #<const>"}, in GetARMOpcodeForInstruction()
12998 &EmulateInstructionARM::EmulateSUBReg, in GetARMOpcodeForInstruction()
13002 &EmulateInstructionARM::EmulateTEQImm, "teq<c> <Rn>, #const"}, in GetARMOpcodeForInstruction()
13005 &EmulateInstructionARM::EmulateTEQReg, "teq<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
13008 &EmulateInstructionARM::EmulateTSTImm, "tst<c> <Rn>, #const"}, in GetARMOpcodeForInstruction()
13011 &EmulateInstructionARM::EmulateTSTReg, "tst<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
13015 &EmulateInstructionARM::EmulateMOVRdImm, "mov{s}<c> <Rd>, #<const>"}, in GetARMOpcodeForInstruction()
13017 &EmulateInstructionARM::EmulateMOVRdImm, "movw<c> <Rd>, #<imm16>"}, in GetARMOpcodeForInstruction()
13020 &EmulateInstructionARM::EmulateMOVRdRm, "mov{s}<c> <Rd>, <Rm>"}, in GetARMOpcodeForInstruction()
13023 &EmulateInstructionARM::EmulateMVNImm, "mvn{s}<c> <Rd>, #<const>"}, in GetARMOpcodeForInstruction()
13026 &EmulateInstructionARM::EmulateMVNReg, in GetARMOpcodeForInstruction()
13030 &EmulateInstructionARM::EmulateCMNImm, "cmn<c> <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
13033 &EmulateInstructionARM::EmulateCMNReg, "cmn<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
13036 &EmulateInstructionARM::EmulateCMPImm, "cmp<c> <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
13039 &EmulateInstructionARM::EmulateCMPReg, "cmp<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
13042 &EmulateInstructionARM::EmulateASRImm, "asr{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13045 &EmulateInstructionARM::EmulateASRReg, "asr{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13048 &EmulateInstructionARM::EmulateLSLImm, "lsl{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13051 &EmulateInstructionARM::EmulateLSLReg, "lsl{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13054 &EmulateInstructionARM::EmulateLSRImm, "lsr{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13057 &EmulateInstructionARM::EmulateLSRReg, "lsr{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13060 &EmulateInstructionARM::EmulateRRX, "rrx{s}<c> <Rd>, <Rm>"}, in GetARMOpcodeForInstruction()
13063 &EmulateInstructionARM::EmulateRORImm, "ror{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13066 &EmulateInstructionARM::EmulateRORReg, "ror{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13069 &EmulateInstructionARM::EmulateMUL, "mul{s}<c> <Rd>,<R>,<Rm>"}, in GetARMOpcodeForInstruction()
13073 &EmulateInstructionARM::EmulateSUBSPcLrEtc, in GetARMOpcodeForInstruction()
13076 &EmulateInstructionARM::EmulateSUBSPcLrEtc, in GetARMOpcodeForInstruction()
13081 &EmulateInstructionARM::EmulateLDM, "ldm<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13083 &EmulateInstructionARM::EmulateLDMDA, "ldmda<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13085 &EmulateInstructionARM::EmulateLDMDB, "ldmdb<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13087 &EmulateInstructionARM::EmulateLDMIB, "ldmib<c> <Rn<{!} <registers>"}, in GetARMOpcodeForInstruction()
13089 &EmulateInstructionARM::EmulateLDRImmediateARM, in GetARMOpcodeForInstruction()
13092 &EmulateInstructionARM::EmulateLDRRegister, in GetARMOpcodeForInstruction()
13095 &EmulateInstructionARM::EmulateLDRBLiteral, "ldrb<c> <Rt>, [...]"}, in GetARMOpcodeForInstruction()
13097 &EmulateInstructionARM::EmulateLDRBRegister, in GetARMOpcodeForInstruction()
13100 &EmulateInstructionARM::EmulateLDRHLiteral, "ldrh<c> <Rt>, <label>"}, in GetARMOpcodeForInstruction()
13102 &EmulateInstructionARM::EmulateLDRHRegister, in GetARMOpcodeForInstruction()
13105 &EmulateInstructionARM::EmulateLDRSBImmediate, in GetARMOpcodeForInstruction()
13108 &EmulateInstructionARM::EmulateLDRSBLiteral, "ldrsb<c> <Rt> <label>"}, in GetARMOpcodeForInstruction()
13110 &EmulateInstructionARM::EmulateLDRSBRegister, in GetARMOpcodeForInstruction()
13113 &EmulateInstructionARM::EmulateLDRSHImmediate, in GetARMOpcodeForInstruction()
13116 &EmulateInstructionARM::EmulateLDRSHLiteral, "ldrsh<c> <Rt>,<label>"}, in GetARMOpcodeForInstruction()
13118 &EmulateInstructionARM::EmulateLDRSHRegister, in GetARMOpcodeForInstruction()
13121 &EmulateInstructionARM::EmulateLDRDImmediate, in GetARMOpcodeForInstruction()
13124 &EmulateInstructionARM::EmulateLDRDRegister, in GetARMOpcodeForInstruction()
13127 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetARMOpcodeForInstruction()
13129 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetARMOpcodeForInstruction()
13131 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Dd>, [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13133 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Sd>, [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13135 &EmulateInstructionARM::EmulateVLD1Multiple, in GetARMOpcodeForInstruction()
13138 &EmulateInstructionARM::EmulateVLD1Single, in GetARMOpcodeForInstruction()
13141 &EmulateInstructionARM::EmulateVLD1SingleAll, in GetARMOpcodeForInstruction()
13146 &EmulateInstructionARM::EmulateSTM, "stm<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13148 &EmulateInstructionARM::EmulateSTMDA, "stmda<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13150 &EmulateInstructionARM::EmulateSTMDB, "stmdb<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13152 &EmulateInstructionARM::EmulateSTMIB, "stmib<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13154 &EmulateInstructionARM::EmulateSTRRegister, in GetARMOpcodeForInstruction()
13157 &EmulateInstructionARM::EmulateSTRHRegister, in GetARMOpcodeForInstruction()
13160 &EmulateInstructionARM::EmulateSTREX, "strex<c> <Rd>, <Rt>, [<Rn>]"}, in GetARMOpcodeForInstruction()
13162 &EmulateInstructionARM::EmulateSTRBImmARM, in GetARMOpcodeForInstruction()
13165 &EmulateInstructionARM::EmulateSTRImmARM, in GetARMOpcodeForInstruction()
13168 &EmulateInstructionARM::EmulateSTRDImm, in GetARMOpcodeForInstruction()
13171 &EmulateInstructionARM::EmulateSTRDReg, in GetARMOpcodeForInstruction()
13174 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!} <list>"}, in GetARMOpcodeForInstruction()
13176 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!} <list>"}, in GetARMOpcodeForInstruction()
13178 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Dd> [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13180 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Sd> [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13182 &EmulateInstructionARM::EmulateVST1Multiple, in GetARMOpcodeForInstruction()
13185 &EmulateInstructionARM::EmulateVST1Single, in GetARMOpcodeForInstruction()
13190 &EmulateInstructionARM::EmulateSXTB, "sxtb<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13192 &EmulateInstructionARM::EmulateSXTH, "sxth<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13194 &EmulateInstructionARM::EmulateUXTB, "uxtb<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13196 &EmulateInstructionARM::EmulateUXTH, "uxth<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13198 &EmulateInstructionARM::EmulateRFE, "rfe{<amode>} <Rn>{!}"} in GetARMOpcodeForInstruction()
13211 EmulateInstructionARM::ARMOpcode *
13212 EmulateInstructionARM::GetThumbOpcodeForInstruction(const uint32_t opcode, in GetThumbOpcodeForInstruction()
13220 &EmulateInstructionARM::EmulatePUSH, "push <registers>"}, in GetThumbOpcodeForInstruction()
13222 &EmulateInstructionARM::EmulatePUSH, "push.w <registers>"}, in GetThumbOpcodeForInstruction()
13224 &EmulateInstructionARM::EmulatePUSH, "push.w <register>"}, in GetThumbOpcodeForInstruction()
13228 &EmulateInstructionARM::EmulateADDRdSPImm, "add r7, sp, #imm"}, in GetThumbOpcodeForInstruction()
13231 &EmulateInstructionARM::EmulateMOVRdSP, "mov r7, sp"}, in GetThumbOpcodeForInstruction()
13235 &EmulateInstructionARM::EmulateMOVLowHigh, "mov r0-r7, r8-r15"}, in GetThumbOpcodeForInstruction()
13239 &EmulateInstructionARM::EmulateLDRRtPCRelative, "ldr <Rt>, [PC, #imm]"}, in GetThumbOpcodeForInstruction()
13243 &EmulateInstructionARM::EmulateADDSPRm, "add sp, <Rm>"}, in GetThumbOpcodeForInstruction()
13245 &EmulateInstructionARM::EmulateSUBSPImm, "sub sp, sp, #imm"}, in GetThumbOpcodeForInstruction()
13247 &EmulateInstructionARM::EmulateSUBSPImm, "sub.w sp, sp, #<const>"}, in GetThumbOpcodeForInstruction()
13249 &EmulateInstructionARM::EmulateSUBSPImm, "subw sp, sp, #imm12"}, in GetThumbOpcodeForInstruction()
13251 &EmulateInstructionARM::EmulateSUBSPReg, in GetThumbOpcodeForInstruction()
13256 &EmulateInstructionARM::EmulateVPUSH, "vpush.64 <list>"}, in GetThumbOpcodeForInstruction()
13258 &EmulateInstructionARM::EmulateVPUSH, "vpush.32 <list>"}, in GetThumbOpcodeForInstruction()
13263 &EmulateInstructionARM::EmulateADDSPImm, "add<c> <Rd>, sp, #imm"}, in GetThumbOpcodeForInstruction()
13265 &EmulateInstructionARM::EmulateADDSPImm, "add sp, #imm"}, in GetThumbOpcodeForInstruction()
13267 &EmulateInstructionARM::EmulatePOP, "pop <registers>"}, in GetThumbOpcodeForInstruction()
13269 &EmulateInstructionARM::EmulatePOP, "pop.w <registers>"}, in GetThumbOpcodeForInstruction()
13271 &EmulateInstructionARM::EmulatePOP, "pop.w <register>"}, in GetThumbOpcodeForInstruction()
13273 &EmulateInstructionARM::EmulateVPOP, "vpop.64 <list>"}, in GetThumbOpcodeForInstruction()
13275 &EmulateInstructionARM::EmulateVPOP, "vpop.32 <list>"}, in GetThumbOpcodeForInstruction()
13279 &EmulateInstructionARM::EmulateSVC, "svc #imm8"}, in GetThumbOpcodeForInstruction()
13284 &EmulateInstructionARM::EmulateNop, "nop"}, in GetThumbOpcodeForInstruction()
13286 &EmulateInstructionARM::EmulateNop, "nop YIELD (yield hint)"}, in GetThumbOpcodeForInstruction()
13288 &EmulateInstructionARM::EmulateNop, "nop WFE (wait for event hint)"}, in GetThumbOpcodeForInstruction()
13290 &EmulateInstructionARM::EmulateNop, "nop WFI (wait for interrupt hint)"}, in GetThumbOpcodeForInstruction()
13292 &EmulateInstructionARM::EmulateNop, "nop SEV (send event hint)"}, in GetThumbOpcodeForInstruction()
13294 &EmulateInstructionARM::EmulateIT, "it{<x>{<y>{<z>}}} <firstcond>"}, in GetThumbOpcodeForInstruction()
13299 &EmulateInstructionARM::EmulateB, "b<c> #imm8 (outside IT)"}, in GetThumbOpcodeForInstruction()
13301 &EmulateInstructionARM::EmulateB, "b<c> #imm11 (outside or last in IT)"}, in GetThumbOpcodeForInstruction()
13303 &EmulateInstructionARM::EmulateB, "b<c>.w #imm8 (outside IT)"}, in GetThumbOpcodeForInstruction()
13305 &EmulateInstructionARM::EmulateB, in GetThumbOpcodeForInstruction()
13309 &EmulateInstructionARM::EmulateBLXImmediate, "bl <label>"}, in GetThumbOpcodeForInstruction()
13312 &EmulateInstructionARM::EmulateBLXImmediate, "blx <label>"}, in GetThumbOpcodeForInstruction()
13314 &EmulateInstructionARM::EmulateBLXRm, "blx <Rm>"}, in GetThumbOpcodeForInstruction()
13317 &EmulateInstructionARM::EmulateBXRm, "bx <Rm>"}, in GetThumbOpcodeForInstruction()
13320 &EmulateInstructionARM::EmulateBXJRm, "bxj <Rm>"}, in GetThumbOpcodeForInstruction()
13323 &EmulateInstructionARM::EmulateCB, "cb{n}z <Rn>, <label>"}, in GetThumbOpcodeForInstruction()
13326 &EmulateInstructionARM::EmulateTB, "tbb<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13329 &EmulateInstructionARM::EmulateTB, "tbh<c> <Rn>, <Rm>, lsl #1"}, in GetThumbOpcodeForInstruction()
13334 &EmulateInstructionARM::EmulateADCImm, "adc{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13337 &EmulateInstructionARM::EmulateADCReg, "adcs|adc<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13339 &EmulateInstructionARM::EmulateADCReg, in GetThumbOpcodeForInstruction()
13343 &EmulateInstructionARM::EmulateADDReg, "adds|add<c> <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13347 &EmulateInstructionARM::EmulateADDReg, "add<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13350 &EmulateInstructionARM::EmulateADR, "add<c> <Rd>, PC, #<const>"}, in GetThumbOpcodeForInstruction()
13352 &EmulateInstructionARM::EmulateADR, "sub<c> <Rd>, PC, #<const>"}, in GetThumbOpcodeForInstruction()
13354 &EmulateInstructionARM::EmulateADR, "add<c> <Rd>, PC, #<const>"}, in GetThumbOpcodeForInstruction()
13357 &EmulateInstructionARM::EmulateANDImm, "and{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13360 &EmulateInstructionARM::EmulateANDReg, "ands|and<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13362 &EmulateInstructionARM::EmulateANDReg, in GetThumbOpcodeForInstruction()
13366 &EmulateInstructionARM::EmulateBICImm, "bic{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13369 &EmulateInstructionARM::EmulateBICReg, "bics|bic<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13371 &EmulateInstructionARM::EmulateBICReg, in GetThumbOpcodeForInstruction()
13375 &EmulateInstructionARM::EmulateEORImm, "eor{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13378 &EmulateInstructionARM::EmulateEORReg, "eors|eor<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13380 &EmulateInstructionARM::EmulateEORReg, in GetThumbOpcodeForInstruction()
13384 &EmulateInstructionARM::EmulateORRImm, "orr{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13387 &EmulateInstructionARM::EmulateORRReg, "orrs|orr<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13389 &EmulateInstructionARM::EmulateORRReg, in GetThumbOpcodeForInstruction()
13393 &EmulateInstructionARM::EmulateRSBImm, "rsbs|rsb<c> <Rd>, <Rn>, #0"}, in GetThumbOpcodeForInstruction()
13395 &EmulateInstructionARM::EmulateRSBImm, in GetThumbOpcodeForInstruction()
13399 &EmulateInstructionARM::EmulateRSBReg, in GetThumbOpcodeForInstruction()
13403 &EmulateInstructionARM::EmulateSBCImm, "sbc{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13406 &EmulateInstructionARM::EmulateSBCReg, "sbcs|sbc<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13408 &EmulateInstructionARM::EmulateSBCReg, in GetThumbOpcodeForInstruction()
13412 &EmulateInstructionARM::EmulateADDImmThumb, in GetThumbOpcodeForInstruction()
13415 &EmulateInstructionARM::EmulateADDImmThumb, "adds|add<c> <Rdn>,#<imm8>"}, in GetThumbOpcodeForInstruction()
13417 &EmulateInstructionARM::EmulateADDImmThumb, in GetThumbOpcodeForInstruction()
13420 &EmulateInstructionARM::EmulateADDImmThumb, in GetThumbOpcodeForInstruction()
13424 &EmulateInstructionARM::EmulateSUBImmThumb, in GetThumbOpcodeForInstruction()
13427 &EmulateInstructionARM::EmulateSUBImmThumb, "subs|sub<c> <Rdn>, #imm8"}, in GetThumbOpcodeForInstruction()
13429 &EmulateInstructionARM::EmulateSUBImmThumb, in GetThumbOpcodeForInstruction()
13432 &EmulateInstructionARM::EmulateSUBImmThumb, in GetThumbOpcodeForInstruction()
13436 &EmulateInstructionARM::EmulateSUBSPImm, "sub{s}.w <Rd>, sp, #<const>"}, in GetThumbOpcodeForInstruction()
13438 &EmulateInstructionARM::EmulateSUBSPImm, "subw<c> <Rd>, sp, #imm12"}, in GetThumbOpcodeForInstruction()
13441 &EmulateInstructionARM::EmulateSUBReg, "subs|sub<c> <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13443 &EmulateInstructionARM::EmulateSUBReg, in GetThumbOpcodeForInstruction()
13447 &EmulateInstructionARM::EmulateTEQImm, "teq<c> <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13450 &EmulateInstructionARM::EmulateTEQReg, "teq<c> <Rn>, <Rm> {,<shift>}"}, in GetThumbOpcodeForInstruction()
13453 &EmulateInstructionARM::EmulateTSTImm, "tst<c> <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13456 &EmulateInstructionARM::EmulateTSTReg, "tst<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13458 &EmulateInstructionARM::EmulateTSTReg, "tst<c>.w <Rn>, <Rm> {,<shift>}"}, in GetThumbOpcodeForInstruction()
13462 &EmulateInstructionARM::EmulateMOVRdRm, "mov<c> <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13465 &EmulateInstructionARM::EmulateMOVRdRm, "movs <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13468 &EmulateInstructionARM::EmulateMOVRdRm, "mov{s}<c>.w <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13471 &EmulateInstructionARM::EmulateMOVRdImm, "movs|mov<c> <Rd>, #imm8"}, in GetThumbOpcodeForInstruction()
13473 &EmulateInstructionARM::EmulateMOVRdImm, "mov{s}<c>.w <Rd>, #<const>"}, in GetThumbOpcodeForInstruction()
13475 &EmulateInstructionARM::EmulateMOVRdImm, "movw<c> <Rd>,#<imm16>"}, in GetThumbOpcodeForInstruction()
13478 &EmulateInstructionARM::EmulateMVNImm, "mvn{s} <Rd>, #<const>"}, in GetThumbOpcodeForInstruction()
13481 &EmulateInstructionARM::EmulateMVNReg, "mvns|mvn<c> <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13483 &EmulateInstructionARM::EmulateMVNReg, in GetThumbOpcodeForInstruction()
13487 &EmulateInstructionARM::EmulateCMNImm, "cmn<c> <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13490 &EmulateInstructionARM::EmulateCMNReg, "cmn<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13492 &EmulateInstructionARM::EmulateCMNReg, "cmn<c> <Rn>, <Rm> {,<shift>}"}, in GetThumbOpcodeForInstruction()
13495 &EmulateInstructionARM::EmulateCMPImm, "cmp<c> <Rn>, #imm8"}, in GetThumbOpcodeForInstruction()
13497 &EmulateInstructionARM::EmulateCMPImm, "cmp<c>.w <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13500 &EmulateInstructionARM::EmulateCMPReg, "cmp<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13503 &EmulateInstructionARM::EmulateCMPReg, "cmp<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13505 &EmulateInstructionARM::EmulateCMPReg, in GetThumbOpcodeForInstruction()
13509 &EmulateInstructionARM::EmulateASRImm, "asrs|asr<c> <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13511 &EmulateInstructionARM::EmulateASRImm, "asr{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13514 &EmulateInstructionARM::EmulateASRReg, "asrs|asr<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13516 &EmulateInstructionARM::EmulateASRReg, "asr{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13519 &EmulateInstructionARM::EmulateLSLImm, "lsls|lsl<c> <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13521 &EmulateInstructionARM::EmulateLSLImm, "lsl{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13524 &EmulateInstructionARM::EmulateLSLReg, "lsls|lsl<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13526 &EmulateInstructionARM::EmulateLSLReg, "lsl{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13529 &EmulateInstructionARM::EmulateLSRImm, "lsrs|lsr<c> <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13531 &EmulateInstructionARM::EmulateLSRImm, "lsr{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13534 &EmulateInstructionARM::EmulateLSRReg, "lsrs|lsr<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13536 &EmulateInstructionARM::EmulateLSRReg, "lsr{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13539 &EmulateInstructionARM::EmulateRRX, "rrx{s}<c>.w <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13542 &EmulateInstructionARM::EmulateRORImm, "ror{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13545 &EmulateInstructionARM::EmulateRORReg, "rors|ror<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13547 &EmulateInstructionARM::EmulateRORReg, "ror{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13550 &EmulateInstructionARM::EmulateMUL, "muls <Rdm>,<Rn>,<Rdm>"}, in GetThumbOpcodeForInstruction()
13553 &EmulateInstructionARM::EmulateMUL, "mul<c> <Rd>,<Rn>,<Rm>"}, in GetThumbOpcodeForInstruction()
13557 &EmulateInstructionARM::EmulateSUBSPcLrEtc, "SUBS<c> PC, LR, #<imm8>"}, in GetThumbOpcodeForInstruction()
13564 &EmulateInstructionARM::EmulateRFE, "rfedb<c> <Rn>{!}"}, in GetThumbOpcodeForInstruction()
13566 &EmulateInstructionARM::EmulateRFE, "rfe{ia}<c> <Rn>{!}"}, in GetThumbOpcodeForInstruction()
13570 &EmulateInstructionARM::EmulateLDM, "ldm<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13572 &EmulateInstructionARM::EmulateLDM, "ldm<c>.w <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13574 &EmulateInstructionARM::EmulateLDMDB, "ldmdb<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13576 &EmulateInstructionARM::EmulateLDRRtRnImm, "ldr<c> <Rt>, [<Rn>{,#imm}]"}, in GetThumbOpcodeForInstruction()
13578 &EmulateInstructionARM::EmulateLDRRtRnImm, "ldr<c> <Rt>, [SP{,#imm}]"}, in GetThumbOpcodeForInstruction()
13580 &EmulateInstructionARM::EmulateLDRRtRnImm, in GetThumbOpcodeForInstruction()
13583 &EmulateInstructionARM::EmulateLDRRtRnImm, in GetThumbOpcodeForInstruction()
13587 &EmulateInstructionARM::EmulateLDRRtPCRelative, in GetThumbOpcodeForInstruction()
13590 &EmulateInstructionARM::EmulateLDRRegister, "ldr<c> <Rt>, [<Rn>, <Rm>]"}, in GetThumbOpcodeForInstruction()
13592 &EmulateInstructionARM::EmulateLDRRegister, in GetThumbOpcodeForInstruction()
13595 &EmulateInstructionARM::EmulateLDRBImmediate, in GetThumbOpcodeForInstruction()
13598 &EmulateInstructionARM::EmulateLDRBImmediate, in GetThumbOpcodeForInstruction()
13601 &EmulateInstructionARM::EmulateLDRBImmediate, in GetThumbOpcodeForInstruction()
13604 &EmulateInstructionARM::EmulateLDRBLiteral, "ldrb<c> <Rt>,[...]"}, in GetThumbOpcodeForInstruction()
13606 &EmulateInstructionARM::EmulateLDRBRegister, "ldrb<c> <Rt>,[<Rn>,<Rm>]"}, in GetThumbOpcodeForInstruction()
13608 &EmulateInstructionARM::EmulateLDRBRegister, in GetThumbOpcodeForInstruction()
13611 &EmulateInstructionARM::EmulateLDRHImmediate, in GetThumbOpcodeForInstruction()
13614 &EmulateInstructionARM::EmulateLDRHImmediate, in GetThumbOpcodeForInstruction()
13617 &EmulateInstructionARM::EmulateLDRHImmediate, in GetThumbOpcodeForInstruction()
13620 &EmulateInstructionARM::EmulateLDRHLiteral, "ldrh<c> <Rt>, <label>"}, in GetThumbOpcodeForInstruction()
13622 &EmulateInstructionARM::EmulateLDRHRegister, in GetThumbOpcodeForInstruction()
13625 &EmulateInstructionARM::EmulateLDRHRegister, in GetThumbOpcodeForInstruction()
13628 &EmulateInstructionARM::EmulateLDRSBImmediate, in GetThumbOpcodeForInstruction()
13631 &EmulateInstructionARM::EmulateLDRSBImmediate, in GetThumbOpcodeForInstruction()
13634 &EmulateInstructionARM::EmulateLDRSBLiteral, "ldrsb<c> <Rt>, <label>"}, in GetThumbOpcodeForInstruction()
13636 &EmulateInstructionARM::EmulateLDRSBRegister, in GetThumbOpcodeForInstruction()
13639 &EmulateInstructionARM::EmulateLDRSBRegister, in GetThumbOpcodeForInstruction()
13642 &EmulateInstructionARM::EmulateLDRSHImmediate, in GetThumbOpcodeForInstruction()
13645 &EmulateInstructionARM::EmulateLDRSHImmediate, in GetThumbOpcodeForInstruction()
13648 &EmulateInstructionARM::EmulateLDRSHLiteral, "ldrsh<c> <Rt>,<label>"}, in GetThumbOpcodeForInstruction()
13650 &EmulateInstructionARM::EmulateLDRSHRegister, in GetThumbOpcodeForInstruction()
13653 &EmulateInstructionARM::EmulateLDRSHRegister, in GetThumbOpcodeForInstruction()
13656 &EmulateInstructionARM::EmulateLDRDImmediate, in GetThumbOpcodeForInstruction()
13659 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13661 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13663 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Dd>, [<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13665 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Sd>, {<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13667 &EmulateInstructionARM::EmulateVLD1Multiple, in GetThumbOpcodeForInstruction()
13670 &EmulateInstructionARM::EmulateVLD1Single, in GetThumbOpcodeForInstruction()
13673 &EmulateInstructionARM::EmulateVLD1SingleAll, in GetThumbOpcodeForInstruction()
13678 &EmulateInstructionARM::EmulateSTM, "stm<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13680 &EmulateInstructionARM::EmulateSTM, "stm<c>.w <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13682 &EmulateInstructionARM::EmulateSTMDB, "stmdb<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13684 &EmulateInstructionARM::EmulateSTRThumb, "str<c> <Rt>, [<Rn>{,#<imm>}]"}, in GetThumbOpcodeForInstruction()
13686 &EmulateInstructionARM::EmulateSTRThumb, "str<c> <Rt>, [SP,#<imm>]"}, in GetThumbOpcodeForInstruction()
13688 &EmulateInstructionARM::EmulateSTRThumb, in GetThumbOpcodeForInstruction()
13691 &EmulateInstructionARM::EmulateSTRThumb, in GetThumbOpcodeForInstruction()
13694 &EmulateInstructionARM::EmulateSTRRegister, "str<c> <Rt> ,{<Rn>, <Rm>]"}, in GetThumbOpcodeForInstruction()
13696 &EmulateInstructionARM::EmulateSTRRegister, in GetThumbOpcodeForInstruction()
13699 &EmulateInstructionARM::EmulateSTRBThumb, in GetThumbOpcodeForInstruction()
13702 &EmulateInstructionARM::EmulateSTRBThumb, in GetThumbOpcodeForInstruction()
13705 &EmulateInstructionARM::EmulateSTRBThumb, in GetThumbOpcodeForInstruction()
13708 &EmulateInstructionARM::EmulateSTRHRegister, "strh<c> <Rt>,[<Rn>,<Rm>]"}, in GetThumbOpcodeForInstruction()
13710 &EmulateInstructionARM::EmulateSTRHRegister, in GetThumbOpcodeForInstruction()
13713 &EmulateInstructionARM::EmulateSTREX, in GetThumbOpcodeForInstruction()
13716 &EmulateInstructionARM::EmulateSTRDImm, in GetThumbOpcodeForInstruction()
13719 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13721 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13723 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Dd>, [<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13725 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Sd>, [<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13727 &EmulateInstructionARM::EmulateVST1Multiple, in GetThumbOpcodeForInstruction()
13730 &EmulateInstructionARM::EmulateVST1Single, in GetThumbOpcodeForInstruction()
13735 &EmulateInstructionARM::EmulateSXTB, "sxtb<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13737 &EmulateInstructionARM::EmulateSXTB, "sxtb<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13739 &EmulateInstructionARM::EmulateSXTH, "sxth<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13741 &EmulateInstructionARM::EmulateSXTH, "sxth<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13743 &EmulateInstructionARM::EmulateUXTB, "uxtb<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13745 &EmulateInstructionARM::EmulateUXTB, "uxtb<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13747 &EmulateInstructionARM::EmulateUXTH, "uxth<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13749 &EmulateInstructionARM::EmulateUXTH, "uxth<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13761 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) { in SetArchitecture()
13794 bool EmulateInstructionARM::SetInstruction(const Opcode &insn_opcode, in SetInstruction()
13821 bool EmulateInstructionARM::ReadInstruction() { in ReadInstruction()
13872 uint32_t EmulateInstructionARM::ArchVersion() { return m_arm_isa; } in ArchVersion()
13874 bool EmulateInstructionARM::ConditionPassed(const uint32_t opcode) { in ConditionPassed()
13947 uint32_t EmulateInstructionARM::CurrentCond(const uint32_t opcode) { in CurrentCond()
13978 bool EmulateInstructionARM::InITBlock() { in InITBlock()
13982 bool EmulateInstructionARM::LastInITBlock() { in LastInITBlock()
13986 bool EmulateInstructionARM::BadMode(uint32_t mode) { in BadMode()
14011 bool EmulateInstructionARM::CurrentModeIsPrivileged() { in CurrentModeIsPrivileged()
14023 void EmulateInstructionARM::CPSRWriteByInstr(uint32_t value, uint32_t bytemask, in CPSRWriteByInstr()
14059 bool EmulateInstructionARM::BranchWritePC(const Context &context, in BranchWritePC()
14075 bool EmulateInstructionARM::BXWritePC(Context &context, uint32_t addr) { in BXWritePC()
14110 bool EmulateInstructionARM::LoadWritePC(Context &context, uint32_t addr) { in LoadWritePC()
14119 bool EmulateInstructionARM::ALUWritePC(Context &context, uint32_t addr) { in ALUWritePC()
14126 EmulateInstructionARM::Mode EmulateInstructionARM::CurrentInstrSet() { in CurrentInstrSet()
14133 bool EmulateInstructionARM::SelectInstrSet(Mode arm_or_thumb) { in SelectInstrSet()
14153 bool EmulateInstructionARM::UnalignedSupport() { in UnalignedSupport()
14161 EmulateInstructionARM::AddWithCarryResult
14162 EmulateInstructionARM::AddWithCarry(uint32_t x, uint32_t y, uint8_t carry_in) { in AddWithCarry()
14183 uint32_t EmulateInstructionARM::ReadCoreReg(uint32_t num, bool *success) { in ReadCoreReg()
14245 bool EmulateInstructionARM::WriteCoreRegOptionalFlags( in WriteCoreRegOptionalFlags()
14285 bool EmulateInstructionARM::WriteFlags(Context &context, const uint32_t result, in WriteFlags()
14303 bool EmulateInstructionARM::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction()
14348 opcode_data->callback != &EmulateInstructionARM::EmulateIT)) in EvaluateInstruction()
14372 EmulateInstructionARM::GetInstructionCondition() { in GetInstructionCondition()
14379 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation()
14487 bool EmulateInstructionARM::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind()