Home
last modified time | relevance | path

Searched refs:EmulateMOVRdRm (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h405 bool EmulateMOVRdRm(const uint32_t opcode, const ARMEncoding encoding);
H A DEmulateInstructionARM.cpp1257 return EmulateMOVRdRm(opcode, encoding); in EmulateMOVLowHigh()
1262 bool EmulateInstructionARM::EmulateMOVRdRm(const uint32_t opcode, in EmulateMOVRdRm() function in EmulateInstructionARM
9109 return EmulateMOVRdRm(opcode, eEncodingT3); in EmulateORRReg()
13020 &EmulateInstructionARM::EmulateMOVRdRm, "mov{s}<c> <Rd>, <Rm>"}, in GetARMOpcodeForInstruction()
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()