Searched refs:BranchTo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 505 bool EmulateInstructionARM64::BranchTo(const Context &context, uint32_t N, in BranchTo() function in EmulateInstructionARM64 510 BranchTo(bits(N) target, BranchType branch_type) in BranchTo() 1067 BranchTo(PC[] + offset, branch_type); in EmulateB() 1096 return BranchTo(context, 64, target); in EmulateB() 1105 BranchTo(PC[] + offset, BranchType_JMP); in EmulateBcond() 1122 if (!BranchTo(context, 64, target)) in EmulateBcond() 1137 BranchTo(PC[] + offset, BranchType_JMP); in EmulateCBZ() 1160 if (!BranchTo(context, 64, pc + offset)) in EmulateCBZ() 1196 if (!BranchTo(context, 64, pc + offset)) in EmulateTBZ()
|
| H A D | EmulateInstructionARM64.h | 176 bool BranchTo(const Context &context, uint32_t N, lldb::addr_t target);
|