Searched refs:target_pc (Results 1 – 3 of 3) sorted by relevance
333 Address target_pc = pc; in target_address_address_at() local334 Instr instr = Memory::int32_at(target_pc); in target_address_address_at()340 target_pc -= kInstrSize; in target_address_address_at()341 instr = Memory::int32_at(target_pc); in target_address_address_at()348 target_pc -= kInstrSize; in target_address_address_at()349 instr = Memory::int32_at(target_pc); in target_address_address_at()358 return target_pc + offset + 8; in target_address_address_at()
121 extern void trace_exception(uint32 target_pc);
1477 void trace_exception(uint32 target_pc) in trace_exception() argument1491 sim_time, target_pc, trace_bb.current_bb_addr, in trace_exception()1509 comp_ptr = varint_encode(target_pc, comp_ptr); in trace_exception()