Searched refs:float8 (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/SemaOpenCL/ |
D | init.cl | 4 typedef float float8 __attribute((ext_vector_type(8))); 12 float8 foo(float8 x) { 15 return (float8) (lo.val, hi.val);
|
/external/clang/test/CodeGenCXX/ |
D | vector-splat-conversion.cpp | 6 typedef vector_float8 float8; typedef 10 constexpr float8 v4 = 4.0; // value to compare against abs(z)^2, to see if bounded in MandelbrotPolyCalcSIMD8() 11 float8 vABS; in MandelbrotPolyCalcSIMD8()
|
/external/llvm/test/CodeGen/X86/ |
D | sse3-avx-addsub.ll | 11 ; typedef float float8 __attribute__((ext_vector_type(8))); 19 ; float8 test2(float8 A, float8 B) { 20 ; float8 X = A - B; 21 ; float8 Y = A + B; 22 ; return (float8){X[0], Y[1], X[2], Y[3], X[4], Y[5], X[6], Y[7]};
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64le-aggregates.ll | 173 %struct.float8 = type { [8 x float] } 177 @g8 = common global %struct.float8 zeroinitializer, align 4 260 …%0 = load [8 x float], [8 x float]* getelementptr inbounds (%struct.float8, %struct.float8* @g8, i… 302 …%0 = load [8 x float], [8 x float]* getelementptr inbounds (%struct.float8, %struct.float8* @g8, i… 325 …%0 = load [8 x float], [8 x float]* getelementptr inbounds (%struct.float8, %struct.float8* @g8, i…
|