Searched refs:tmp_V2d (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | builtins-x86.c | 195 tmp_V2d = __builtin_ia32_cmppd(tmp_V2d, tmp_V2d, 0); in f0() 196 tmp_V2d = __builtin_ia32_cmppd(tmp_V2d, tmp_V2d, 1); in f0() 197 tmp_V2d = __builtin_ia32_cmppd(tmp_V2d, tmp_V2d, 2); in f0() 198 tmp_V2d = __builtin_ia32_cmppd(tmp_V2d, tmp_V2d, 3); in f0() 211 tmp_V2d = __builtin_ia32_minpd(tmp_V2d, tmp_V2d); in f0() 212 tmp_V2d = __builtin_ia32_maxpd(tmp_V2d, tmp_V2d); in f0() 213 tmp_V2d = __builtin_ia32_minsd(tmp_V2d, tmp_V2d); in f0() 214 tmp_V2d = __builtin_ia32_maxsd(tmp_V2d, tmp_V2d); in f0() 223 tmp_V2d = __builtin_ia32_haddpd(tmp_V2d, tmp_V2d); in f0() 225 tmp_V2d = __builtin_ia32_hsubpd(tmp_V2d, tmp_V2d); in f0() [all …]
|