Searched refs:sqrt (Results 1 – 3 of 3) sorted by relevance
| /xen/tools/tests/x86_emulator/ |
| A D | simd.c | 228 # define sqrt(x) scalar_1op(x, "vsqrtss %[in], %[out], %[out]") macro 310 # define sqrt(x) BR(sqrtps, _mask, x, undef(), ~0) macro 382 # define sqrt(x) BR(sqrtpd, _mask, x, undef(), ~0) macro 414 # define sqrt(x) __builtin_ia32_sqrtps256(x) macro 439 # define sqrt(x) __builtin_ia32_sqrtps(x) macro 447 # define sqrt(x) scalar_1op(x, "sqrtss %[in], %[out]") macro 473 # define sqrt(x) __builtin_ia32_sqrtpd256(x) macro 488 # define sqrt(x) __builtin_ia32_sqrtpd(x) macro 497 # define sqrt(x) scalar_1op(x, "sqrtsd %[in], %[out]") macro 1338 # ifdef sqrt in simd_test() [all …]
|
| A D | simd.h | 295 OVR_FP(sqrt);
|
| A D | evex-disp8.c | 313 INSN_FP(sqrt, 0f, 51),
|
Completed in 11 milliseconds