Searched refs:REX_W (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c520 #define REX_W 0x8 macro
523 #define REX_RW (REX_PREFIX | REX_R | REX_W)
524 #define REX_BW (REX_PREFIX | REX_B | REX_W)
525 #define REX_BRW (REX_PREFIX | REX_B | REX_R | REX_W)
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c2268 #define REX_W 0x08 /* 64 bit operand size when set */ macro
3148 x->d86_rex_prefix |= REX_W;
3229 if ((rex_prefix & REX_W) || vex_W)
3362 if (rex_prefix & REX_W)
3718 if (rex_prefix & REX_W) {
3731 if (rex_prefix & REX_W)
3745 if (rex_prefix & REX_W)

Completed in 72 milliseconds