Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664Traits.h105 uint8_t rexB() const { return (rex_ & RexB) != RexB ? RexNone : RexB; } in rexB() function
108 return static_cast<GPRRegister>((rexB() != 0 ? 0x08 : 0) | in rm()
122 return static_cast<GPRRegister>((rexB() != 0 ? 0x08 : 0) | in base()
DIceAssemblerX86Base.h863 ? (typename T::Operand::RexBits)Addr->rexB()