Searched refs:rexX (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664Traits.h104 uint8_t rexX() const { return (rex_ & RexX) != RexX ? RexNone : RexX; } function in class:Ice::X8664::TargetX8664Traits::Operand
117 return static_cast<GPRRegister>((rexX() != 0 ? 0x08 : 0) |
H A DIceAssemblerX86Base.h859 ? (typename T::Operand::RexBits)Addr->rexX()

Completed in 51 milliseconds