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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c519 #define REX_R 0x4 macro
523 #define REX_RW (REX_PREFIX | REX_R | 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.c2269 #define REX_R 0x04 /* high order bit extension of ModRM reg field */ macro
2473 if (reg != NULL && (REX_R & rex_prefix) != 0)
3098 x->d86_rex_prefix |= REX_R;
3134 x->d86_rex_prefix |= REX_R;

Completed in 74 milliseconds