Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h186 bool EmulateCBZ(const uint32_t opcode);
DEmulateInstructionARM64.cpp363 {0x7f000000, 0x34000000, No_VFP, &EmulateInstructionARM64::EmulateCBZ, in GetOpcodeForInstruction()
365 {0x7f000000, 0x35000000, No_VFP, &EmulateInstructionARM64::EmulateCBZ, in GetOpcodeForInstruction()
1118 bool EmulateInstructionARM64::EmulateCBZ(const uint32_t opcode) { in EmulateCBZ() function in EmulateInstructionARM64