Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp1060 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB()
1070 case BranchType_JMP: in EmulateB()
1085 BranchTo(PC[] + offset, BranchType_JMP); in EmulateBcond()
1117 BranchTo(PC[] + offset, BranchType_JMP); in EmulateCBZ()
H A DEmulateInstructionARM64.h81 BranchType_JMP enumerator