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

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8664Traits.h 88 RexX = RexBase | (1 << 1),
104 uint8_t rexX() const { return (rex_ & RexX) != RexX ? RexNone : RexX; }
117 return static_cast<GPRRegister>((rexX() != 0 ? 0x08 : 0) |
146 ((base & 0x08) ? RexB : RexNone) | ((index & 0x08) ? RexX : RexNone);
    [all...]
IceAssemblerX86Base.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
asm6.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
asm6.go     [all...]

Completed in 391 milliseconds