Home
last modified time | relevance | path

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

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