Lines Matching full:instr1
3308 Instr instr1 = instr_at(pc + 1 * kInstrSize);
3313 if ((GetOpcodeField(instr0) == LUI) && (GetOpcodeField(instr1) == ORI) &&
3318 ((uint64_t)(GetImmediate16(instr1)) << 16) |
3360 Instr instr1 = instr_at(pc + kInstrSize);
3361 uint32_t rt_code = GetRt(instr1);
3369 CHECK((GetOpcodeField(instr0) == LUI && GetOpcodeField(instr1) == ORI &&