Home
last modified time | relevance | path

Searched refs:FBS (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3740 static void setRequiredFeatureString(FeatureBitset FBS, std::string &Str) { in setRequiredFeatureString() argument
3741 if (FBS[AArch64::HasV8_0aOps]) in setRequiredFeatureString()
3743 if (FBS[AArch64::HasV8_1aOps]) in setRequiredFeatureString()
3745 else if (FBS[AArch64::HasV8_2aOps]) in setRequiredFeatureString()
3747 else if (FBS[AArch64::HasV8_3aOps]) in setRequiredFeatureString()
3749 else if (FBS[AArch64::HasV8_4aOps]) in setRequiredFeatureString()
3751 else if (FBS[AArch64::HasV8_5aOps]) in setRequiredFeatureString()
3753 else if (FBS[AArch64::HasV8_6aOps]) in setRequiredFeatureString()
3755 else if (FBS[AArch64::HasV8_7aOps]) in setRequiredFeatureString()
3757 else if (FBS[AArch64::HasV8_8aOps]) in setRequiredFeatureString()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp649 static std::string CSKYMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS,
687 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local
689 CSKYMnemonicSpellCheck(((CSKYOperand &)*Operands[0]).getToken(), FBS); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1252 static std::string PPCMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS,
1271 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local
1273 ((PPCOperand &)*Operands[0]).getToken(), FBS); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1778 const FeatureBitset &FBS);
1780 const FeatureBitset &FBS,
5179 const FeatureBitset &FBS,
5187 const FeatureBitset &FBS) { in isSupportedMnemo() argument
5188 return isSupportedMnemo(Mnemo, FBS, getAllVariants()); in isSupportedMnemo()
5192 const FeatureBitset &FBS, in isSupportedMnemo() argument
5195 if (AMDGPUCheckMnemonic(Mnemo, FBS, Variant)) in isSupportedMnemo()
5204 FeatureBitset FBS = ComputeAvailableFeatures(getFeatureBits()); in checkUnsupportedInstruction() local
5207 if (isSupportedMnemo(Mnemo, FBS, getMatchedVariants())) in checkUnsupportedInstruction()
5217 if (!VariantName.empty() && isSupportedMnemo(Mnemo, FBS)) { in checkUnsupportedInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1566 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local
1568 ((SystemZOperand &)*Operands[0]).getToken(), FBS, Dialect); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1520 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local
1522 ((LoongArchOperand &)*Operands[0]).getToken(), FBS, 0); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1420 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local
1422 ((RISCVOperand &)*Operands[0]).getToken(), FBS, 0); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6979 static std::string MipsMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS,
7005 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in ParseInstruction() local
7006 std::string Suggestion = MipsMnemonicSpellCheck(Name, FBS); in ParseInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11350 static std::string ARMMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS,
11420 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local
11422 ((ARMOperand &)*Operands[0]).getToken(), FBS); in MatchAndEmitInstruction()