REX_R
db_printf("%s", db_reg[rex != 0 ? 1 : 0][(rex & REX_R) ? QUAD : LONG][f_rm(rex, inst)]);
#define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_R ? 0x8 : 0x0))
if (reg != NULL && (REX_R & rex_prefix) != 0)
x->d86_rex_prefix |= REX_R;
x->d86_rex_prefix |= REX_R;
x->d86_rex_prefix |= REX_R;