Lines Matching full:all_of
10 AssemblerPredicate<(all_of HasV4TOps), "armv4t">;
13 AssemblerPredicate<(all_of HasV5TOps), "armv5t">;
16 AssemblerPredicate<(all_of HasV5TEOps), "armv5te">;
18 AssemblerPredicate<(all_of HasV6Ops), "armv6">;
21 AssemblerPredicate<(all_of HasV6MOps),
24 AssemblerPredicate<(all_of HasV8MBaselineOps),
27 AssemblerPredicate<(all_of HasV8MMainlineOps),
30 AssemblerPredicate<(all_of HasV8_1MMainlineOps),
33 AssemblerPredicate<(all_of HasMVEIntegerOps),
36 AssemblerPredicate<(all_of HasMVEFloatOps),
39 AssemblerPredicate<(all_of HasCDEOps),
42 AssemblerPredicate<(all_of FeatureFPRegs),
45 AssemblerPredicate<(all_of FeatureFPRegs16),
48 AssemblerPredicate<(all_of (not FeatureFPRegs16)),
51 AssemblerPredicate<(all_of FeatureFPRegs64),
54 AssemblerPredicate<(all_of FeatureFPRegs, HasV8_1MMainlineOps),
57 AssemblerPredicate<(all_of HasV6T2Ops), "armv6t2">;
60 AssemblerPredicate<(all_of HasV6KOps), "armv6k">;
63 AssemblerPredicate<(all_of HasV7Ops), "armv7">;
65 AssemblerPredicate<(all_of HasV8Ops), "armv8">;
67 AssemblerPredicate<(all_of (not HasV8Ops)), "armv7 or earlier">;
69 AssemblerPredicate<(all_of HasV8_1aOps), "armv8.1a">;
71 AssemblerPredicate<(all_of HasV8_2aOps), "armv8.2a">;
73 AssemblerPredicate<(all_of HasV8_3aOps), "armv8.3a">;
75 AssemblerPredicate<(all_of HasV8_4aOps), "armv8.4a">;
77 AssemblerPredicate<(all_of HasV8_5aOps), "armv8.5a">;
79 AssemblerPredicate<(all_of HasV8_6aOps), "armv8.6a">;
81 AssemblerPredicate<(all_of HasV8_7aOps), "armv8.7a">;
84 AssemblerPredicate<(all_of FeatureVFP2_SP), "VFP2">;
86 AssemblerPredicate<(all_of FeatureVFP3_D16_SP), "VFP3">;
88 AssemblerPredicate<(all_of FeatureVFP4_D16_SP), "VFP4">;
90 AssemblerPredicate<(all_of FeatureFP64),
93 AssemblerPredicate<(all_of FeatureFPARMv8_D16_SP), "FPARMv8">;
95 AssemblerPredicate<(all_of FeatureNEON), "NEON">;
97 AssemblerPredicate<(all_of FeatureSHA2), "sha2">;
99 AssemblerPredicate<(all_of FeatureAES), "aes">;
101 AssemblerPredicate<(all_of FeatureCrypto), "crypto">;
103 AssemblerPredicate<(all_of FeatureDotProd), "dotprod">;
105 AssemblerPredicate<(all_of FeatureCRC), "crc">;
107 AssemblerPredicate<(all_of FeatureRAS), "ras">;
109 AssemblerPredicate<(all_of FeatureLOB), "lob">;
111 AssemblerPredicate<(all_of FeaturePACBTI), "pacbti">;
113 AssemblerPredicate<(all_of FeatureFP16),"half-float conversions">;
115 AssemblerPredicate<(all_of FeatureFullFP16),"full half-float">;
117 AssemblerPredicate<(all_of FeatureFP16FML),"full half-float fml">;
119 … AssemblerPredicate<(all_of FeatureBF16),"BFloat16 floating point extension">;
121 … AssemblerPredicate<(all_of FeatureMatMulInt8),"8-bit integer matrix multiply">;
123 AssemblerPredicate<(all_of FeatureHWDivThumb), "divide in THUMB">;
125 AssemblerPredicate<(all_of FeatureHWDivARM), "divide in ARM">;
127 AssemblerPredicate<(all_of FeatureDSP), "dsp">;
129 AssemblerPredicate<(all_of FeatureDB),
132 AssemblerPredicate<(all_of FeatureDFB),
135 AssemblerPredicate<(all_of FeatureV7Clrex),
138 AssemblerPredicate<(all_of FeatureAcquireRelease),
141 AssemblerPredicate<(all_of FeatureMP),
144 AssemblerPredicate<(all_of FeatureVirtualization),
147 AssemblerPredicate<(all_of FeatureTrustZone),
150 AssemblerPredicate<(all_of Feature8MSecExt),
156 AssemblerPredicate<(all_of ModeThumb), "thumb">;
159 AssemblerPredicate<(all_of ModeThumb, FeatureThumb2),
162 AssemblerPredicate<(all_of FeatureMClass), "armv*m">;
164 AssemblerPredicate<(all_of (not FeatureMClass)),
167 AssemblerPredicate<(all_of (not ModeThumb)), "arm-mode">;
178 AssemblerPredicate<(all_of FeatureNaClTrap), "NaCl">;
183 AssemblerPredicate<(all_of (not FeatureNoNegativeImmediates)),
238 AssemblerPredicate<(all_of FeatureSB), "sb">;
242 AssemblerPredicate<(all_of FeatureCLRBHB), "clrbhb">;