Searched refs:current_pc (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/mips/ |
D | simulator-mips.cc | 888 int32_t current_pc = get_pc(); in DecodeTypeRegister() local 1123 current_pc+Instruction::kInstructionSize); in DecodeTypeRegister() 1131 current_pc+Instruction::kInstructionSize); in DecodeTypeRegister() 1133 set_register(31, current_pc + 2* Instruction::kInstructionSize); in DecodeTypeRegister() 1206 int32_t current_pc = get_pc(); in DecodeTypeImmediate() local 1261 next_pc = current_pc + (imm16 << 2) + Instruction::kInstructionSize; in DecodeTypeImmediate() 1263 set_register(31, current_pc + kBranchReturnOffset); in DecodeTypeImmediate() 1266 next_pc = current_pc + kBranchReturnOffset; in DecodeTypeImmediate() 1369 next_pc = current_pc + (imm16 << 2) + Instruction::kInstructionSize; in DecodeTypeImmediate() 1371 set_register(31, current_pc + 2* Instruction::kInstructionSize); in DecodeTypeImmediate() [all …]
|
/external/qemu/ |
D | trace.c | 1390 uint32_t current_pc = trace_bb.current_bb_addr + 4 * (trace_bb.num_insns - 1); in trace_exception() local 1395 trace_bb.num_insns, current_pc, trace_bb.current_bb_num, in trace_exception() 1410 comp_ptr = varint_encode(current_pc, comp_ptr); in trace_exception() 1805 uint32_t current_pc = trace_bb.current_bb_addr + 4 * (trace_bb.num_insns - 1); in trace_insn_helper() 1806 fprintf(ftrace_debug, "%llu %x\n", sim_time, current_pc); in trace_insn_helper()
|
D | exec.c | 949 target_ulong current_pc = 0; in tb_invalidate_phys_page_range() local 1002 cpu_get_tb_cpu_state(env, ¤t_pc, ¤t_cs_base, in tb_invalidate_phys_page_range() 1037 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1); in tb_invalidate_phys_page_range() 1081 target_ulong current_pc = 0; in tb_invalidate_phys_page() local 1110 cpu_get_tb_cpu_state(env, ¤t_pc, ¤t_cs_base, in tb_invalidate_phys_page() 1124 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1); in tb_invalidate_phys_page()
|