Home | History | Annotate | Download | only in priv

Lines Matching refs:FM

2348 static UChar* mkFormXFL ( UChar* p, UInt FM, UInt freg )
2351 vassert(FM < 0x100);
2353 theInstr = ((63<<26) | (FM<<17) | (freg<<11) | (711<<1));