Lines Matching refs:EmulateInstructionARM

33 LLDB_PLUGIN_DEFINE_ADV(EmulateInstructionARM, InstructionARM)  in LLDB_PLUGIN_DEFINE_ADV()  argument
708 void EmulateInstructionARM::Initialize() { in Initialize()
713 void EmulateInstructionARM::Terminate() { in Terminate()
717 llvm::StringRef EmulateInstructionARM::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
722 EmulateInstructionARM::CreateInstance(const ArchSpec &arch, in CreateInstance()
724 if (EmulateInstructionARM::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
727 std::unique_ptr<EmulateInstructionARM> emulate_insn_up( in CreateInstance()
728 new EmulateInstructionARM(arch)); in CreateInstance()
733 std::unique_ptr<EmulateInstructionARM> emulate_insn_up( in CreateInstance()
734 new EmulateInstructionARM(arch)); in CreateInstance()
744 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple()
755 bool EmulateInstructionARM::WriteBits32UnknownToMemory(addr_t address) { in WriteBits32UnknownToMemory()
768 bool EmulateInstructionARM::WriteBits32Unknown(int n) { in WriteBits32Unknown()
787 EmulateInstructionARM::GetRegisterInfo(lldb::RegisterKind reg_kind, in GetRegisterInfo()
821 uint32_t EmulateInstructionARM::GetFramePointerRegisterNumber() const { in GetFramePointerRegisterNumber()
857 uint32_t EmulateInstructionARM::GetFramePointerDWARFRegisterNumber() const { in GetFramePointerDWARFRegisterNumber()
891 bool EmulateInstructionARM::EmulatePUSH(const uint32_t opcode, in EmulatePUSH()
1014 bool EmulateInstructionARM::EmulatePOP(const uint32_t opcode, in EmulatePOP()
1142 bool EmulateInstructionARM::EmulateADDRdSPImm(const uint32_t opcode, in EmulateADDRdSPImm()
1203 bool EmulateInstructionARM::EmulateMOVRdSP(const uint32_t opcode, in EmulateMOVRdSP()
1258 bool EmulateInstructionARM::EmulateMOVLowHigh(const uint32_t opcode, in EmulateMOVLowHigh()
1265 bool EmulateInstructionARM::EmulateMOVRdRm(const uint32_t opcode, in EmulateMOVRdRm()
1356 bool EmulateInstructionARM::EmulateMOVRdImm(const uint32_t opcode, in EmulateMOVRdImm()
1469 bool EmulateInstructionARM::EmulateMUL(const uint32_t opcode, in EmulateMUL()
1598 bool EmulateInstructionARM::EmulateMVNImm(const uint32_t opcode, in EmulateMVNImm()
1658 bool EmulateInstructionARM::EmulateMVNReg(const uint32_t opcode, in EmulateMVNReg()
1739 bool EmulateInstructionARM::EmulateLDRRtPCRelative(const uint32_t opcode, in EmulateLDRRtPCRelative()
1827 bool EmulateInstructionARM::EmulateADDSPImm(const uint32_t opcode, in EmulateADDSPImm()
1938 bool EmulateInstructionARM::EmulateADDSPRm(const uint32_t opcode, in EmulateADDSPRm()
1998 bool EmulateInstructionARM::EmulateBLXImmediate(const uint32_t opcode, in EmulateBLXImmediate()
2102 bool EmulateInstructionARM::EmulateBLXRm(const uint32_t opcode, in EmulateBLXRm()
2167 bool EmulateInstructionARM::EmulateBXRm(const uint32_t opcode, in EmulateBXRm()
2215 bool EmulateInstructionARM::EmulateBXJRm(const uint32_t opcode, in EmulateBXJRm()
2268 bool EmulateInstructionARM::EmulateSUBR7IPImm(const uint32_t opcode, in EmulateSUBR7IPImm()
2318 bool EmulateInstructionARM::EmulateSUBIPSPImm(const uint32_t opcode, in EmulateSUBIPSPImm()
2371 bool EmulateInstructionARM::EmulateSUBSPImm(const uint32_t opcode, in EmulateSUBSPImm()
2457 bool EmulateInstructionARM::EmulateSTRRtSP(const uint32_t opcode, in EmulateSTRRtSP()
2551 bool EmulateInstructionARM::EmulateVPUSH(const uint32_t opcode, in EmulateVPUSH()
2644 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()
3131 bool EmulateInstructionARM::EmulateADDImmARM(const uint32_t opcode, in EmulateADDImmARM()
3196 bool EmulateInstructionARM::EmulateADDReg(const uint32_t opcode, in EmulateADDReg()
3285 bool EmulateInstructionARM::EmulateCMNImm(const uint32_t opcode, in EmulateCMNImm()
3332 bool EmulateInstructionARM::EmulateCMNReg(const uint32_t opcode, in EmulateCMNReg()
3398 bool EmulateInstructionARM::EmulateCMPImm(const uint32_t opcode, in EmulateCMPImm()
3449 bool EmulateInstructionARM::EmulateCMPReg(const uint32_t opcode, in EmulateCMPReg()
3526 bool EmulateInstructionARM::EmulateASRImm(const uint32_t opcode, in EmulateASRImm()
3552 bool EmulateInstructionARM::EmulateASRReg(const uint32_t opcode, in EmulateASRReg()
3574 bool EmulateInstructionARM::EmulateLSLImm(const uint32_t opcode, in EmulateLSLImm()
3599 bool EmulateInstructionARM::EmulateLSLReg(const uint32_t opcode, in EmulateLSLReg()
3622 bool EmulateInstructionARM::EmulateLSRImm(const uint32_t opcode, in EmulateLSRImm()
3647 bool EmulateInstructionARM::EmulateLSRReg(const uint32_t opcode, in EmulateLSRReg()
3670 bool EmulateInstructionARM::EmulateRORImm(const uint32_t opcode, in EmulateRORImm()
3696 bool EmulateInstructionARM::EmulateRORReg(const uint32_t opcode, in EmulateRORReg()
3720 bool EmulateInstructionARM::EmulateRRX(const uint32_t opcode, in EmulateRRX()
3741 bool EmulateInstructionARM::EmulateShiftImm(const uint32_t opcode, in EmulateShiftImm()
3827 bool EmulateInstructionARM::EmulateShiftReg(const uint32_t opcode, in EmulateShiftReg()
3901 bool EmulateInstructionARM::EmulateLDM(const uint32_t opcode, in EmulateLDM()
4044 bool EmulateInstructionARM::EmulateLDMDA(const uint32_t opcode, in EmulateLDMDA()
4159 bool EmulateInstructionARM::EmulateLDMDB(const uint32_t opcode, in EmulateLDMDB()
4296 bool EmulateInstructionARM::EmulateLDMIB(const uint32_t opcode, in EmulateLDMIB()
4406 bool EmulateInstructionARM::EmulateLDRRtRnImm(const uint32_t opcode, in EmulateLDRRtRnImm()
4569 bool EmulateInstructionARM::EmulateSTM(const uint32_t opcode, in EmulateSTM()
4721 bool EmulateInstructionARM::EmulateSTMDA(const uint32_t opcode, in EmulateSTMDA()
4843 bool EmulateInstructionARM::EmulateSTMDB(const uint32_t opcode, in EmulateSTMDB()
4992 bool EmulateInstructionARM::EmulateSTMIB(const uint32_t opcode, in EmulateSTMIB()
5114 bool EmulateInstructionARM::EmulateSTRThumb(const uint32_t opcode, in EmulateSTRThumb()
5281 bool EmulateInstructionARM::EmulateSTRRegister(const uint32_t opcode, in EmulateSTRRegister()
5470 bool EmulateInstructionARM::EmulateSTRBThumb(const uint32_t opcode, in EmulateSTRBThumb()
5606 bool EmulateInstructionARM::EmulateSTRHRegister(const uint32_t opcode, in EmulateSTRHRegister()
5780 bool EmulateInstructionARM::EmulateADCImm(const uint32_t opcode, in EmulateADCImm()
5849 bool EmulateInstructionARM::EmulateADCReg(const uint32_t opcode, in EmulateADCReg()
5934 bool EmulateInstructionARM::EmulateADR(const uint32_t opcode, in EmulateADR()
5997 bool EmulateInstructionARM::EmulateANDImm(const uint32_t opcode, in EmulateANDImm()
6072 bool EmulateInstructionARM::EmulateANDReg(const uint32_t opcode, in EmulateANDReg()
6162 bool EmulateInstructionARM::EmulateBICImm(const uint32_t opcode, in EmulateBICImm()
6237 bool EmulateInstructionARM::EmulateBICReg(const uint32_t opcode, in EmulateBICReg()
6326 bool EmulateInstructionARM::EmulateLDRImmediateARM(const uint32_t opcode, in EmulateLDRImmediateARM()
6462 bool EmulateInstructionARM::EmulateLDRRegister(const uint32_t opcode, in EmulateLDRRegister()
6668 bool EmulateInstructionARM::EmulateLDRBImmediate(const uint32_t opcode, in EmulateLDRBImmediate()
6815 bool EmulateInstructionARM::EmulateLDRBLiteral(const uint32_t opcode, in EmulateLDRBLiteral()
6896 bool EmulateInstructionARM::EmulateLDRBRegister(const uint32_t opcode, in EmulateLDRBRegister()
7058 bool EmulateInstructionARM::EmulateLDRHImmediate(const uint32_t opcode, in EmulateLDRHImmediate()
7205 bool EmulateInstructionARM::EmulateLDRHLiteral(const uint32_t opcode, in EmulateLDRHLiteral()
7309 bool EmulateInstructionARM::EmulateLDRHRegister(const uint32_t opcode, in EmulateLDRHRegister()
7485 bool EmulateInstructionARM::EmulateLDRSBImmediate(const uint32_t opcode, in EmulateLDRSBImmediate()
7634 bool EmulateInstructionARM::EmulateLDRSBLiteral(const uint32_t opcode, in EmulateLDRSBLiteral()
7722 bool EmulateInstructionARM::EmulateLDRSBRegister(const uint32_t opcode, in EmulateLDRSBRegister()
7882 bool EmulateInstructionARM::EmulateLDRSHImmediate(const uint32_t opcode, in EmulateLDRSHImmediate()
8041 bool EmulateInstructionARM::EmulateLDRSHLiteral(const uint32_t opcode, in EmulateLDRSHLiteral()
8142 bool EmulateInstructionARM::EmulateLDRSHRegister(const uint32_t opcode, in EmulateLDRSHRegister()
8321 bool EmulateInstructionARM::EmulateSXTB(const uint32_t opcode, in EmulateSXTB()
8406 bool EmulateInstructionARM::EmulateSXTH(const uint32_t opcode, in EmulateSXTH()
8491 bool EmulateInstructionARM::EmulateUXTB(const uint32_t opcode, in EmulateUXTB()
8574 bool EmulateInstructionARM::EmulateUXTH(const uint32_t opcode, in EmulateUXTH()
8655 bool EmulateInstructionARM::EmulateRFE(const uint32_t opcode, in EmulateRFE()
8801 bool EmulateInstructionARM::EmulateEORImm(const uint32_t opcode, in EmulateEORImm()
8879 bool EmulateInstructionARM::EmulateEORReg(const uint32_t opcode, in EmulateEORReg()
8970 bool EmulateInstructionARM::EmulateORRImm(const uint32_t opcode, in EmulateORRImm()
9046 bool EmulateInstructionARM::EmulateORRReg(const uint32_t opcode, in EmulateORRReg()
9135 bool EmulateInstructionARM::EmulateRSBImm(const uint32_t opcode, in EmulateRSBImm()
9207 bool EmulateInstructionARM::EmulateRSBReg(const uint32_t opcode, in EmulateRSBReg()
9286 bool EmulateInstructionARM::EmulateRSCImm(const uint32_t opcode, in EmulateRSCImm()
9345 bool EmulateInstructionARM::EmulateRSCReg(const uint32_t opcode, in EmulateRSCReg()
9415 bool EmulateInstructionARM::EmulateSBCImm(const uint32_t opcode, in EmulateSBCImm()
9483 bool EmulateInstructionARM::EmulateSBCReg(const uint32_t opcode, in EmulateSBCReg()
9567 bool EmulateInstructionARM::EmulateSUBImmThumb(const uint32_t opcode, in EmulateSUBImmThumb()
9657 bool EmulateInstructionARM::EmulateSUBImmARM(const uint32_t opcode, in EmulateSUBImmARM()
9734 bool EmulateInstructionARM::EmulateTEQImm(const uint32_t opcode, in EmulateTEQImm()
9793 bool EmulateInstructionARM::EmulateTEQReg(const uint32_t opcode, in EmulateTEQReg()
9859 bool EmulateInstructionARM::EmulateTSTImm(const uint32_t opcode, in EmulateTSTImm()
9918 bool EmulateInstructionARM::EmulateTSTReg(const uint32_t opcode, in EmulateTSTReg()
9988 bool EmulateInstructionARM::EmulateSUBSPReg(const uint32_t opcode, in EmulateSUBSPReg()
10086 bool EmulateInstructionARM::EmulateADDRegShift(const uint32_t opcode, in EmulateADDRegShift()
10182 bool EmulateInstructionARM::EmulateSUBReg(const uint32_t opcode, in EmulateSUBReg()
10316 bool EmulateInstructionARM::EmulateSTREX(const uint32_t opcode, in EmulateSTREX()
10427 bool EmulateInstructionARM::EmulateSTRBImmARM(const uint32_t opcode, in EmulateSTRBImmARM()
10520 bool EmulateInstructionARM::EmulateSTRImmARM(const uint32_t opcode, in EmulateSTRImmARM()
10629 bool EmulateInstructionARM::EmulateLDRDImmediate(const uint32_t opcode, in EmulateLDRDImmediate()
10775 bool EmulateInstructionARM::EmulateLDRDRegister(const uint32_t opcode, in EmulateLDRDRegister()
10900 bool EmulateInstructionARM::EmulateSTRDImm(const uint32_t opcode, in EmulateSTRDImm()
11053 bool EmulateInstructionARM::EmulateSTRDReg(const uint32_t opcode, in EmulateSTRDReg()
11190 bool EmulateInstructionARM::EmulateVLDM(const uint32_t opcode, in EmulateVLDM()
11383 bool EmulateInstructionARM::EmulateVSTM(const uint32_t opcode, in EmulateVSTM()
11588 bool EmulateInstructionARM::EmulateVLDR(const uint32_t opcode, in EmulateVLDR()
11715 bool EmulateInstructionARM::EmulateVSTR(const uint32_t opcode, in EmulateVSTR()
11847 bool EmulateInstructionARM::EmulateVLD1Multiple(const uint32_t opcode, in EmulateVLD1Multiple()
12005 bool EmulateInstructionARM::EmulateVLD1Single(const uint32_t opcode, in EmulateVLD1Single()
12181 bool EmulateInstructionARM::EmulateVST1Multiple(const uint32_t opcode, in EmulateVST1Multiple()
12337 bool EmulateInstructionARM::EmulateVST1Single(const uint32_t opcode, in EmulateVST1Single()
12496 bool EmulateInstructionARM::EmulateVLD1SingleAll(const uint32_t opcode, in EmulateVLD1SingleAll()
12626 bool EmulateInstructionARM::EmulateSUBSPcLrEtc(const uint32_t opcode, in EmulateSUBSPcLrEtc()
12809 EmulateInstructionARM::ARMOpcode *
12810 EmulateInstructionARM::GetARMOpcodeForInstruction(const uint32_t opcode, in GetARMOpcodeForInstruction()
12817 &EmulateInstructionARM::EmulatePUSH, "push <registers>"}, in GetARMOpcodeForInstruction()
12819 &EmulateInstructionARM::EmulatePUSH, "push <register>"}, in GetARMOpcodeForInstruction()
12823 &EmulateInstructionARM::EmulateADDRdSPImm, "add r7, sp, #<const>"}, in GetARMOpcodeForInstruction()
12825 &EmulateInstructionARM::EmulateSUBR7IPImm, "sub r7, ip, #<const>"}, in GetARMOpcodeForInstruction()
12828 &EmulateInstructionARM::EmulateMOVRdSP, "mov ip, sp"}, in GetARMOpcodeForInstruction()
12830 &EmulateInstructionARM::EmulateADDRdSPImm, "add ip, sp, #<const>"}, in GetARMOpcodeForInstruction()
12832 &EmulateInstructionARM::EmulateSUBIPSPImm, "sub ip, sp, #<const>"}, in GetARMOpcodeForInstruction()
12836 &EmulateInstructionARM::EmulateSUBSPImm, "sub sp, sp, #<const>"}, in GetARMOpcodeForInstruction()
12838 &EmulateInstructionARM::EmulateSUBSPReg, in GetARMOpcodeForInstruction()
12844 &EmulateInstructionARM::EmulateSTRRtSP, "str Rt, [sp, #-imm12]!"}, in GetARMOpcodeForInstruction()
12848 &EmulateInstructionARM::EmulateVPUSH, "vpush.64 <list>"}, in GetARMOpcodeForInstruction()
12850 &EmulateInstructionARM::EmulateVPUSH, "vpush.32 <list>"}, in GetARMOpcodeForInstruction()
12855 &EmulateInstructionARM::EmulatePOP, "pop <registers>"}, in GetARMOpcodeForInstruction()
12857 &EmulateInstructionARM::EmulatePOP, "pop <register>"}, in GetARMOpcodeForInstruction()
12859 &EmulateInstructionARM::EmulateVPOP, "vpop.64 <list>"}, in GetARMOpcodeForInstruction()
12861 &EmulateInstructionARM::EmulateVPOP, "vpop.32 <list>"}, in GetARMOpcodeForInstruction()
12865 &EmulateInstructionARM::EmulateSVC, "svc #imm24"}, in GetARMOpcodeForInstruction()
12871 &EmulateInstructionARM::EmulateBLXImmediate, "blx <label>"}, in GetARMOpcodeForInstruction()
12873 &EmulateInstructionARM::EmulateB, "b #imm24"}, in GetARMOpcodeForInstruction()
12875 &EmulateInstructionARM::EmulateBLXImmediate, "bl <label>"}, in GetARMOpcodeForInstruction()
12877 &EmulateInstructionARM::EmulateBLXRm, "blx <Rm>"}, in GetARMOpcodeForInstruction()
12880 &EmulateInstructionARM::EmulateBXRm, "bx <Rm>"}, in GetARMOpcodeForInstruction()
12883 &EmulateInstructionARM::EmulateBXJRm, "bxj <Rm>"}, in GetARMOpcodeForInstruction()
12888 &EmulateInstructionARM::EmulateADCImm, "adc{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12891 &EmulateInstructionARM::EmulateADCReg, in GetARMOpcodeForInstruction()
12895 &EmulateInstructionARM::EmulateADDImmARM, in GetARMOpcodeForInstruction()
12899 &EmulateInstructionARM::EmulateADDReg, in GetARMOpcodeForInstruction()
12903 &EmulateInstructionARM::EmulateADDRegShift, in GetARMOpcodeForInstruction()
12907 &EmulateInstructionARM::EmulateADR, "add<c> <Rd>, PC, #<const>"}, in GetARMOpcodeForInstruction()
12909 &EmulateInstructionARM::EmulateADR, "sub<c> <Rd>, PC, #<const>"}, in GetARMOpcodeForInstruction()
12912 &EmulateInstructionARM::EmulateANDImm, "and{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12915 &EmulateInstructionARM::EmulateANDReg, in GetARMOpcodeForInstruction()
12919 &EmulateInstructionARM::EmulateBICImm, "bic{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12922 &EmulateInstructionARM::EmulateBICReg, in GetARMOpcodeForInstruction()
12926 &EmulateInstructionARM::EmulateEORImm, "eor{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12929 &EmulateInstructionARM::EmulateEORReg, in GetARMOpcodeForInstruction()
12933 &EmulateInstructionARM::EmulateORRImm, "orr{s}<c> <Rd>, <Rn>, #const"}, in GetARMOpcodeForInstruction()
12936 &EmulateInstructionARM::EmulateORRReg, in GetARMOpcodeForInstruction()
12940 &EmulateInstructionARM::EmulateRSBImm, "rsb{s}<c> <Rd>, <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
12943 &EmulateInstructionARM::EmulateRSBReg, in GetARMOpcodeForInstruction()
12947 &EmulateInstructionARM::EmulateRSCImm, "rsc{s}<c> <Rd>, <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
12950 &EmulateInstructionARM::EmulateRSCReg, in GetARMOpcodeForInstruction()
12954 &EmulateInstructionARM::EmulateSBCImm, "sbc{s}<c> <Rd>, <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
12957 &EmulateInstructionARM::EmulateSBCReg, in GetARMOpcodeForInstruction()
12961 &EmulateInstructionARM::EmulateSUBImmARM, in GetARMOpcodeForInstruction()
12965 &EmulateInstructionARM::EmulateSUBSPImm, "sub{s}<c> <Rd>, sp, #<const>"}, in GetARMOpcodeForInstruction()
12968 &EmulateInstructionARM::EmulateSUBReg, in GetARMOpcodeForInstruction()
12972 &EmulateInstructionARM::EmulateTEQImm, "teq<c> <Rn>, #const"}, in GetARMOpcodeForInstruction()
12975 &EmulateInstructionARM::EmulateTEQReg, "teq<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
12978 &EmulateInstructionARM::EmulateTSTImm, "tst<c> <Rn>, #const"}, in GetARMOpcodeForInstruction()
12981 &EmulateInstructionARM::EmulateTSTReg, "tst<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
12985 &EmulateInstructionARM::EmulateMOVRdImm, "mov{s}<c> <Rd>, #<const>"}, in GetARMOpcodeForInstruction()
12987 &EmulateInstructionARM::EmulateMOVRdImm, "movw<c> <Rd>, #<imm16>"}, in GetARMOpcodeForInstruction()
12990 &EmulateInstructionARM::EmulateMOVRdRm, "mov{s}<c> <Rd>, <Rm>"}, in GetARMOpcodeForInstruction()
12993 &EmulateInstructionARM::EmulateMVNImm, "mvn{s}<c> <Rd>, #<const>"}, in GetARMOpcodeForInstruction()
12996 &EmulateInstructionARM::EmulateMVNReg, in GetARMOpcodeForInstruction()
13000 &EmulateInstructionARM::EmulateCMNImm, "cmn<c> <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
13003 &EmulateInstructionARM::EmulateCMNReg, "cmn<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
13006 &EmulateInstructionARM::EmulateCMPImm, "cmp<c> <Rn>, #<const>"}, in GetARMOpcodeForInstruction()
13009 &EmulateInstructionARM::EmulateCMPReg, "cmp<c> <Rn>, <Rm> {,<shift>}"}, in GetARMOpcodeForInstruction()
13012 &EmulateInstructionARM::EmulateASRImm, "asr{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13015 &EmulateInstructionARM::EmulateASRReg, "asr{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13018 &EmulateInstructionARM::EmulateLSLImm, "lsl{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13021 &EmulateInstructionARM::EmulateLSLReg, "lsl{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13024 &EmulateInstructionARM::EmulateLSRImm, "lsr{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13027 &EmulateInstructionARM::EmulateLSRReg, "lsr{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13030 &EmulateInstructionARM::EmulateRRX, "rrx{s}<c> <Rd>, <Rm>"}, in GetARMOpcodeForInstruction()
13033 &EmulateInstructionARM::EmulateRORImm, "ror{s}<c> <Rd>, <Rm>, #imm"}, in GetARMOpcodeForInstruction()
13036 &EmulateInstructionARM::EmulateRORReg, "ror{s}<c> <Rd>, <Rn>, <Rm>"}, in GetARMOpcodeForInstruction()
13039 &EmulateInstructionARM::EmulateMUL, "mul{s}<c> <Rd>,<R>,<Rm>"}, in GetARMOpcodeForInstruction()
13043 &EmulateInstructionARM::EmulateSUBSPcLrEtc, in GetARMOpcodeForInstruction()
13046 &EmulateInstructionARM::EmulateSUBSPcLrEtc, in GetARMOpcodeForInstruction()
13051 &EmulateInstructionARM::EmulateLDM, "ldm<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13053 &EmulateInstructionARM::EmulateLDMDA, "ldmda<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13055 &EmulateInstructionARM::EmulateLDMDB, "ldmdb<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13057 &EmulateInstructionARM::EmulateLDMIB, "ldmib<c> <Rn<{!} <registers>"}, in GetARMOpcodeForInstruction()
13059 &EmulateInstructionARM::EmulateLDRImmediateARM, in GetARMOpcodeForInstruction()
13062 &EmulateInstructionARM::EmulateLDRRegister, in GetARMOpcodeForInstruction()
13065 &EmulateInstructionARM::EmulateLDRBLiteral, "ldrb<c> <Rt>, [...]"}, in GetARMOpcodeForInstruction()
13067 &EmulateInstructionARM::EmulateLDRBRegister, in GetARMOpcodeForInstruction()
13070 &EmulateInstructionARM::EmulateLDRHLiteral, "ldrh<c> <Rt>, <label>"}, in GetARMOpcodeForInstruction()
13072 &EmulateInstructionARM::EmulateLDRHRegister, in GetARMOpcodeForInstruction()
13075 &EmulateInstructionARM::EmulateLDRSBImmediate, in GetARMOpcodeForInstruction()
13078 &EmulateInstructionARM::EmulateLDRSBLiteral, "ldrsb<c> <Rt> <label>"}, in GetARMOpcodeForInstruction()
13080 &EmulateInstructionARM::EmulateLDRSBRegister, in GetARMOpcodeForInstruction()
13083 &EmulateInstructionARM::EmulateLDRSHImmediate, in GetARMOpcodeForInstruction()
13086 &EmulateInstructionARM::EmulateLDRSHLiteral, "ldrsh<c> <Rt>,<label>"}, in GetARMOpcodeForInstruction()
13088 &EmulateInstructionARM::EmulateLDRSHRegister, in GetARMOpcodeForInstruction()
13091 &EmulateInstructionARM::EmulateLDRDImmediate, in GetARMOpcodeForInstruction()
13094 &EmulateInstructionARM::EmulateLDRDRegister, in GetARMOpcodeForInstruction()
13097 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetARMOpcodeForInstruction()
13099 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetARMOpcodeForInstruction()
13101 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Dd>, [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13103 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Sd>, [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13105 &EmulateInstructionARM::EmulateVLD1Multiple, in GetARMOpcodeForInstruction()
13108 &EmulateInstructionARM::EmulateVLD1Single, in GetARMOpcodeForInstruction()
13111 &EmulateInstructionARM::EmulateVLD1SingleAll, in GetARMOpcodeForInstruction()
13116 &EmulateInstructionARM::EmulateSTM, "stm<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13118 &EmulateInstructionARM::EmulateSTMDA, "stmda<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13120 &EmulateInstructionARM::EmulateSTMDB, "stmdb<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13122 &EmulateInstructionARM::EmulateSTMIB, "stmib<c> <Rn>{!} <registers>"}, in GetARMOpcodeForInstruction()
13124 &EmulateInstructionARM::EmulateSTRRegister, in GetARMOpcodeForInstruction()
13127 &EmulateInstructionARM::EmulateSTRHRegister, in GetARMOpcodeForInstruction()
13130 &EmulateInstructionARM::EmulateSTREX, "strex<c> <Rd>, <Rt>, [<Rn>]"}, in GetARMOpcodeForInstruction()
13132 &EmulateInstructionARM::EmulateSTRBImmARM, in GetARMOpcodeForInstruction()
13135 &EmulateInstructionARM::EmulateSTRImmARM, in GetARMOpcodeForInstruction()
13138 &EmulateInstructionARM::EmulateSTRDImm, in GetARMOpcodeForInstruction()
13141 &EmulateInstructionARM::EmulateSTRDReg, in GetARMOpcodeForInstruction()
13144 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!} <list>"}, in GetARMOpcodeForInstruction()
13146 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!} <list>"}, in GetARMOpcodeForInstruction()
13148 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Dd> [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13150 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Sd> [<Rn>{,#+/-<imm>}]"}, in GetARMOpcodeForInstruction()
13152 &EmulateInstructionARM::EmulateVST1Multiple, in GetARMOpcodeForInstruction()
13155 &EmulateInstructionARM::EmulateVST1Single, in GetARMOpcodeForInstruction()
13160 &EmulateInstructionARM::EmulateSXTB, "sxtb<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13162 &EmulateInstructionARM::EmulateSXTH, "sxth<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13164 &EmulateInstructionARM::EmulateUXTB, "uxtb<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13166 &EmulateInstructionARM::EmulateUXTH, "uxth<c> <Rd>,<Rm>{,<rotation>}"}, in GetARMOpcodeForInstruction()
13168 &EmulateInstructionARM::EmulateRFE, "rfe{<amode>} <Rn>{!}"} in GetARMOpcodeForInstruction()
13181 EmulateInstructionARM::ARMOpcode *
13182 EmulateInstructionARM::GetThumbOpcodeForInstruction(const uint32_t opcode, in GetThumbOpcodeForInstruction()
13190 &EmulateInstructionARM::EmulatePUSH, "push <registers>"}, in GetThumbOpcodeForInstruction()
13192 &EmulateInstructionARM::EmulatePUSH, "push.w <registers>"}, in GetThumbOpcodeForInstruction()
13194 &EmulateInstructionARM::EmulatePUSH, "push.w <register>"}, in GetThumbOpcodeForInstruction()
13198 &EmulateInstructionARM::EmulateADDRdSPImm, "add r7, sp, #imm"}, in GetThumbOpcodeForInstruction()
13201 &EmulateInstructionARM::EmulateMOVRdSP, "mov r7, sp"}, in GetThumbOpcodeForInstruction()
13205 &EmulateInstructionARM::EmulateMOVLowHigh, "mov r0-r7, r8-r15"}, in GetThumbOpcodeForInstruction()
13209 &EmulateInstructionARM::EmulateLDRRtPCRelative, "ldr <Rt>, [PC, #imm]"}, in GetThumbOpcodeForInstruction()
13213 &EmulateInstructionARM::EmulateADDSPRm, "add sp, <Rm>"}, in GetThumbOpcodeForInstruction()
13215 &EmulateInstructionARM::EmulateSUBSPImm, "sub sp, sp, #imm"}, in GetThumbOpcodeForInstruction()
13217 &EmulateInstructionARM::EmulateSUBSPImm, "sub.w sp, sp, #<const>"}, in GetThumbOpcodeForInstruction()
13219 &EmulateInstructionARM::EmulateSUBSPImm, "subw sp, sp, #imm12"}, in GetThumbOpcodeForInstruction()
13221 &EmulateInstructionARM::EmulateSUBSPReg, in GetThumbOpcodeForInstruction()
13226 &EmulateInstructionARM::EmulateVPUSH, "vpush.64 <list>"}, in GetThumbOpcodeForInstruction()
13228 &EmulateInstructionARM::EmulateVPUSH, "vpush.32 <list>"}, in GetThumbOpcodeForInstruction()
13233 &EmulateInstructionARM::EmulateADDSPImm, "add<c> <Rd>, sp, #imm"}, in GetThumbOpcodeForInstruction()
13235 &EmulateInstructionARM::EmulateADDSPImm, "add sp, #imm"}, in GetThumbOpcodeForInstruction()
13237 &EmulateInstructionARM::EmulatePOP, "pop <registers>"}, in GetThumbOpcodeForInstruction()
13239 &EmulateInstructionARM::EmulatePOP, "pop.w <registers>"}, in GetThumbOpcodeForInstruction()
13241 &EmulateInstructionARM::EmulatePOP, "pop.w <register>"}, in GetThumbOpcodeForInstruction()
13243 &EmulateInstructionARM::EmulateVPOP, "vpop.64 <list>"}, in GetThumbOpcodeForInstruction()
13245 &EmulateInstructionARM::EmulateVPOP, "vpop.32 <list>"}, in GetThumbOpcodeForInstruction()
13249 &EmulateInstructionARM::EmulateSVC, "svc #imm8"}, in GetThumbOpcodeForInstruction()
13254 &EmulateInstructionARM::EmulateNop, "nop"}, in GetThumbOpcodeForInstruction()
13256 &EmulateInstructionARM::EmulateNop, "nop YIELD (yield hint)"}, in GetThumbOpcodeForInstruction()
13258 &EmulateInstructionARM::EmulateNop, "nop WFE (wait for event hint)"}, in GetThumbOpcodeForInstruction()
13260 &EmulateInstructionARM::EmulateNop, "nop WFI (wait for interrupt hint)"}, in GetThumbOpcodeForInstruction()
13262 &EmulateInstructionARM::EmulateNop, "nop SEV (send event hint)"}, in GetThumbOpcodeForInstruction()
13264 &EmulateInstructionARM::EmulateIT, "it{<x>{<y>{<z>}}} <firstcond>"}, in GetThumbOpcodeForInstruction()
13269 &EmulateInstructionARM::EmulateB, "b<c> #imm8 (outside IT)"}, in GetThumbOpcodeForInstruction()
13271 &EmulateInstructionARM::EmulateB, "b<c> #imm11 (outside or last in IT)"}, in GetThumbOpcodeForInstruction()
13273 &EmulateInstructionARM::EmulateB, "b<c>.w #imm8 (outside IT)"}, in GetThumbOpcodeForInstruction()
13275 &EmulateInstructionARM::EmulateB, in GetThumbOpcodeForInstruction()
13279 &EmulateInstructionARM::EmulateBLXImmediate, "bl <label>"}, in GetThumbOpcodeForInstruction()
13282 &EmulateInstructionARM::EmulateBLXImmediate, "blx <label>"}, in GetThumbOpcodeForInstruction()
13284 &EmulateInstructionARM::EmulateBLXRm, "blx <Rm>"}, in GetThumbOpcodeForInstruction()
13287 &EmulateInstructionARM::EmulateBXRm, "bx <Rm>"}, in GetThumbOpcodeForInstruction()
13290 &EmulateInstructionARM::EmulateBXJRm, "bxj <Rm>"}, in GetThumbOpcodeForInstruction()
13293 &EmulateInstructionARM::EmulateCB, "cb{n}z <Rn>, <label>"}, in GetThumbOpcodeForInstruction()
13296 &EmulateInstructionARM::EmulateTB, "tbb<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13299 &EmulateInstructionARM::EmulateTB, "tbh<c> <Rn>, <Rm>, lsl #1"}, in GetThumbOpcodeForInstruction()
13304 &EmulateInstructionARM::EmulateADCImm, "adc{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13307 &EmulateInstructionARM::EmulateADCReg, "adcs|adc<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13309 &EmulateInstructionARM::EmulateADCReg, in GetThumbOpcodeForInstruction()
13313 &EmulateInstructionARM::EmulateADDReg, "adds|add<c> <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13317 &EmulateInstructionARM::EmulateADDReg, "add<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13320 &EmulateInstructionARM::EmulateADR, "add<c> <Rd>, PC, #<const>"}, in GetThumbOpcodeForInstruction()
13322 &EmulateInstructionARM::EmulateADR, "sub<c> <Rd>, PC, #<const>"}, in GetThumbOpcodeForInstruction()
13324 &EmulateInstructionARM::EmulateADR, "add<c> <Rd>, PC, #<const>"}, in GetThumbOpcodeForInstruction()
13327 &EmulateInstructionARM::EmulateANDImm, "and{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13330 &EmulateInstructionARM::EmulateANDReg, "ands|and<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13332 &EmulateInstructionARM::EmulateANDReg, in GetThumbOpcodeForInstruction()
13336 &EmulateInstructionARM::EmulateBICImm, "bic{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13339 &EmulateInstructionARM::EmulateBICReg, "bics|bic<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13341 &EmulateInstructionARM::EmulateBICReg, in GetThumbOpcodeForInstruction()
13345 &EmulateInstructionARM::EmulateEORImm, "eor{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13348 &EmulateInstructionARM::EmulateEORReg, "eors|eor<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13350 &EmulateInstructionARM::EmulateEORReg, in GetThumbOpcodeForInstruction()
13354 &EmulateInstructionARM::EmulateORRImm, "orr{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13357 &EmulateInstructionARM::EmulateORRReg, "orrs|orr<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13359 &EmulateInstructionARM::EmulateORRReg, in GetThumbOpcodeForInstruction()
13363 &EmulateInstructionARM::EmulateRSBImm, "rsbs|rsb<c> <Rd>, <Rn>, #0"}, in GetThumbOpcodeForInstruction()
13365 &EmulateInstructionARM::EmulateRSBImm, in GetThumbOpcodeForInstruction()
13369 &EmulateInstructionARM::EmulateRSBReg, in GetThumbOpcodeForInstruction()
13373 &EmulateInstructionARM::EmulateSBCImm, "sbc{s}<c> <Rd>, <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13376 &EmulateInstructionARM::EmulateSBCReg, "sbcs|sbc<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13378 &EmulateInstructionARM::EmulateSBCReg, in GetThumbOpcodeForInstruction()
13382 &EmulateInstructionARM::EmulateADDImmThumb, in GetThumbOpcodeForInstruction()
13385 &EmulateInstructionARM::EmulateADDImmThumb, "adds|add<c> <Rdn>,#<imm8>"}, in GetThumbOpcodeForInstruction()
13387 &EmulateInstructionARM::EmulateADDImmThumb, in GetThumbOpcodeForInstruction()
13390 &EmulateInstructionARM::EmulateADDImmThumb, in GetThumbOpcodeForInstruction()
13394 &EmulateInstructionARM::EmulateSUBImmThumb, in GetThumbOpcodeForInstruction()
13397 &EmulateInstructionARM::EmulateSUBImmThumb, "subs|sub<c> <Rdn>, #imm8"}, in GetThumbOpcodeForInstruction()
13399 &EmulateInstructionARM::EmulateSUBImmThumb, in GetThumbOpcodeForInstruction()
13402 &EmulateInstructionARM::EmulateSUBImmThumb, in GetThumbOpcodeForInstruction()
13406 &EmulateInstructionARM::EmulateSUBSPImm, "sub{s}.w <Rd>, sp, #<const>"}, in GetThumbOpcodeForInstruction()
13408 &EmulateInstructionARM::EmulateSUBSPImm, "subw<c> <Rd>, sp, #imm12"}, in GetThumbOpcodeForInstruction()
13411 &EmulateInstructionARM::EmulateSUBReg, "subs|sub<c> <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13413 &EmulateInstructionARM::EmulateSUBReg, in GetThumbOpcodeForInstruction()
13417 &EmulateInstructionARM::EmulateTEQImm, "teq<c> <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13420 &EmulateInstructionARM::EmulateTEQReg, "teq<c> <Rn>, <Rm> {,<shift>}"}, in GetThumbOpcodeForInstruction()
13423 &EmulateInstructionARM::EmulateTSTImm, "tst<c> <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13426 &EmulateInstructionARM::EmulateTSTReg, "tst<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13428 &EmulateInstructionARM::EmulateTSTReg, "tst<c>.w <Rn>, <Rm> {,<shift>}"}, in GetThumbOpcodeForInstruction()
13432 &EmulateInstructionARM::EmulateMOVRdRm, "mov<c> <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13435 &EmulateInstructionARM::EmulateMOVRdRm, "movs <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13438 &EmulateInstructionARM::EmulateMOVRdRm, "mov{s}<c>.w <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13441 &EmulateInstructionARM::EmulateMOVRdImm, "movs|mov<c> <Rd>, #imm8"}, in GetThumbOpcodeForInstruction()
13443 &EmulateInstructionARM::EmulateMOVRdImm, "mov{s}<c>.w <Rd>, #<const>"}, in GetThumbOpcodeForInstruction()
13445 &EmulateInstructionARM::EmulateMOVRdImm, "movw<c> <Rd>,#<imm16>"}, in GetThumbOpcodeForInstruction()
13448 &EmulateInstructionARM::EmulateMVNImm, "mvn{s} <Rd>, #<const>"}, in GetThumbOpcodeForInstruction()
13451 &EmulateInstructionARM::EmulateMVNReg, "mvns|mvn<c> <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13453 &EmulateInstructionARM::EmulateMVNReg, in GetThumbOpcodeForInstruction()
13457 &EmulateInstructionARM::EmulateCMNImm, "cmn<c> <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13460 &EmulateInstructionARM::EmulateCMNReg, "cmn<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13462 &EmulateInstructionARM::EmulateCMNReg, "cmn<c> <Rn>, <Rm> {,<shift>}"}, in GetThumbOpcodeForInstruction()
13465 &EmulateInstructionARM::EmulateCMPImm, "cmp<c> <Rn>, #imm8"}, in GetThumbOpcodeForInstruction()
13467 &EmulateInstructionARM::EmulateCMPImm, "cmp<c>.w <Rn>, #<const>"}, in GetThumbOpcodeForInstruction()
13470 &EmulateInstructionARM::EmulateCMPReg, "cmp<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13473 &EmulateInstructionARM::EmulateCMPReg, "cmp<c> <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13475 &EmulateInstructionARM::EmulateCMPReg, in GetThumbOpcodeForInstruction()
13479 &EmulateInstructionARM::EmulateASRImm, "asrs|asr<c> <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13481 &EmulateInstructionARM::EmulateASRImm, "asr{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13484 &EmulateInstructionARM::EmulateASRReg, "asrs|asr<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13486 &EmulateInstructionARM::EmulateASRReg, "asr{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13489 &EmulateInstructionARM::EmulateLSLImm, "lsls|lsl<c> <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13491 &EmulateInstructionARM::EmulateLSLImm, "lsl{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13494 &EmulateInstructionARM::EmulateLSLReg, "lsls|lsl<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13496 &EmulateInstructionARM::EmulateLSLReg, "lsl{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13499 &EmulateInstructionARM::EmulateLSRImm, "lsrs|lsr<c> <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13501 &EmulateInstructionARM::EmulateLSRImm, "lsr{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13504 &EmulateInstructionARM::EmulateLSRReg, "lsrs|lsr<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13506 &EmulateInstructionARM::EmulateLSRReg, "lsr{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13509 &EmulateInstructionARM::EmulateRRX, "rrx{s}<c>.w <Rd>, <Rm>"}, in GetThumbOpcodeForInstruction()
13512 &EmulateInstructionARM::EmulateRORImm, "ror{s}<c>.w <Rd>, <Rm>, #imm"}, in GetThumbOpcodeForInstruction()
13515 &EmulateInstructionARM::EmulateRORReg, "rors|ror<c> <Rdn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13517 &EmulateInstructionARM::EmulateRORReg, "ror{s}<c>.w <Rd>, <Rn>, <Rm>"}, in GetThumbOpcodeForInstruction()
13520 &EmulateInstructionARM::EmulateMUL, "muls <Rdm>,<Rn>,<Rdm>"}, in GetThumbOpcodeForInstruction()
13523 &EmulateInstructionARM::EmulateMUL, "mul<c> <Rd>,<Rn>,<Rm>"}, in GetThumbOpcodeForInstruction()
13527 &EmulateInstructionARM::EmulateSUBSPcLrEtc, "SUBS<c> PC, LR, #<imm8>"}, in GetThumbOpcodeForInstruction()
13534 &EmulateInstructionARM::EmulateRFE, "rfedb<c> <Rn>{!}"}, in GetThumbOpcodeForInstruction()
13536 &EmulateInstructionARM::EmulateRFE, "rfe{ia}<c> <Rn>{!}"}, in GetThumbOpcodeForInstruction()
13540 &EmulateInstructionARM::EmulateLDM, "ldm<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13542 &EmulateInstructionARM::EmulateLDM, "ldm<c>.w <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13544 &EmulateInstructionARM::EmulateLDMDB, "ldmdb<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13546 &EmulateInstructionARM::EmulateLDRRtRnImm, "ldr<c> <Rt>, [<Rn>{,#imm}]"}, in GetThumbOpcodeForInstruction()
13548 &EmulateInstructionARM::EmulateLDRRtRnImm, "ldr<c> <Rt>, [SP{,#imm}]"}, in GetThumbOpcodeForInstruction()
13550 &EmulateInstructionARM::EmulateLDRRtRnImm, in GetThumbOpcodeForInstruction()
13553 &EmulateInstructionARM::EmulateLDRRtRnImm, in GetThumbOpcodeForInstruction()
13557 &EmulateInstructionARM::EmulateLDRRtPCRelative, in GetThumbOpcodeForInstruction()
13560 &EmulateInstructionARM::EmulateLDRRegister, "ldr<c> <Rt>, [<Rn>, <Rm>]"}, in GetThumbOpcodeForInstruction()
13562 &EmulateInstructionARM::EmulateLDRRegister, in GetThumbOpcodeForInstruction()
13565 &EmulateInstructionARM::EmulateLDRBImmediate, in GetThumbOpcodeForInstruction()
13568 &EmulateInstructionARM::EmulateLDRBImmediate, in GetThumbOpcodeForInstruction()
13571 &EmulateInstructionARM::EmulateLDRBImmediate, in GetThumbOpcodeForInstruction()
13574 &EmulateInstructionARM::EmulateLDRBLiteral, "ldrb<c> <Rt>,[...]"}, in GetThumbOpcodeForInstruction()
13576 &EmulateInstructionARM::EmulateLDRBRegister, "ldrb<c> <Rt>,[<Rn>,<Rm>]"}, in GetThumbOpcodeForInstruction()
13578 &EmulateInstructionARM::EmulateLDRBRegister, in GetThumbOpcodeForInstruction()
13581 &EmulateInstructionARM::EmulateLDRHImmediate, in GetThumbOpcodeForInstruction()
13584 &EmulateInstructionARM::EmulateLDRHImmediate, in GetThumbOpcodeForInstruction()
13587 &EmulateInstructionARM::EmulateLDRHImmediate, in GetThumbOpcodeForInstruction()
13590 &EmulateInstructionARM::EmulateLDRHLiteral, "ldrh<c> <Rt>, <label>"}, in GetThumbOpcodeForInstruction()
13592 &EmulateInstructionARM::EmulateLDRHRegister, in GetThumbOpcodeForInstruction()
13595 &EmulateInstructionARM::EmulateLDRHRegister, in GetThumbOpcodeForInstruction()
13598 &EmulateInstructionARM::EmulateLDRSBImmediate, in GetThumbOpcodeForInstruction()
13601 &EmulateInstructionARM::EmulateLDRSBImmediate, in GetThumbOpcodeForInstruction()
13604 &EmulateInstructionARM::EmulateLDRSBLiteral, "ldrsb<c> <Rt>, <label>"}, in GetThumbOpcodeForInstruction()
13606 &EmulateInstructionARM::EmulateLDRSBRegister, in GetThumbOpcodeForInstruction()
13609 &EmulateInstructionARM::EmulateLDRSBRegister, in GetThumbOpcodeForInstruction()
13612 &EmulateInstructionARM::EmulateLDRSHImmediate, in GetThumbOpcodeForInstruction()
13615 &EmulateInstructionARM::EmulateLDRSHImmediate, in GetThumbOpcodeForInstruction()
13618 &EmulateInstructionARM::EmulateLDRSHLiteral, "ldrsh<c> <Rt>,<label>"}, in GetThumbOpcodeForInstruction()
13620 &EmulateInstructionARM::EmulateLDRSHRegister, in GetThumbOpcodeForInstruction()
13623 &EmulateInstructionARM::EmulateLDRSHRegister, in GetThumbOpcodeForInstruction()
13626 &EmulateInstructionARM::EmulateLDRDImmediate, in GetThumbOpcodeForInstruction()
13629 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13631 &EmulateInstructionARM::EmulateVLDM, "vldm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13633 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Dd>, [<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13635 &EmulateInstructionARM::EmulateVLDR, "vldr<c> <Sd>, {<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13637 &EmulateInstructionARM::EmulateVLD1Multiple, in GetThumbOpcodeForInstruction()
13640 &EmulateInstructionARM::EmulateVLD1Single, in GetThumbOpcodeForInstruction()
13643 &EmulateInstructionARM::EmulateVLD1SingleAll, in GetThumbOpcodeForInstruction()
13648 &EmulateInstructionARM::EmulateSTM, "stm<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13650 &EmulateInstructionARM::EmulateSTM, "stm<c>.w <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13652 &EmulateInstructionARM::EmulateSTMDB, "stmdb<c> <Rn>{!} <registers>"}, in GetThumbOpcodeForInstruction()
13654 &EmulateInstructionARM::EmulateSTRThumb, "str<c> <Rt>, [<Rn>{,#<imm>}]"}, in GetThumbOpcodeForInstruction()
13656 &EmulateInstructionARM::EmulateSTRThumb, "str<c> <Rt>, [SP,#<imm>]"}, in GetThumbOpcodeForInstruction()
13658 &EmulateInstructionARM::EmulateSTRThumb, in GetThumbOpcodeForInstruction()
13661 &EmulateInstructionARM::EmulateSTRThumb, in GetThumbOpcodeForInstruction()
13664 &EmulateInstructionARM::EmulateSTRRegister, "str<c> <Rt> ,{<Rn>, <Rm>]"}, in GetThumbOpcodeForInstruction()
13666 &EmulateInstructionARM::EmulateSTRRegister, in GetThumbOpcodeForInstruction()
13669 &EmulateInstructionARM::EmulateSTRBThumb, in GetThumbOpcodeForInstruction()
13672 &EmulateInstructionARM::EmulateSTRBThumb, in GetThumbOpcodeForInstruction()
13675 &EmulateInstructionARM::EmulateSTRBThumb, in GetThumbOpcodeForInstruction()
13678 &EmulateInstructionARM::EmulateSTRHRegister, "strh<c> <Rt>,[<Rn>,<Rm>]"}, in GetThumbOpcodeForInstruction()
13680 &EmulateInstructionARM::EmulateSTRHRegister, in GetThumbOpcodeForInstruction()
13683 &EmulateInstructionARM::EmulateSTREX, in GetThumbOpcodeForInstruction()
13686 &EmulateInstructionARM::EmulateSTRDImm, in GetThumbOpcodeForInstruction()
13689 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13691 &EmulateInstructionARM::EmulateVSTM, "vstm{mode}<c> <Rn>{!}, <list>"}, in GetThumbOpcodeForInstruction()
13693 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Dd>, [<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13695 &EmulateInstructionARM::EmulateVSTR, "vstr<c> <Sd>, [<Rn>{,#+/-<imm>}]"}, in GetThumbOpcodeForInstruction()
13697 &EmulateInstructionARM::EmulateVST1Multiple, in GetThumbOpcodeForInstruction()
13700 &EmulateInstructionARM::EmulateVST1Single, in GetThumbOpcodeForInstruction()
13705 &EmulateInstructionARM::EmulateSXTB, "sxtb<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13707 &EmulateInstructionARM::EmulateSXTB, "sxtb<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13709 &EmulateInstructionARM::EmulateSXTH, "sxth<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13711 &EmulateInstructionARM::EmulateSXTH, "sxth<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13713 &EmulateInstructionARM::EmulateUXTB, "uxtb<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13715 &EmulateInstructionARM::EmulateUXTB, "uxtb<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13717 &EmulateInstructionARM::EmulateUXTH, "uxth<c> <Rd>,<Rm>"}, in GetThumbOpcodeForInstruction()
13719 &EmulateInstructionARM::EmulateUXTH, "uxth<c>.w <Rd>,<Rm>{,<rotation>}"}, in GetThumbOpcodeForInstruction()
13731 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) { in SetArchitecture()
13764 bool EmulateInstructionARM::SetInstruction(const Opcode &insn_opcode, in SetInstruction()
13791 bool EmulateInstructionARM::ReadInstruction() { in ReadInstruction()
13842 uint32_t EmulateInstructionARM::ArchVersion() { return m_arm_isa; } in ArchVersion()
13844 bool EmulateInstructionARM::ConditionPassed(const uint32_t opcode) { in ConditionPassed()
13917 uint32_t EmulateInstructionARM::CurrentCond(const uint32_t opcode) { in CurrentCond()
13948 bool EmulateInstructionARM::InITBlock() { in InITBlock()
13952 bool EmulateInstructionARM::LastInITBlock() { in LastInITBlock()
13956 bool EmulateInstructionARM::BadMode(uint32_t mode) { in BadMode()
13981 bool EmulateInstructionARM::CurrentModeIsPrivileged() { in CurrentModeIsPrivileged()
13993 void EmulateInstructionARM::CPSRWriteByInstr(uint32_t value, uint32_t bytemask, in CPSRWriteByInstr()
14029 bool EmulateInstructionARM::BranchWritePC(const Context &context, in BranchWritePC()
14045 bool EmulateInstructionARM::BXWritePC(Context &context, uint32_t addr) { in BXWritePC()
14080 bool EmulateInstructionARM::LoadWritePC(Context &context, uint32_t addr) { in LoadWritePC()
14089 bool EmulateInstructionARM::ALUWritePC(Context &context, uint32_t addr) { in ALUWritePC()
14096 EmulateInstructionARM::Mode EmulateInstructionARM::CurrentInstrSet() { in CurrentInstrSet()
14103 bool EmulateInstructionARM::SelectInstrSet(Mode arm_or_thumb) { in SelectInstrSet()
14123 bool EmulateInstructionARM::UnalignedSupport() { in UnalignedSupport()
14131 EmulateInstructionARM::AddWithCarryResult
14132 EmulateInstructionARM::AddWithCarry(uint32_t x, uint32_t y, uint8_t carry_in) { in AddWithCarry()
14153 uint32_t EmulateInstructionARM::ReadCoreReg(uint32_t num, bool *success) { in ReadCoreReg()
14215 bool EmulateInstructionARM::WriteCoreRegOptionalFlags( in WriteCoreRegOptionalFlags()
14255 bool EmulateInstructionARM::WriteFlags(Context &context, const uint32_t result, in WriteFlags()
14273 bool EmulateInstructionARM::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction()
14318 opcode_data->callback != &EmulateInstructionARM::EmulateIT)) in EvaluateInstruction()
14342 EmulateInstructionARM::GetInstructionCondition() { in GetInstructionCondition()
14349 bool EmulateInstructionARM::TestEmulation(Stream &out_stream, ArchSpec &arch, in TestEmulation()
14457 bool EmulateInstructionARM::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind()