Searched refs:BranchTo (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 473 bool EmulateInstructionARM64::BranchTo(const Context &context, uint32_t N, in BranchTo() function in EmulateInstructionARM64 478 BranchTo(bits(N) target, BranchType branch_type) in BranchTo() 1068 BranchTo(PC[] + offset, branch_type); in EmulateB() 1097 return BranchTo(context, 64, target); in EmulateB() 1106 BranchTo(PC[] + offset, BranchType_JMP); in EmulateBcond() 1123 if (!BranchTo(context, 64, target)) in EmulateBcond() 1138 BranchTo(PC[] + offset, BranchType_JMP); in EmulateCBZ() 1161 if (!BranchTo(context, 64, pc + offset)) in EmulateCBZ() 1197 if (!BranchTo(context, 64, pc + offset)) in EmulateTBZ()
|
| H A D | EmulateInstructionARM64.h | 169 bool BranchTo(const Context &context, uint32_t N, lldb::addr_t target);
|