Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:rex

43 #define wFromREX(rex)        (((rex) & 0x8) >> 3)
44 #define rFromREX(rex) (((rex) & 0x4) >> 2)
45 #define xFromREX(rex) (((rex) & 0x2) >> 1)
46 #define bFromREX(rex) ((rex) & 0x1)
453 /* The value of the REX prefix, if present */
456 the opcode, or right before the REX prefix if one is present) */