Searched defs:REX_B (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c517 #define REX_B 0x1 macro
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.c2271 #define REX_B 0x01 /* extends ModRM r_m, SIB base, or opcode reg */ macro
2470 if (rex_prefix & REX_B)
2475 if (r_m != NULL && (REX_B & rex_prefix) != 0)
2713 if (x->d86_rex_prefix & REX_B)
3138 x->d86_rex_prefix |= REX_B;

Completed in 58 milliseconds