Home | History | Annotate | Download | only in priv

Lines Matching refs:theInstr

2340    UInt theInstr;
2345 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (imm));
2346 return emit32(p, theInstr);
2361 UInt theInstr;
2368 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (rd << 11) | (sa << 6) |
2371 return emit32(p, theInstr);
2377 UInt theInstr;
2385 theInstr = ((opc1 << 26) | (rRS << 21) | (rRT << 16) | (rRD << 11) |
2388 return emit32(p, theInstr);