Searched refs:rexX (Results 1 – 2 of 2) sorted by relevance
104 uint8_t rexX() const { return (rex_ & RexX) != RexX ? RexNone : RexX; } in rexX() function117 return static_cast<GPRRegister>((rexX() != 0 ? 0x08 : 0) | in index()
859 ? (typename T::Operand::RexBits)Addr->rexX()