Searched refs:ax2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | asinhf.c | 40 svfloat32_t ax2 = svmul_x (pg, ax, ax); in SV_NAME_F1() local 41 svfloat32_t d = svadd_x (pg, svsqrt_x (pg, svadd_x (pg, ax2, 1.0f)), 1.0f); in SV_NAME_F1() 43 = sv_log1pf_inline (svadd_x (pg, ax, svdiv_x (pg, ax2, d)), pg); in SV_NAME_F1()
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_pclmul.c | 302 __m128i ax0, ax1, ax2, ax3; in br_ghash_pclmul() local 316 BK(aw2, ax2); in br_ghash_pclmul() 339 pclmulqdq00(ax2, h2x), in br_ghash_pclmul()
|