Lines Matching refs:SystemZOperand
76 class SystemZOperand : public MCParsedAsmOperand { class
152 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand() function in __anonc1ff31d20111::SystemZOperand
156 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid()
158 return std::make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc); in createInvalid()
161 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { in createToken()
162 auto Op = std::make_unique<SystemZOperand>(KindToken, Loc, Loc); in createToken()
168 static std::unique_ptr<SystemZOperand>
170 auto Op = std::make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc); in createReg()
176 static std::unique_ptr<SystemZOperand>
178 auto Op = std::make_unique<SystemZOperand>(KindImm, StartLoc, EndLoc); in createImm()
183 static std::unique_ptr<SystemZOperand>
187 auto Op = std::make_unique<SystemZOperand>(KindMem, StartLoc, EndLoc); in createMem()
200 static std::unique_ptr<SystemZOperand>
203 auto Op = std::make_unique<SystemZOperand>(KindImmTLS, StartLoc, EndLoc); in createImmTLS()
706 void SystemZOperand::print(raw_ostream &OS) const { in print()
886 SystemZOperand::createReg(Kind, Regs[Reg.Num], Reg.StartLoc, Reg.EndLoc)); in parseRegister()
912 Operands.push_back(SystemZOperand::createImm(Register, StartLoc, EndLoc)); in parseAnyRegister()
954 Operands.push_back(SystemZOperand::createReg(Kind, RegNo, in parseAnyRegister()
1202 Operands.push_back(SystemZOperand::createMem(MemKind, RegKind, Base, Disp, in parseAddress()
1283 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc)); in ParseDirectiveInsn()
1304 SystemZOperand &ZOperand = static_cast<SystemZOperand &>(Operand); in ParseDirectiveInsn()
1372 Operands.push_back(SystemZOperand::createToken(Name, NameLoc)); in ParseInstruction()
1457 Operands.push_back(SystemZOperand::createInvalid(Reg.StartLoc, Reg.EndLoc)); in parseOperand()
1483 Operands.push_back(SystemZOperand::createInvalid(StartLoc, EndLoc)); in parseOperand()
1485 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc)); in parseOperand()
1532 ErrorLoc = ((SystemZOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
1542 ((SystemZOperand &)*Operands[0]).getToken(), FBS, Dialect); in MatchAndEmitInstruction()
1544 ((SystemZOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
1641 Operands.push_back(SystemZOperand::createImmTLS(Expr, Sym, in parsePCRel()
1644 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc)); in parsePCRel()