Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.cc6877 SimInstruction simInstr = instr_; in DecodeTypeJump() local
6884 int32_t next_pc = pc_high_bits | (simInstr.Imm26Value() << 2); in DecodeTypeJump()
6895 if (simInstr.IsLinkingInstruction()) { in DecodeTypeJump()
/external/v8/src/mips64/
Dsimulator-mips64.cc7226 SimInstruction simInstr = instr_; in DecodeTypeJump() local
7232 int64_t next_pc = pc_high_bits | (simInstr.Imm26Value() << 2); in DecodeTypeJump()
7243 if (simInstr.IsLinkingInstruction()) { in DecodeTypeJump()