Searched defs:next_pc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc1865 int32_t* next_pc,
1922 *next_pc = get_register(instr->RsValue());
2162 int32_t next_pc = 0; local
2170 &next_pc,
2496 set_pc(next_pc);
2506 set_pc(next_pc);
2697 int32_t next_pc = bad_ra; local
2725 // Set next_pc.
2727 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2729 next_pc
1861 ConfigureTypeRegister(Instruction* instr, int32_t* alu_out, int64_t* i64hilo, uint64_t* u64hilo, int32_t* next_pc, int32_t* return_addr_reg, bool* do_interrupt) argument
[all...]
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc1930 int64_t* next_pc,
1993 *next_pc = get_register(instr->RsValue());
2288 int64_t next_pc = 0; local
2299 &next_pc,
2617 set_pc(next_pc);
2627 set_pc(next_pc);
2826 int64_t next_pc = bad_ra; local
2856 // Set next_pc.
2858 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2860 next_pc
1926 ConfigureTypeRegister(Instruction* instr, int64_t* alu_out, int64_t* i64hilo, uint64_t* u64hilo, int64_t* next_pc, int64_t* return_addr_reg, bool* do_interrupt, int64_t* i128resultH, int64_t* i128resultL) argument
[all...]

Completed in 60 milliseconds