Lines Matching refs:OPENSSL_ppccap_P

33 unsigned int OPENSSL_ppccap_P = 0;  variable
54 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_rdtsc()
56 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_rdtsc()
67 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_instrument_bus()
69 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_instrument_bus()
80 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_instrument_bus2()
82 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_instrument_bus2()
146 OPENSSL_ppccap_P = strtoul(e, NULL, 0); in OPENSSL_cpuid_setup()
150 OPENSSL_ppccap_P = 0; in OPENSSL_cpuid_setup()
153 OPENSSL_ppccap_P |= PPC_FPU; in OPENSSL_cpuid_setup()
174 OPENSSL_ppccap_P |= PPC_FPU64; in OPENSSL_cpuid_setup()
178 OPENSSL_ppccap_P |= PPC_FPU64; in OPENSSL_cpuid_setup()
182 OPENSSL_ppccap_P |= PPC_ALTIVEC; in OPENSSL_cpuid_setup()
185 OPENSSL_ppccap_P |= PPC_CRYPTO207; in OPENSSL_cpuid_setup()
188 OPENSSL_ppccap_P |= PPC_MADD300; in OPENSSL_cpuid_setup()
195 OPENSSL_ppccap_P |= PPC_FPU; in OPENSSL_cpuid_setup()
203 OPENSSL_ppccap_P |= PPC_FPU64; in OPENSSL_cpuid_setup()
209 OPENSSL_ppccap_P |= PPC_ALTIVEC; in OPENSSL_cpuid_setup()
222 OPENSSL_ppccap_P |= PPC_FPU; in OPENSSL_cpuid_setup()
227 OPENSSL_ppccap_P |= PPC_FPU64; in OPENSSL_cpuid_setup()
231 OPENSSL_ppccap_P |= PPC_FPU64; in OPENSSL_cpuid_setup()
236 OPENSSL_ppccap_P |= PPC_ALTIVEC; in OPENSSL_cpuid_setup()
239 OPENSSL_ppccap_P |= PPC_CRYPTO207; in OPENSSL_cpuid_setup()
243 OPENSSL_ppccap_P |= PPC_MADD300; in OPENSSL_cpuid_setup()
268 OPENSSL_ppccap_P |= PPC_FPU; in OPENSSL_cpuid_setup()
277 OPENSSL_ppccap_P |= PPC_FPU64; in OPENSSL_cpuid_setup()
288 OPENSSL_ppccap_P |= PPC_ALTIVEC; in OPENSSL_cpuid_setup()
291 OPENSSL_ppccap_P |= PPC_CRYPTO207; in OPENSSL_cpuid_setup()
297 OPENSSL_ppccap_P |= PPC_MADD300; in OPENSSL_cpuid_setup()
303 OPENSSL_ppccap_P |= PPC_MFTB; in OPENSSL_cpuid_setup()
306 OPENSSL_ppccap_P |= PPC_MFSPR268; in OPENSSL_cpuid_setup()