Searched refs:BranchTo (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 471 bool EmulateInstructionARM64::BranchTo(const Context &context, uint32_t N, in BranchTo() function in EmulateInstructionARM64 476 BranchTo(bits(N) target, BranchType branch_type) in BranchTo() 1047 BranchTo(PC[] + offset, branch_type); in EmulateB() 1076 return BranchTo(context, 64, target); in EmulateB() 1085 BranchTo(PC[] + offset, BranchType_JMP); in EmulateBcond() 1102 if (!BranchTo(context, 64, target)) in EmulateBcond() 1117 BranchTo(PC[] + offset, BranchType_JMP); in EmulateCBZ() 1140 if (!BranchTo(context, 64, pc + offset)) in EmulateCBZ() 1176 if (!BranchTo(context, 64, pc + offset)) in EmulateTBZ()
|
| H A D | EmulateInstructionARM64.h | 168 bool BranchTo(const Context &context, uint32_t N, lldb::addr_t target);
|