Home | History | Annotate | Download | only in priv

Lines Matching refs:Rc

2481                         UInt f3, UInt MB, UInt ME, UInt Rc )
2490 vassert(Rc < 0x2);
2492 (f3<<11) | (MB<<6) | (ME<<1) | (Rc));
2631 UInt r3, UInt Rc, UInt opc2 )
2638 vassert(Rc < 0x2);
2641 (r3<<11) | (Rc<<10) | opc2);