Searched refs:RexNone (Results 1 – 2 of 2) sorted by relevance
84 RexNone = 0x00, enumerator104 uint8_t rexX() const { return (rex_ & RexX) != RexX ? RexNone : RexX; } in rexX()105 uint8_t rexB() const { return (rex_ & RexB) != RexB ? RexNone : RexB; } in rexB()137 rex_ = (rm & 0x08) ? RexB : RexNone; in SetModRM()146 ((base & 0x08) ? RexB : RexNone) | ((index & 0x08) ? RexX : RexNone); in SetSIB()
856 : T::Operand::RexNone;857 const uint8_t R = (Reg & 0x08) ? T::Operand::RexR : T::Operand::RexNone;860 : T::Operand::RexNone;864 : (Rm & 0x08) ? T::Operand::RexB : T::Operand::RexNone;866 if (Prefix != T::Operand::RexNone) {