Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h185 bool EmulateCBZ(const uint32_t opcode);
H A DEmulateInstructionARM64.cpp353 {0x7f000000, 0x34000000, No_VFP, &EmulateInstructionARM64::EmulateCBZ, in GetOpcodeForInstruction()
355 {0x7f000000, 0x35000000, No_VFP, &EmulateInstructionARM64::EmulateCBZ, in GetOpcodeForInstruction()
1116 bool EmulateInstructionARM64::EmulateCBZ(const uint32_t opcode) { in EmulateCBZ() function in EmulateInstructionARM64