Lines Matching refs:X86Operand
29 struct X86Operand final : public MCParsedAsmOperand {
80 X86Operand(KindTy K, SMLoc Start, SMLoc End) in X86Operand() function
615 static std::unique_ptr<X86Operand> CreateToken(StringRef Str, SMLoc Loc) { in CreateToken()
617 auto Res = std::make_unique<X86Operand>(Token, Loc, EndLoc); in CreateToken()
623 static std::unique_ptr<X86Operand>
627 auto Res = std::make_unique<X86Operand>(Register, StartLoc, EndLoc);
636 static std::unique_ptr<X86Operand>
638 return std::make_unique<X86Operand>(DXRegister, StartLoc, EndLoc); in CreateDXReg()
641 static std::unique_ptr<X86Operand>
643 auto Res = std::make_unique<X86Operand>(Prefix, StartLoc, EndLoc); in CreatePrefix()
648 static std::unique_ptr<X86Operand> CreateImm(const MCExpr *Val,
653 auto Res = std::make_unique<X86Operand>(Immediate, StartLoc, EndLoc);
663 static std::unique_ptr<X86Operand>
667 auto Res = std::make_unique<X86Operand>(Memory, StartLoc, EndLoc);
684 static std::unique_ptr<X86Operand>
699 auto Res = std::make_unique<X86Operand>(Memory, StartLoc, EndLoc);