Home
last modified time | relevance | path

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

/xen/tools/tests/x86_emulator/
A Dsimd-fma.c34 # define addsub(x, y) __builtin_ia32_addsubps(x, y) macro
39 # define addsub(x, y) __builtin_ia32_addsubpd(x, y) macro
46 # define addsub(x, y) __builtin_ia32_addsubps256(x, y) macro
51 # define addsub(x, y) __builtin_ia32_addsubpd256(x, y) macro
58 #if defined(fmaddsub) && !defined(addsub)
59 # define addsub(x, y) fmaddsub(x, broadcast(1), y) macro
112 #if defined(addsub) && defined(fmaddsub) in fma_test()
113 x = addsub(src * inv, one); in fma_test()
114 y = addsub(src * inv, -one); in fma_test()
124 x = addsub(src * inv, one); in fma_test()
A Dsimd.c863 # define addsub(x, y) __builtin_ia32_addsubps(x, y) macro
869 # define addsub(x, y) __builtin_ia32_addsubpd(x, y) macro
880 # define addsub(x, y) __builtin_ia32_addsubps256(x, y) macro
899 # define addsub(x, y) __builtin_ia32_addsubpd256(x, y) macro
1757 # ifdef addsub in simd_test()
1760 x = addsub(src, inv); in simd_test()

Completed in 7 milliseconds