Home
last modified time | relevance | path

Searched defs:sqrt (Results 1 – 1 of 1) sorted by relevance

/tools/tests/x86_emulator/
A Dsimd.c283 # define sqrt(x) scalar_1op(x, "vsqrtss %[in], %[out], %[out]") macro
296 # define sqrt(x) scalar_1op(x, "vsqrtsd %[in], %[out], %[out]") macro
373 # define sqrt(x) BR(sqrtps, _mask, x, undef(), ~0) macro
445 # define sqrt(x) BR(sqrtpd, _mask, x, undef(), ~0) macro
475 # define sqrt(x) BR2(sqrtph, _mask, x, undef(), ~0) macro
492 # define sqrt(x) __builtin_ia32_sqrtps256(x) macro
517 # define sqrt(x) __builtin_ia32_sqrtps(x) macro
525 # define sqrt(x) scalar_1op(x, "sqrtss %[in], %[out]") macro
551 # define sqrt(x) __builtin_ia32_sqrtpd256(x) macro
566 # define sqrt(x) __builtin_ia32_sqrtpd(x) macro
[all …]

Completed in 47 milliseconds