HomeSort by relevance Sort by last modified time
    Searched refs:RexB (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8664Traits.h 89 RexB = RexBase | (1 << 0),
105 uint8_t rexB() const { return (rex_ & RexB) != RexB ? RexNone : RexB; }
108 return static_cast<GPRRegister>((rexB() != 0 ? 0x08 : 0) |
122 return static_cast<GPRRegister>((rexB() != 0 ? 0x08 : 0) |
137 rex_ = (rm & 0x08) ? RexB : RexNone;
146 ((base & 0x08) ? RexB : RexNone) | ((index & 0x08) ? RexX : RexNone);
    [all...]
IceAssemblerX86Base.h     [all...]

Completed in 493 milliseconds