Home
last modified time | relevance | path

Searched refs:float8 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaOpenCL/
Dinit.cl4 typedef float float8 __attribute((ext_vector_type(8)));
12 float8 foo(float8 x) {
15 return (float8) (lo.val, hi.val);
/external/clang/test/CodeGenCXX/
Dvector-splat-conversion.cpp6 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/
Dsse3-avx-addsub.ll11 ; 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/
Dppc64le-aggregates.ll173 %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…