Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h78 BranchType_CALL, enumerator
H A DEmulateInstructionARM64.cpp1067 if branch_type == BranchType_CALL then X[30] = PC[] + 4; in EmulateB()
1081 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB()
1086 case BranchType_CALL: { in EmulateB()