Home | History | Annotate | Download | only in priv

Lines Matching refs:FM

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