Home
last modified time | relevance | path

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

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