Home | History | Annotate | Download | only in mips

Lines Matching refs:instr1

2125   Instr instr1 = instr_at(pc);
2128 if ((GetOpcodeField(instr1) == LUI) && (GetOpcodeField(instr2) == ORI)) {
2131 (GetImmediate16(instr1) << 16) | GetImmediate16(instr2));
2164 Instr instr1 = instr_at(pc);
2165 CHECK((GetOpcodeField(instr1) == LUI && GetOpcodeField(instr2) == ORI));
2258 Instr instr1 = instr_at(pc);
2265 ASSERT(GetOpcodeField(instr1) == LUI);
2273 ASSERT(GetOpcodeField(instr1) == LUI);