Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.cc3457 int32_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local
3467 int32_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local
3911 int32_t next_pc = bad_ra; in DecodeTypeImmediate() local
4353 int32_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); in DecodeTypeJump() local
/external/v8/src/mips64/
Dsimulator-mips64.cc3394 int64_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local
3404 int64_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local
4119 int64_t next_pc = bad_ra; in DecodeTypeImmediate() local
4615 int64_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); in DecodeTypeJump() local