Searched refs:EmulateMOVRdImm (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 409 bool EmulateMOVRdImm(const uint32_t opcode, const ARMEncoding encoding);
|
| H A D | EmulateInstructionARM.cpp | 1356 bool EmulateInstructionARM::EmulateMOVRdImm(const uint32_t opcode, in EmulateMOVRdImm() function in EmulateInstructionARM 9006 return EmulateMOVRdImm(opcode, eEncodingT2); in EmulateORRImm() 12985 &EmulateInstructionARM::EmulateMOVRdImm, "mov{s}<c> <Rd>, #<const>"}, in GetARMOpcodeForInstruction() 12987 &EmulateInstructionARM::EmulateMOVRdImm, "movw<c> <Rd>, #<imm16>"}, in GetARMOpcodeForInstruction() 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()
|