Searched refs:SystemZOperand (Results 1 – 1 of 1) sorted by relevance
81 class SystemZOperand : public MCParsedAsmOperand { class157 SystemZOperand(OperandKind Kind, SMLoc StartLoc, SMLoc EndLoc) in SystemZOperand() function in __anon2dbeb9140111::SystemZOperand167 auto Op = std::make_unique<SystemZOperand>(KindToken, Loc, Loc); in createToken()173 static std::unique_ptr<SystemZOperand>181 static std::unique_ptr<SystemZOperand>188 static std::unique_ptr<SystemZOperand>205 static std::unique_ptr<SystemZOperand>717 void SystemZOperand::print(raw_ostream &OS) const { in print()954 Operands.push_back(SystemZOperand::createReg(Kind, RegNo, in parseAnyRegister()1299 SystemZOperand &ZOperand = static_cast<SystemZOperand &>(Operand); in ParseDirectiveInsn()[all …]