Lines Matching full:all_of
27 AssemblerPredicate<(all_of FeatureAtomics), "atomics">;
31 AssemblerPredicate<(all_of FeatureBulkMemory), "bulk-memory">;
35 AssemblerPredicate<(all_of FeatureExceptionHandling), "exception-handling">;
39 AssemblerPredicate<(all_of FeatureExtendedConst), "extended-const">;
43 AssemblerPredicate<(all_of FeatureHalfPrecision), "half-precision">;
47 AssemblerPredicate<(all_of FeatureMultiMemory), "multimemory">;
51 AssemblerPredicate<(all_of FeatureMultivalue), "multivalue">;
55 AssemblerPredicate<(all_of FeatureMutableGlobals), "mutable-globals">;
59 AssemblerPredicate<(all_of FeatureNontrappingFPToInt),
64 AssemblerPredicate<(all_of (not FeatureNontrappingFPToInt)),
69 AssemblerPredicate<(all_of FeatureReferenceTypes), "reference-types">;
73 AssemblerPredicate<(all_of FeatureRelaxedSIMD), "relaxed-simd">;
77 AssemblerPredicate<(all_of FeatureSignExt), "sign-ext">;
81 AssemblerPredicate<(all_of FeatureSIMD128), "simd128">;
85 AssemblerPredicate<(all_of FeatureTailCall), "tail-call">;