Searched refs:REX_B (Results 1 – 2 of 2) sorted by relevance
517 #define REX_B 0x1 macro524 #define REX_BW (REX_PREFIX | REX_B | REX_W)525 #define REX_BRW (REX_PREFIX | REX_B | REX_R | REX_W)
2271 #define REX_B 0x01 /* extends ModRM r_m, SIB base, or opcode reg */ macro2470 if (rex_prefix & REX_B) in dtrace_rex_adjust()2475 if (r_m != NULL && (REX_B & rex_prefix) != 0) in dtrace_rex_adjust()2713 if (x->d86_rex_prefix & REX_B) in dtrace_get_operand()3138 x->d86_rex_prefix |= REX_B; in dtrace_disx86()