Searched refs:tmp_V8f (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | builtins-x86.c | 455 tmp_V8f = __builtin_ia32_addsubps256(tmp_V8f, tmp_V8f); in f0() 457 tmp_V8f = __builtin_ia32_hsubps256(tmp_V8f, tmp_V8f); in f0() 459 tmp_V8f = __builtin_ia32_haddps256(tmp_V8f, tmp_V8f); in f0() 461 tmp_V8f = __builtin_ia32_maxps256(tmp_V8f, tmp_V8f); in f0() 463 tmp_V8f = __builtin_ia32_minps256(tmp_V8f, tmp_V8f); in f0() 469 tmp_V8f = __builtin_ia32_blendvps256(tmp_V8f, tmp_V8f, tmp_V8f); in f0() 470 tmp_V8f = __builtin_ia32_dpps256(tmp_V8f, tmp_V8f, 0x7); in f0() 472 tmp_V8f = __builtin_ia32_cmpps256(tmp_V8f, tmp_V8f, 0); in f0() 479 tmp_V8f = __builtin_ia32_vperm2f128_ps256(tmp_V8f, tmp_V8f, 0x7); in f0() 482 tmp_V8f = __builtin_ia32_sqrtps256(tmp_V8f); in f0() [all …]
|