Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.cpp1070 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB()
1080 case BranchType_JMP: in EmulateB()
1095 BranchTo(PC[] + offset, BranchType_JMP); in EmulateBcond()
1127 BranchTo(PC[] + offset, BranchType_JMP); in EmulateCBZ()
DEmulateInstructionARM64.h83 BranchType_JMP enumerator