Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.cc3672 int32_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local
3682 int32_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local
4159 int32_t next_pc = bad_ra; in DecodeTypeImmediate() local
4609 int32_t next_pc = pc_high_bits | (simInstr.Imm26Value() << 2); in DecodeTypeJump() local
/external/v8/src/mips64/
Dsimulator-mips64.cc3551 int64_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local
3561 int64_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local
4361 int64_t next_pc = bad_ra; in DecodeTypeImmediate() local
4893 int64_t next_pc = pc_high_bits | (simInstr.Imm26Value() << 2); in DecodeTypeJump() local