Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:CPU

1311 ///  ::= .machine [ cpu | "push" | "pop" ]
1317 StringRef CPU = Parser.getTok().getIdentifier();
1325 if (CPU != "any" && CPU != "push" && CPU != "pop")