REX_R
#define f_reg(byte, rex) ((((byte)>>3)&0x7) + REX_R(rex))
if (insn->insn_prefix.pfx_rex & REX_R)