REX_X
#define sib_index(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0))
if (x->d86_rex_prefix & REX_X)
x->d86_rex_prefix |= REX_X;