Lines Matching refs:all_of
27 AssemblerPredicate<(all_of FeatureSIMD128), "simd128">;
31 AssemblerPredicate<(all_of FeatureUnimplementedSIMD128), "unimplemented-simd128">;
35 AssemblerPredicate<(all_of FeatureAtomics), "atomics">;
39 AssemblerPredicate<(all_of FeatureMultivalue), "multivalue">;
43 AssemblerPredicate<(all_of FeatureNontrappingFPToInt), "nontrapping-fptoint">;
47 AssemblerPredicate<(all_of (not FeatureNontrappingFPToInt)), "nontrapping-fptoint">;
51 AssemblerPredicate<(all_of FeatureSignExt), "sign-ext">;
55 AssemblerPredicate<(all_of FeatureTailCall), "tail-call">;
59 AssemblerPredicate<(all_of FeatureExceptionHandling), "exception-handling">;
63 AssemblerPredicate<(all_of FeatureBulkMemory), "bulk-memory">;
67 AssemblerPredicate<(all_of FeatureReferenceTypes), "reference-types">;