Home
last modified time | relevance | path

Searched refs:SPARCV9_FMADD (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/
Dsparcv9cap.c111 if (vec[0]&0x00100) OPENSSL_sparcv9cap_P[0] |= SPARCV9_FMADD; in OPENSSL_cpuid_setup()
188 OPENSSL_sparcv9cap_P[0] |= SPARCV9_FMADD; in OPENSSL_cpuid_setup()
/third_party/openssl/include/crypto/
Dsparc_arch.h17 # define SPARCV9_FMADD (1<<4) macro
/third_party/openssl/crypto/bn/
Dbn_sparc.c70 ( (OPENSSL_sparcv9cap_P[0] & SPARCV9_FMADD) || in bn_mul_mont()