Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h187 bool EmulateTBZ(const uint32_t opcode);
H A DEmulateInstructionARM64.cpp357 {0x7f000000, 0x36000000, No_VFP, &EmulateInstructionARM64::EmulateTBZ, in GetOpcodeForInstruction()
359 {0x7f000000, 0x37000000, No_VFP, &EmulateInstructionARM64::EmulateTBZ, in GetOpcodeForInstruction()
1154 bool EmulateInstructionARM64::EmulateTBZ(const uint32_t opcode) { in EmulateTBZ() function in EmulateInstructionARM64