Searched refs:rexB (Results 1 – 2 of 2) sorted by relevance
105 uint8_t rexB() const { return (rex_ & RexB) != RexB ? RexNone : RexB; } in rexB() function108 return static_cast<GPRRegister>((rexB() != 0 ? 0x08 : 0) | in rm()122 return static_cast<GPRRegister>((rexB() != 0 ? 0x08 : 0) | in base()
863 ? (typename T::Operand::RexBits)Addr->rexB()