f_reg
#define f_reg(byte, rex) ((((byte)>>3)&0x7) + REX_R(rex))
#define f_reg(byte) (((byte)>>3)&0x7)