Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp471 bool EmulateInstructionARM64::BranchTo(const Context &context, uint32_t N, in BranchTo() function in EmulateInstructionARM64
476 BranchTo(bits(N) target, BranchType branch_type) in BranchTo()
1055 BranchTo(PC[] + offset, branch_type); in EmulateB()
1084 return BranchTo(context, 64, target); in EmulateB()
1093 BranchTo(PC[] + offset, BranchType_JMP); in EmulateBcond()
1110 if (!BranchTo(context, 64, target)) in EmulateBcond()
1125 BranchTo(PC[] + offset, BranchType_JMP); in EmulateCBZ()
1148 if (!BranchTo(context, 64, pc + offset)) in EmulateCBZ()
1184 if (!BranchTo(context, 64, pc + offset)) in EmulateTBZ()
H A DEmulateInstructionARM64.h169 bool BranchTo(const Context &context, uint32_t N, lldb::addr_t target);