Home
last modified time | relevance | path

Searched refs:pc_high_bits (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.cc3028 int32_t pc_high_bits = current_pc & 0xf0000000; in DecodeTypeJump() local
3030 int32_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); in DecodeTypeJump()
/external/v8/src/mips64/
Dsimulator-mips64.cc3184 int32_t pc_high_bits = current_pc & 0xf0000000; in DecodeTypeJump() local
3186 int32_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); in DecodeTypeJump()