Home | History | Annotate | Download | only in priv

Lines Matching refs:opc1

2374 static UChar *mkFormS(UChar * p, UInt opc1, UInt rRD, UInt rRS, UInt rRT,
2378 vassert(opc1 <= 0x3F);
2385 theInstr = ((opc1 << 26) | (rRS << 21) | (rRT << 16) | (rRD << 11) |
2391 static UChar *doAMode_IR(UChar * p, UInt opc1, UInt rSD, MIPSAMode * am,
2406 if (opc1 < 40) {
2416 p = mkFormI(p, opc1, rA, r_dst, idx);
2418 if (opc1 >= 40) {
2431 static UChar *doAMode_RR(UChar * p, UInt opc1, UInt rSD, MIPSAMode * am,
2445 if (opc1 < 40) {
2464 p = mkFormI(p, opc1, rA, r_dst, 0);
2471 p = mkFormI(p, opc1, rA, r_dst, 0);
2475 if (opc1 >= 40) {
2602 UInt opc1, sz = mode64 ? 8 : 4;
2610 opc1 = 32;
2613 opc1 = 33;
2616 opc1 = 35;
2619 opc1 = 55;
2626 p = doAMode_IR(p, opc1, reg, am, mode64);
2638 UInt opc1, sz = mode64 ? 8 : 4;
2646 opc1 = 40;
2649 opc1 = 41;
2652 opc1 = 43;
2656 opc1 = 63;
2662 p = doAMode_IR(p, opc1, reg, am, mode64);