Searched refs:next_pc (Results 1 – 2 of 2) sorted by relevance
276 uint64_t next_pc = pc + llvm::SignExtend64<23>(offs21 << 2); in EmulateBEQZ64() local277 return WritePC(next_pc); in EmulateBEQZ64()299 uint64_t next_pc = pc + llvm::SignExtend64<23>(offs21 << 2); in EmulateBNEZ64() local300 return WritePC(next_pc); in EmulateBNEZ64()323 uint64_t next_pc = pc + llvm::SignExtend64<23>(offs21 << 2); in EmulateBCEQZ64() local324 return WritePC(next_pc); in EmulateBCEQZ64()348 uint64_t next_pc = pc + llvm::SignExtend64<23>(offs21 << 2); in EmulateBCNEZ64() local349 return WritePC(next_pc); in EmulateBCNEZ64()374 uint64_t next_pc = rj_val + llvm::SignExtend64<18>(Bits32(inst, 25, 10) << 2); in EmulateJIRL64() local375 return WritePC(next_pc); in EmulateJIRL64()[all …]
623 lldb::addr_t next_pc = GetNextInstructionAddress(status); in GetBreakpointLocations() local624 return BreakpointLocations{next_pc}; in GetBreakpointLocations()636 lldb::addr_t next_pc = GetBreakpointLocationAddress(*entry_pc, status); in GetBreakpointLocations() local637 return BreakpointLocations{next_pc}; in GetBreakpointLocations()654 lldb::addr_t next_pc = *pc + *instr_size; in GetNextInstructionAddress() local655 return next_pc; in GetNextInstructionAddress()