Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h184 bool EmulateBcond(const uint32_t opcode);
DEmulateInstructionARM64.cpp361 {0xff000010, 0x54000000, No_VFP, &EmulateInstructionARM64::EmulateBcond, in GetOpcodeForInstruction()
1089 bool EmulateInstructionARM64::EmulateBcond(const uint32_t opcode) { in EmulateBcond() function in EmulateInstructionARM64