Searched refs:pfx_opr (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/udis86/
H A Ddecode.c196 eff_opr_mode(int dis_mode, int rex_w, int pfx_opr) argument
199 return rex_w ? 64 : (pfx_opr ? 16 : 32);
201 return pfx_opr ? 16 : 32;
204 return pfx_opr ? 32 : 16;
270 u->pfx_opr = 0x66;
929 u->pfx_opr = 0;
1007 } else if ( u->pfx_opr ) {
1020 u->opr_mode = ( u->pfx_opr ) ? 16 : 32;
1023 u->opr_mode = ( u->pfx_opr ) ? 32 : 16;
1085 pfx = u->pfx_opr;
[all...]
H A Dsyn-intel.c130 if (!P_OSO(u->itab_entry->prefix) && u->pfx_opr) {
H A Dsyn-att.c129 if (! P_OSO(u->itab_entry->prefix) && u->pfx_opr) {
/haiku/headers/libs/udis86/libudis86/
H A Dtypes.h215 uint8_t pfx_opr; member in struct:ud

Completed in 45 milliseconds