Searched refs:BranchTo (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
D | EmulateInstructionARM64.cpp | 481 bool EmulateInstructionARM64::BranchTo(const Context &context, uint32_t N, in BranchTo() function in EmulateInstructionARM64 486 BranchTo(bits(N) target, BranchType branch_type) in BranchTo() 1057 BranchTo(PC[] + offset, branch_type); in EmulateB() 1086 return BranchTo(context, 64, target); in EmulateB() 1095 BranchTo(PC[] + offset, BranchType_JMP); in EmulateBcond() 1112 if (!BranchTo(context, 64, target)) in EmulateBcond() 1127 BranchTo(PC[] + offset, BranchType_JMP); in EmulateCBZ() 1150 if (!BranchTo(context, 64, pc + offset)) in EmulateCBZ() 1186 if (!BranchTo(context, 64, pc + offset)) in EmulateTBZ()
|
D | EmulateInstructionARM64.h | 170 bool BranchTo(const Context &context, uint32_t N, lldb::addr_t target);
|