Home
last modified time | relevance | path

Searched refs:SPARCV9_PREFER_FPU (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/
H A Dsparcv9cap.c132 OPENSSL_sparcv9cap_P[0] |= SPARCV9_PREFER_FPU; in OPENSSL_cpuid_setup()
137 OPENSSL_sparcv9cap_P[0] &= ~(SPARCV9_VIS1 | SPARCV9_PREFER_FPU); in OPENSSL_cpuid_setup()
148 OPENSSL_sparcv9cap_P[0] = SPARCV9_PREFER_FPU | SPARCV9_TICK_PRIVILEGED; in OPENSSL_cpuid_setup()
179 OPENSSL_sparcv9cap_P[0] &= ~(SPARCV9_VIS1 | SPARCV9_PREFER_FPU); in OPENSSL_cpuid_setup()
/openssl/crypto/bn/
H A Dbn_sparc.c72 (SPARCV9_PREFER_FPU | SPARCV9_VIS1)) == in bn_mul_mont()
73 (SPARCV9_PREFER_FPU | SPARCV9_VIS1) )) in bn_mul_mont()
H A Dbn_exp.c468 if (OPENSSL_sparcv9cap_P[0] & (SPARCV9_VIS3 | SPARCV9_PREFER_FPU)) { in BN_mod_exp_mont()
1141 if (OPENSSL_sparcv9cap_P[0] & (SPARCV9_VIS3 | SPARCV9_PREFER_FPU)) { in BN_mod_exp_mont_consttime()
/openssl/include/crypto/
H A Dsparc_arch.h14 # define SPARCV9_PREFER_FPU (1<<1) macro

Completed in 14 milliseconds