Home | History | Annotate | Download | only in priv

Lines Matching refs:b10

2370                          UInt r3, UInt b10, UInt opc2, UInt b0 )
2377 vassert(b10 < 0x2);
2381 (r3<<11) | (b10 << 10) | (opc2<<1) | (b0));