REX_B
#define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))
#define sib_base(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))
if (rex_prefix & REX_B)
if (r_m != NULL && (REX_B & rex_prefix) != 0)
if (x->d86_rex_prefix & REX_B)
x->d86_rex_prefix |= REX_B;
x->d86_rex_prefix |= REX_B;