Home | History | Annotate | Download | only in priv

Lines Matching refs:mod

1989 inline static UChar mkModRegRM ( UInt mod, UInt reg, UInt regmem )
1991 vassert(mod < 4);
1993 return (UChar)( ((mod & 3) << 6) | ((reg & 7) << 3) | (regmem & 7) );
2038 /* Forming mod-reg-rm bytes and scale-index-base bytes.
2151 /* Emit a mod-reg-rm byte when the rm bit denotes a reg. */