Lines Matching refs:SystemZOperand

80 class SystemZOperand : public MCParsedAsmOperand {  class
156 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand() function in __anon4f8b82ce0111::SystemZOperand
160 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid()
162 return std::make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc); in createInvalid()
165 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { in createToken()
166 auto Op = std::make_unique<SystemZOperand>(KindToken, Loc, Loc); in createToken()
172 static std::unique_ptr<SystemZOperand>
174 auto Op = std::make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc); in createReg()
180 static std::unique_ptr<SystemZOperand>
182 auto Op = std::make_unique<SystemZOperand>(KindImm, StartLoc, EndLoc); in createImm()
187 static std::unique_ptr<SystemZOperand>
191 auto Op = std::make_unique<SystemZOperand>(KindMem, StartLoc, EndLoc); in createMem()
204 static std::unique_ptr<SystemZOperand>
207 auto Op = std::make_unique<SystemZOperand>(KindImmTLS, StartLoc, EndLoc); in createImmTLS()
718 void SystemZOperand::print(raw_ostream &OS) const { in print()
898 SystemZOperand::createReg(Kind, Regs[Reg.Num], Reg.StartLoc, Reg.EndLoc)); in parseRegister()
924 Operands.push_back(SystemZOperand::createImm(Register, StartLoc, EndLoc)); in parseAnyRegister()
966 Operands.push_back(SystemZOperand::createReg(Kind, RegNo, in parseAnyRegister()
1214 Operands.push_back(SystemZOperand::createMem(MemKind, RegKind, Base, Disp, in parseAddress()
1297 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc)); in ParseDirectiveInsn()
1318 SystemZOperand &ZOperand = static_cast<SystemZOperand &>(Operand); in ParseDirectiveInsn()
1408 Operands.push_back(SystemZOperand::createToken(Name, NameLoc)); in ParseInstruction()
1493 Operands.push_back(SystemZOperand::createInvalid(Reg.StartLoc, Reg.EndLoc)); in parseOperand()
1519 Operands.push_back(SystemZOperand::createInvalid(StartLoc, EndLoc)); in parseOperand()
1521 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc)); in parseOperand()
1564 ErrorLoc = ((SystemZOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
1574 ((SystemZOperand &)*Operands[0]).getToken(), FBS, Dialect); in MatchAndEmitInstruction()
1576 ((SystemZOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
1676 Operands.push_back(SystemZOperand::createImmTLS(Expr, Sym, in parsePCRel()
1679 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc)); in parsePCRel()