Searched refs:PPC_FPU64 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dppc_arch.h6 # define PPC_FPU64 (1<<0) macro
H A Dppccap.c31 if (num >= 8 && (num & 3) == 0 && (OPENSSL_ppccap_P & PPC_FPU64))
38 if (num >= 32 && (num & 3) == 0 && (OPENSSL_ppccap_P & PPC_FPU64)) {
49 } else if ((OPENSSL_ppccap_P & PPC_FPU64))
140 OPENSSL_ppccap_P |= PPC_FPU64;
144 * Wanted code detecting POWER6 CPU and setting PPC_FPU64
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dppc_arch.h6 # define PPC_FPU64 (1<<0) macro
H A Dppccap.c31 if (num >= 8 && (num & 3) == 0 && (OPENSSL_ppccap_P & PPC_FPU64))
38 if (num >= 32 && (num & 3) == 0 && (OPENSSL_ppccap_P & PPC_FPU64)) {
49 } else if ((OPENSSL_ppccap_P & PPC_FPU64))
140 OPENSSL_ppccap_P |= PPC_FPU64;
144 * Wanted code detecting POWER6 CPU and setting PPC_FPU64

Completed in 76 milliseconds