Home | History | Annotate | Download | only in priv

Lines Matching refs:LK

2453 static UChar* mkFormI ( UChar* p, UInt LI, UInt AA, UInt LK )
2458 vassert(LK < 0x2);
2459 theInstr = ((18<<26) | (LI<<2) | (AA<<1) | (LK));
2466 UInt BD, UInt AA, UInt LK )
2473 vassert(LK < 0x2);
2475 (BD<<2) | (AA<<1) | (LK));