Lines Matching defs:REX_R
62 constexpr uint8_t REX_R = 0b0100;96 bool rex_r = (rex & REX_R) != 0;97 size_t reg_num = rex_r ? (reg + 8) : reg;