• Home
  • Raw
  • Download

Lines Matching refs: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">;
82 AssemblerPredicate<(all_of FeatureVFP2_SP), "VFP2">;
84 AssemblerPredicate<(all_of FeatureVFP3_D16_SP), "VFP3">;
86 AssemblerPredicate<(all_of FeatureVFP4_D16_SP), "VFP4">;
88 AssemblerPredicate<(all_of FeatureFP64),
91 AssemblerPredicate<(all_of FeatureFPARMv8_D16_SP), "FPARMv8">;
93 AssemblerPredicate<(all_of FeatureNEON), "NEON">;
95 AssemblerPredicate<(all_of FeatureSHA2), "sha2">;
97 AssemblerPredicate<(all_of FeatureAES), "aes">;
99 AssemblerPredicate<(all_of FeatureCrypto), "crypto">;
101 AssemblerPredicate<(all_of FeatureDotProd), "dotprod">;
103 AssemblerPredicate<(all_of FeatureCRC), "crc">;
105 AssemblerPredicate<(all_of FeatureRAS), "ras">;
107 AssemblerPredicate<(all_of FeatureLOB), "lob">;
109 AssemblerPredicate<(all_of FeatureFP16),"half-float conversions">;
111 AssemblerPredicate<(all_of FeatureFullFP16),"full half-float">;
113 AssemblerPredicate<(all_of FeatureFP16FML),"full half-float fml">;
115 … AssemblerPredicate<(all_of FeatureBF16),"BFloat16 floating point extension">;
117 … AssemblerPredicate<(all_of FeatureMatMulInt8),"8-bit integer matrix multiply">;
119 AssemblerPredicate<(all_of FeatureHWDivThumb), "divide in THUMB">;
121 AssemblerPredicate<(all_of FeatureHWDivARM), "divide in ARM">;
123 AssemblerPredicate<(all_of FeatureDSP), "dsp">;
125 AssemblerPredicate<(all_of FeatureDB),
128 AssemblerPredicate<(all_of FeatureDFB),
131 AssemblerPredicate<(all_of FeatureV7Clrex),
134 AssemblerPredicate<(all_of FeatureAcquireRelease),
137 AssemblerPredicate<(all_of FeatureMP),
140 AssemblerPredicate<(all_of FeatureVirtualization),
143 AssemblerPredicate<(all_of FeatureTrustZone),
146 AssemblerPredicate<(all_of Feature8MSecExt),
152 AssemblerPredicate<(all_of ModeThumb), "thumb">;
155 AssemblerPredicate<(all_of ModeThumb, FeatureThumb2),
158 AssemblerPredicate<(all_of FeatureMClass), "armv*m">;
160 AssemblerPredicate<(all_of (not FeatureMClass)),
163 AssemblerPredicate<(all_of (not ModeThumb)), "arm-mode">;
172 AssemblerPredicate<(all_of FeatureNaClTrap), "NaCl">;
177 AssemblerPredicate<(all_of (not FeatureNoNegativeImmediates)),
221 AssemblerPredicate<(all_of FeatureSB), "sb">;