Searched refs:tmp_V4d (Results 1 – 1 of 1) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-x86.c | 95 V4d tmp_V4d; in f0() local 391 tmp_V4d = __builtin_ia32_addsubpd256(tmp_V4d, tmp_V4d); in f0() 393 tmp_V4d = __builtin_ia32_haddpd256(tmp_V4d, tmp_V4d); in f0() 395 tmp_V4d = __builtin_ia32_hsubpd256(tmp_V4d, tmp_V4d); in f0() 397 tmp_V4d = __builtin_ia32_maxpd256(tmp_V4d, tmp_V4d); in f0() 399 tmp_V4d = __builtin_ia32_minpd256(tmp_V4d, tmp_V4d); in f0() 403 tmp_V4d = __builtin_ia32_vpermilvarpd256(tmp_V4d, tmp_V4LLi); in f0() 405 tmp_V4d = __builtin_ia32_blendvpd256(tmp_V4d, tmp_V4d, tmp_V4d); in f0() 408 tmp_V4d = __builtin_ia32_cmppd256(tmp_V4d, tmp_V4d, 0); in f0() 411 tmp_V4f = __builtin_ia32_cvtpd2ps256(tmp_V4d); in f0() [all …]
|