Searched refs:tmp_V8f (Results 1 – 1 of 1) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-x86.c | 96 V8f tmp_V8f; in f0() local 392 tmp_V8f = __builtin_ia32_addsubps256(tmp_V8f, tmp_V8f); in f0() 394 tmp_V8f = __builtin_ia32_hsubps256(tmp_V8f, tmp_V8f); in f0() 396 tmp_V8f = __builtin_ia32_haddps256(tmp_V8f, tmp_V8f); in f0() 398 tmp_V8f = __builtin_ia32_maxps256(tmp_V8f, tmp_V8f); in f0() 400 tmp_V8f = __builtin_ia32_minps256(tmp_V8f, tmp_V8f); in f0() 404 tmp_V8f = __builtin_ia32_vpermilvarps256(tmp_V8f, tmp_V8i); in f0() 406 tmp_V8f = __builtin_ia32_blendvps256(tmp_V8f, tmp_V8f, tmp_V8f); in f0() 407 tmp_V8f = __builtin_ia32_dpps256(tmp_V8f, tmp_V8f, 0x7); in f0() 409 tmp_V8f = __builtin_ia32_cmpps256(tmp_V8f, tmp_V8f, 0); in f0() [all …]
|