Searched refs:EmulateLDRSTRImm (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 339 &EmulateInstructionARM64::EmulateLDRSTRImm<AddrMode_POST>, in GetOpcodeForInstruction() 342 &EmulateInstructionARM64::EmulateLDRSTRImm<AddrMode_POST>, in GetOpcodeForInstruction() 345 &EmulateInstructionARM64::EmulateLDRSTRImm<AddrMode_PRE>, in GetOpcodeForInstruction() 348 &EmulateInstructionARM64::EmulateLDRSTRImm<AddrMode_PRE>, in GetOpcodeForInstruction() 351 &EmulateInstructionARM64::EmulateLDRSTRImm<AddrMode_OFF>, in GetOpcodeForInstruction() 354 &EmulateInstructionARM64::EmulateLDRSTRImm<AddrMode_OFF>, in GetOpcodeForInstruction() 358 &EmulateInstructionARM64::EmulateLDRSTRImm<AddrMode_POST>, in GetOpcodeForInstruction() 364 &EmulateInstructionARM64::EmulateLDRSTRImm<AddrMode_PRE>, in GetOpcodeForInstruction() 367 &EmulateInstructionARM64::EmulateLDRSTRImm<AddrMode_PRE>, in GetOpcodeForInstruction() 370 &EmulateInstructionARM64::EmulateLDRSTRImm<AddrMode_OFF>, in GetOpcodeForInstruction() [all …]
|
| H A D | EmulateInstructionARM64.h | 186 template <AddrMode a_mode> bool EmulateLDRSTRImm(const uint32_t opcode);
|