Lines Matching defs:rex_x
63 constexpr uint8_t REX_X = 0b0010;123 bool rex_x = (rex & REX_X) != 0;124 uint8_t reg_num = rex_x ? (reg + 8) : reg;