Home
last modified time | relevance | path

Searched refs:addsub (Results 1 – 2 of 2) sorted by relevance

/tools/tests/x86_emulator/
A Dsimd-fma.c36 # define addsub(x, y) __builtin_ia32_addsubps(x, y) macro
41 # define addsub(x, y) __builtin_ia32_addsubpd(x, y) macro
48 # define addsub(x, y) __builtin_ia32_addsubps256(x, y) macro
53 # define addsub(x, y) __builtin_ia32_addsubpd256(x, y) macro
60 #if defined(fmaddsub) && !defined(addsub)
62 # define addsub(x, y) ({ \ macro
71 # define addsub(x, y) fmaddsub(x, broadcast(1), y) macro
207 #if defined(addsub) && defined(fmaddsub) in fma_test()
208 x = addsub(src * inv, one); in fma_test()
209 y = addsub(src * inv, -one); in fma_test()
[all …]
A Dsimd.c941 # define addsub(x, y) __builtin_ia32_addsubps(x, y) macro
947 # define addsub(x, y) __builtin_ia32_addsubpd(x, y) macro
958 # define addsub(x, y) __builtin_ia32_addsubps256(x, y) macro
977 # define addsub(x, y) __builtin_ia32_addsubpd256(x, y) macro
1852 # ifdef addsub in simd_test()
1855 x = addsub(src, inv); in simd_test()

Completed in 10 milliseconds