Lines Matching refs:X86Operand
25 struct X86Operand : public MCParsedAsmOperand { struct
69 X86Operand(KindTy K, SMLoc Start, SMLoc End) in X86Operand() argument
467 static std::unique_ptr<X86Operand> CreateToken(StringRef Str, SMLoc Loc) { in CreateToken() argument
469 auto Res = llvm::make_unique<X86Operand>(Token, Loc, EndLoc); in CreateToken()
475 static std::unique_ptr<X86Operand>
479 auto Res = llvm::make_unique<X86Operand>(Register, StartLoc, EndLoc); argument
488 static std::unique_ptr<X86Operand> CreateImm(const MCExpr *Val, in CreateImm() argument
490 auto Res = llvm::make_unique<X86Operand>(Immediate, StartLoc, EndLoc); in CreateImm()
496 static std::unique_ptr<X86Operand>
500 auto Res = llvm::make_unique<X86Operand>(Memory, StartLoc, EndLoc); argument
515 static std::unique_ptr<X86Operand>
527 auto Res = llvm::make_unique<X86Operand>(Memory, StartLoc, EndLoc); argument