Home
last modified time | relevance | path

Searched refs:PPC_FPU (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssl/crypto/
H A Dppccap.c159 OPENSSL_ppccap_P |= PPC_FPU; in OPENSSL_cpuid_setup()
204 OPENSSL_ppccap_P |= PPC_FPU; in OPENSSL_cpuid_setup()
231 OPENSSL_ppccap_P |= PPC_FPU; in OPENSSL_cpuid_setup()
281 OPENSSL_ppccap_P |= PPC_FPU; in OPENSSL_cpuid_setup()
/src/sys/crypto/openssl/
H A Dossl_ppc.c65 OPENSSL_ppccap_P |= PPC_FPU; in ossl_cpuid()
151 if (sizeof(size_t) == 4 && (OPENSSL_ppccap_P & PPC_FPU)) { in poly1305_init()
H A Dossl_ppc.h26 # define PPC_FPU (1<<3) macro
/src/crypto/openssl/include/crypto/
H A Dppc_arch.h23 #define PPC_FPU (1 << 3) macro
/src/crypto/openssl/crypto/poly1305/
H A Dpoly1305_ppc.c37 } else if (sizeof(size_t) == 4 && (OPENSSL_ppccap_P & PPC_FPU)) { in poly1305_init()
/src/crypto/openssl/doc/man3/
H A DOPENSSL_ppccap.pod73 Name: B<PPC_FPU>
135 The detected capabilities in the above example indicate that PPC_MFTB, PPC_FPU,