Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h183 bool EmulateBcond(const uint32_t opcode);
H A DEmulateInstructionARM64.cpp351 {0xff000010, 0x54000000, No_VFP, &EmulateInstructionARM64::EmulateBcond, in GetOpcodeForInstruction()
1087 bool EmulateInstructionARM64::EmulateBcond(const uint32_t opcode) { in EmulateBcond() function in EmulateInstructionARM64