Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h188 bool EmulateTBZ(const uint32_t opcode);
DEmulateInstructionARM64.cpp367 {0x7f000000, 0x36000000, No_VFP, &EmulateInstructionARM64::EmulateTBZ, in GetOpcodeForInstruction()
369 {0x7f000000, 0x37000000, No_VFP, &EmulateInstructionARM64::EmulateTBZ, in GetOpcodeForInstruction()
1156 bool EmulateInstructionARM64::EmulateTBZ(const uint32_t opcode) { in EmulateTBZ() function in EmulateInstructionARM64