Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Prefix

3242 /// <operand-name> ::= <prefix><number>
3244 /// <prefix> ::= c | cr
3246 /// <prefix> ::= p
5267 // FIXME: Check it's an expression prefix,
5298 // parsePrefix - Parse ARM 16-bit relocations expression prefix, i.e.
5313 Error(Parser.getTok().getLoc(), "expected prefix identifier in operand");
5333 const auto &Prefix =
5338 if (Prefix == std::end(PrefixEntries)) {
5339 Error(Parser.getTok().getLoc(), "unexpected prefix in operand");
5356 if (~Prefix->SupportedFormats & CurrentFormat) {
5362 RefKind = Prefix->VariantKind;
5366 Error(Parser.getTok().getLoc(), "unexpected token after prefix");