Home | History | Annotate | Download | only in priv

Lines Matching refs:opc2

2375                       UInt sa, UInt opc2)
2382 vassert(opc2 <= 0x3F);
2386 ((sa & 0x1F) << 6) | (opc2));