Home | History | Annotate | Download | only in mips

Lines Matching full:instr2

3001   Instr instr2 = instr_at(pc + kInstrSize);
3003 if ((GetOpcodeField(instr1) == LUI) && (GetOpcodeField(instr2) == ORI)) {
3006 (GetImmediate16(instr1) << 16) | GetImmediate16(instr2));
3034 Instr instr2 = instr_at(pc + kInstrSize);
3035 uint32_t rt_code = GetRtField(instr2);
3042 CHECK((GetOpcodeField(instr1) == LUI && GetOpcodeField(instr2) == ORI));