Lines Matching defs:theInstr
2118 UInt theInstr;
2123 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (imm));
2124 return emit32(p, theInstr);
2139 UInt theInstr;
2146 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (rd << 11) | (sa << 6) |
2149 return emit32(p, theInstr);
2155 UInt theInstr;
2163 theInstr = ((opc1 << 26) | (rRS << 21) | (rRT << 16) | (rRD << 11) |
2166 return emit32(p, theInstr);