Home | History | Annotate | Download | only in priv

Lines Matching refs:FM

3065 static UChar* mkFormXFL ( UChar* p, UInt FM, UInt freg, UInt dfp_rm )
3068 vassert(FM < 0x100);
3070 theInstr = ((63<<26) | (FM<<17) | (dfp_rm<<16) | (freg<<11) | (711<<1));