reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 6781   Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode,
 6785   if (isThumbOne() && PredicationCode != ARMCC::AL && Mnemonic != "b") {
 6845   if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) {
 6869                        ARMCC::CondCodes(PredicationCode), Loc));
 6960   if (PredicationCode == ARMCC::AL &&
 6967         Mnemonic == "vmov" && PredicationCode == ARMCC::LT) {
 6980     } else if (Mnemonic == "vcvt" && PredicationCode == ARMCC::NE &&
 6995     } else if (Mnemonic == "vmul" && PredicationCode == ARMCC::LT &&
 7052       } else if (CanAcceptPredicationCode && PredicationCode == ARMCC::AL) {