Searched refs:EmulatePUSH (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.h | 320 bool EmulatePUSH(const uint32_t opcode, const ARMEncoding encoding);
|
D | EmulateInstructionARM.cpp | 894 bool EmulateInstructionARM::EmulatePUSH(const uint32_t opcode, in EmulatePUSH() function in EmulateInstructionARM 12852 &EmulateInstructionARM::EmulatePUSH, "push <registers>"}, in GetARMOpcodeForInstruction() 12854 &EmulateInstructionARM::EmulatePUSH, "push <register>"}, in GetARMOpcodeForInstruction() 13225 &EmulateInstructionARM::EmulatePUSH, "push <registers>"}, in GetThumbOpcodeForInstruction() 13227 &EmulateInstructionARM::EmulatePUSH, "push.w <registers>"}, in GetThumbOpcodeForInstruction() 13229 &EmulateInstructionARM::EmulatePUSH, "push.w <register>"}, in GetThumbOpcodeForInstruction()
|