Home | History | Annotate | Download | only in mips

Lines Matching full:instr1

3000   Instr instr1 = instr_at(pc);
3003 if ((GetOpcodeField(instr1) == LUI) && (GetOpcodeField(instr2) == ORI)) {
3006 (GetImmediate16(instr1) << 16) | GetImmediate16(instr2));
3041 Instr instr1 = instr_at(pc);
3042 CHECK((GetOpcodeField(instr1) == LUI && GetOpcodeField(instr2) == ORI));