/external/llvm/test/Transforms/BBVectorize/ |
D | simple-int.ll | 23 %X1 = fsub double %A1, %B1 25 %Y1 = call double @llvm.fma.f64(double %X1, double %A1, double %C1) 32 ; CHECK: %X1.v.i1.1 = insertelement <2 x double> undef, double %B1, i32 0 33 ; CHECK: %X1.v.i1.2 = insertelement <2 x double> %X1.v.i1.1, double %B2, i32 1 34 ; CHECK: %X1.v.i0.1 = insertelement <2 x double> undef, double %A1, i32 0 35 ; CHECK: %X1.v.i0.2 = insertelement <2 x double> %X1.v.i0.1, double %A2, i32 1 36 ; CHECK: %X1 = fsub <2 x double> %X1.v.i0.2, %X1.v.i1.2 39 ; CHECK: %Y1 = call <2 x double> @llvm.fma.v2f64(<2 x double> %X1, <2 x double> %X1.v.i0.2, <2 x do… 40 ; CHECK: %Z1 = fadd <2 x double> %Y1, %X1.v.i1.2 49 %X1 = fsub double %A1, %B1 [all …]
|
D | simple.ll | 7 ; CHECK: %X1.v.i1.1 = insertelement <2 x double> undef, double %B1, i32 0 8 ; CHECK: %X1.v.i1.2 = insertelement <2 x double> %X1.v.i1.1, double %B2, i32 1 9 ; CHECK: %X1.v.i0.1 = insertelement <2 x double> undef, double %A1, i32 0 10 ; CHECK: %X1.v.i0.2 = insertelement <2 x double> %X1.v.i0.1, double %A2, i32 1 11 %X1 = fsub double %A1, %B1 13 ; CHECK: %X1 = fsub <2 x double> %X1.v.i0.2, %X1.v.i1.2 14 %Y1 = fmul double %X1, %A1 16 ; CHECK: %Y1 = fmul <2 x double> %X1, %X1.v.i0.2 19 ; CHECK: %Z1 = fadd <2 x double> %Y1, %X1.v.i1.2 31 ; CHECK: %X1.v.i1.1 = insertelement <2 x double> undef, double %B1, i32 0 [all …]
|
D | simple-sel.ll | 8 ; CHECK: %X1.v.i1.1 = insertelement <2 x double> undef, double %B1, i32 0 9 ; CHECK: %X1.v.i1.2 = insertelement <2 x double> %X1.v.i1.1, double %B2, i32 1 10 ; CHECK: %X1.v.i0.1 = insertelement <2 x double> undef, double %A1, i32 0 11 ; CHECK: %X1.v.i0.2 = insertelement <2 x double> %X1.v.i0.1, double %A2, i32 1 12 %X1 = fsub double %A1, %B1 14 ; CHECK: %X1 = fsub <2 x double> %X1.v.i0.2, %X1.v.i1.2 15 %Y1 = fmul double %X1, %A1 17 ; CHECK: %Y1 = fmul <2 x double> %X1, %X1.v.i0.2 22 ; CHECK: %Z1 = select <2 x i1> %Z1.v.i0.2, <2 x double> %Y1, <2 x double> %X1.v.i1.2 35 ; CHECK: %X1.v.i1.1 = insertelement <2 x double> undef, double %B1, i32 0 [all …]
|
D | simple3.ll | 7 ; CHECK: %X1.v.i1.11 = insertelement <3 x double> undef, double %B1, i32 0 8 ; CHECK: %X1.v.i1.22 = insertelement <3 x double> %X1.v.i1.11, double %B2, i32 1 9 ; CHECK: %X1.v.i1 = insertelement <3 x double> %X1.v.i1.22, double %B3, i32 2 10 ; CHECK: %X1.v.i0.13 = insertelement <3 x double> undef, double %A1, i32 0 11 ; CHECK: %X1.v.i0.24 = insertelement <3 x double> %X1.v.i0.13, double %A2, i32 1 12 ; CHECK: %X1.v.i0 = insertelement <3 x double> %X1.v.i0.24, double %A3, i32 2 13 %X1 = fsub double %A1, %B1 16 ; CHECK: %X1 = fsub <3 x double> %X1.v.i0, %X1.v.i1 17 %Y1 = fmul double %X1, %A1 20 ; CHECK: %Y1 = fmul <3 x double> %X1, %X1.v.i0 [all …]
|
D | search-limit.ll | 9 ; CHECK: %X1.v.i1.1 = insertelement <2 x double> undef, double %B1, i32 0 10 ; CHECK: %X1.v.i1.2 = insertelement <2 x double> %X1.v.i1.1, double %B2, i32 1 11 ; CHECK: %X1.v.i0.1 = insertelement <2 x double> undef, double %A1, i32 0 12 ; CHECK: %X1.v.i0.2 = insertelement <2 x double> %X1.v.i0.1, double %A2, i32 1 13 %X1 = fsub double %A1, %B1 15 ; CHECK: %X1 = fsub <2 x double> %X1.v.i0.2, %X1.v.i1.2 16 %Y1 = fmul double %X1, %A1 18 ; CHECK: %Y1 = fmul <2 x double> %X1, %X1.v.i0.2 37 ; CHECK: %Z1 = fadd <2 x double> %Y1, %X1.v.i1.2
|
/external/clang/test/CXX/special/class.ctor/ |
D | p1.cpp | 22 struct X1 { struct 25 X1<T>(); argument 26 X1<T>(int); 27 (X1<T>)(float); 28 X1(float, float); 29 (X1)(double); 30 X1<T> (f0)(int); 31 X1<T> (f0)(type); 32 X1 (f1)(int); 33 X1 (f1)(type); [all …]
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
D | p2.cpp | 9 struct X1 { struct 10 X1<T>(int); 11 (X1<T>)(float); 12 X1 f2(); 13 X1 f2(int); 14 X1 f2(float); 18 template<typename T> X1<T>::X1<T>(int) { } // expected-error{{out-of-line constructor for 'X1' cann… in X1() function in X1 19 template<typename T> (X1<T>::X1<T>)(float) { } // expected-error{{out-of-line constructor for 'X1' … 26 template<typename T> X1<T>::X1<T> X1<T>::f2() { } // expected-error{{qualified reference to 'X1' is… in f2() 27 template<typename T> X1<T>::X1<T> (X1<T>::f2)(int) { } // expected-error{{qualified reference to 'X… in X1() function in X1 [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-member-template.cpp | 25 struct X1 { struct 63 struct X1<T>::Inner4 { argument 72 U X1<T>::Inner4<U>::value; // expected-error{{reference variable}} 77 V X1<T>::Inner4<U>::f2(T t, U u, V) { in f2() 82 X1<void>::Inner0<int> *xvip; // okay in test_X1() 83 X1<void>::Inner0<int> xvi; // expected-note{{instantiation}} in test_X1() 85 X1<int>::Inner1<void> *xivp; // okay in test_X1() 86 X1<int>::Inner1<void> xiv; // expected-note{{instantiation}} in test_X1() 88 X1<int>::Inner2<void>::SuperInner *xisivp; // okay in test_X1() 89 X1<int>::Inner2<void>::SuperInner xisiv; // expected-note{{instantiation}} in test_X1() [all …]
|
D | member-template-access-expr.cpp | 53 struct X1 { struct 61 void test_X1(X1 x1) { in test_X1() 67 float* (X1::*mf1)(int) = &X1::f1; in test_X1() 68 float* (X1::*mf2)(int) = &X1::f1<>; in test_X1() 69 float* (X1::*mf3)(float) = &X1::f1<float>; in test_X1() 71 float* (*fp3)(int) = &X1::f2; in test_X1() 72 float* (*fp4)(int) = &X1::f2<>; in test_X1() 73 float* (*fp5)(float) = &X1::f2<float>; in test_X1() 74 float* (*fp6)(int) = X1::f2; in test_X1() 75 float* (*fp7)(int) = X1::f2<>; in test_X1() [all …]
|
D | temp_class_order.cpp | 4 struct X1 { struct 9 struct X1<T*, U*> { struct 14 struct X1<T*, T*> { struct 19 struct X1<const T*, const T*> { struct 23 int array0[X1<int, int>::value == 0? 1 : -1]; argument 24 int array1[X1<int*, float*>::value == 1? 1 : -1]; 25 int array2[X1<int*, int*>::value == 2? 1 : -1]; 27 int array3[X1<const int*, CIP>::value == 3? 1 : -1];
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_sbr_imdct_using_fft.s | 106 LD2 {V0.S, V1.S}[0], [X5], X1 107 ADD X5, X5, X1 108 LD2 {V4.S, V5.S}[0], [X5], X1 109 SUB X5, X5, X1, LSL #1 110 LD2 {V2.S, V3.S}[0], [X5], X1 111 ADD X5, X5, X1 112 LD2 {V6.S, V7.S}[0], [X5], X1 113 SUB X5, X5, X1, LSL #2 117 LD2 {V0.S, V1.S}[1], [X6] , X1 118 ADD X6, X6, X1 [all …]
|
D | ixheaacd_imdct_using_fft.s | 67 COND_1: CMP X1, #0x400 73 COND_2: CMP X1, #0x200 79 COND_3: CMP X1, #0x100 85 COND_4: CMP X1, #0x80 91 COND_5: CMP X1, #0x40 136 LD2 {v0.S, v1.S}[0], [X5], X1 137 ADD X5, X5, X1 138 LD2 {v4.S, v5.S}[0], [X5], X1 139 SUB X5, X5, X1, LSL #1 140 LD2 {v2.S, v3.S}[0], [X5], X1 [all …]
|
D | ixheaacd_no_lap1.s | 76 ST1 {V27.H}[2], [X1], X7 79 ST1 {V27.H}[3], [X1], X7 81 ST1 {V27.H}[0], [X1], X7 83 ST1 {V27.H}[1], [X1], X7 91 ST1 {V27.H}[2], [X1], X7 94 ST1 {V27.H}[3], [X1], X7 96 ST1 {V27.H}[0], [X1], X7 98 ST1 {V27.H}[1], [X1], X7 106 ST1 {V27.H}[2], [X1], X7 108 ST1 {V27.H}[3], [X1], X7 [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.matNx1.frag.out | 9 0:13 move second child to first child ( temp 1X1 matrix of float) 10 0:13 'r00' ( temp 1X1 matrix of float) 11 0:13 transpose ( temp 1X1 matrix of float) 12 0:13 'f1x1' ( temp 1X1 matrix of float) 17 0:14 'f2x1' ( temp 2X1 matrix of float) 22 0:15 'f3x1' ( temp 3X1 matrix of float) 27 0:16 'f4x1' ( temp 4X1 matrix of float) 29 0:18 move second child to first child ( temp 1X1 matrix of float) 30 0:18 'r10' ( temp 1X1 matrix of float) 31 0:18 transpose ( temp 1X1 matrix of float) [all …]
|
D | hlsl.matType.int.frag.out | 9 0:25 move second child to first child ( temp 1X1 matrix of int) 10 0:25 'r00' ( temp 1X1 matrix of int) 11 0:25 transpose ( temp 1X1 matrix of int) 12 0:25 'i1x1' ( temp 1X1 matrix of int) 17 0:26 'i2x1' ( temp 2X1 matrix of int) 22 0:27 'i3x1' ( temp 3X1 matrix of int) 27 0:28 'i4x1' ( temp 4X1 matrix of int) 29 0:30 move second child to first child ( temp 2X1 matrix of int) 30 0:30 'r10' ( temp 2X1 matrix of int) 31 0:30 transpose ( temp 2X1 matrix of int) [all …]
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1.cpp | 17 template <int* N> struct X1 { X1(); }; struct 18 template <int* N> X1<N>::X1() { } in X1() function in non_type_tmpl_param::X1 40 template <int (*fp)(int)> struct X1 { }; struct 98 X1<f> x1a; in test() 99 X1<&f> x1a_addr; in test() 100 X1<f_tmpl> x1b; in test() 101 X1<&f_tmpl> x1b_addr; in test() 102 X1<f_tmpl<int> > x1c; in test() 103 X1<&f_tmpl<int> > x1c_addr; in test() 104 X1<f_internal> x1d; in test() [all …]
|
/external/pdfium/third_party/lcms/src/ |
D | cmsintrp.c | 340 X0, Y0, X1, Y1; in BilinearInterpFloat() local 355 X1 = X0 + (Input[0] >= 1.0 ? 0 : p->opta[1]); in BilinearInterpFloat() 364 d10 = DENS(X1, Y0); in BilinearInterpFloat() 365 d11 = DENS(X1, Y1); in BilinearInterpFloat() 395 register int X0, X1, Y0, Y1; in BilinearInterp16() local 413 X1 = X0 + (Input[0] == 0xFFFFU ? 0 : p->opta[1]); in BilinearInterp16() 422 d10 = DENS(X1, Y0); in BilinearInterp16() 423 d11 = DENS(X1, Y1); in BilinearInterp16() 452 X0, Y0, Z0, X1, Y1, Z1; in TrilinearInterpFloat() local 472 X1 = X0 + (Input[0] >= 1.0 ? 0 : p->opta[2]); in TrilinearInterpFloat() [all …]
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
D | simple.ll | 6 %X1 = fsub double %A1, %B1 8 %Y1 = fmul double %X1, %A1 25 %X1 = fsub double %A1, %B1 27 %Y1 = fmul double %X1, %A1 42 ; CHECK: %X1.v.i1.1 = insertelement <2 x double> undef, double %B1, i32 0 43 ; CHECK: %X1.v.i1.2 = insertelement <2 x double> %X1.v.i1.1, double %B2, i32 1 44 ; CHECK: %X1.v.i0.1 = insertelement <2 x double> undef, double %A1, i32 0 45 ; CHECK: %X1.v.i0.2 = insertelement <2 x double> %X1.v.i0.1, double %A2, i32 1 46 ; CHECK: %X1 = fsub <2 x double> %X1.v.i0.2, %X1.v.i1.2 47 ; CHECK: %Y1 = fmul <2 x double> %X1, %X1.v.i0.2 [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | partial-ordering.cpp | 8 struct X1 { struct 13 struct X1<tuple<Head, Tail...> > { argument 18 struct X1<tuple<Head, Tail&...> > { argument 23 struct X1<tuple<Head&, Tail&...> > { struct 27 int check0[X1<tuple<>>::value == 0? 1 : -1]; argument 28 int check1[X1<tuple<int>>::value == 2? 1 : -1]; 29 int check2[X1<tuple<int, int>>::value == 1? 1 : -1]; 30 int check3[X1<tuple<int, int&>>::value == 2? 1 : -1]; 31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1];
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jcphuff-sse2.asm | 39 pinsrw X1, word [BLOCK + T1 * 2], 0 44 pinsrw X1, word [BLOCK + T1 * 2], 1 49 pinsrw X1, word [BLOCK + T1 * 2], 2 54 pinsrw X1, word [BLOCK + T1 * 2], 3 59 pinsrw X1, word [BLOCK + T1 * 2], 4 64 pinsrw X1, word [BLOCK + T1 * 2], 5 69 pinsrw X1, word [BLOCK + T1 * 2], 6 74 pinsrw X1, word [BLOCK + T1 * 2], 7 80 pxor X1, X1 85 pinsrw X1, word [BLOCK + T1 * 2], 0 [all …]
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpbnu_arith_minv.c | 131 BNU_CHUNK_T* X1 = pInv; in cpModInv_BNU() local 140 ZEXPAND_BNU(X1, 0, moduloSize); in cpModInv_BNU() 149 nsX1 = cpMac_BNU(X1,moduloSize, Q,nsQ, X2,nsX2); in cpModInv_BNU() 154 nsX2 = cpMac_BNU(X2,moduloSize, X1,nsX1, bufA, nsA); in cpModInv_BNU() 156 cpSub_BNU(pInv, pM, X1, moduloSize); in cpModInv_BNU() 161 cpMul_BNU_school((BNU_CHUNK_T*)pM, X1,nsX1, bufA, nsA); in cpModInv_BNU() 169 nsX2 = cpMac_BNU(X2,moduloSize, Q,nsQ, X1,nsX1); in cpModInv_BNU() 174 nsX1 = cpMac_BNU(X1, moduloSize, X2, nsX2, pM, nsM); in cpModInv_BNU() 175 COPY_BNU((BNU_CHUNK_T*)pM, X1, moduloSize); in cpModInv_BNU() 181 COPY_BNU(X1, pM, nsM); in cpModInv_BNU() [all …]
|
/external/libjpeg-turbo/simd/i386/ |
D | jcphuff-sse2.asm | 38 pinsrw X1, word [BLOCK + T1 * 2], 0 43 pinsrw X1, word [BLOCK + T1 * 2], 1 48 pinsrw X1, word [BLOCK + T1 * 2], 2 53 pinsrw X1, word [BLOCK + T1 * 2], 3 58 pinsrw X1, word [BLOCK + T1 * 2], 4 63 pinsrw X1, word [BLOCK + T1 * 2], 5 68 pinsrw X1, word [BLOCK + T1 * 2], 6 73 pinsrw X1, word [BLOCK + T1 * 2], 7 79 pxor X1, X1 84 pinsrw X1, word [BLOCK + T1 * 2], 0 [all …]
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
D | p1.cpp | 18 template <int N1, const int& N2, const int* N3> struct X1 { struct 19 X1(); 20 ~X1(); 21 X1 f(const X1& x1a) { X1 x1b(x1a); return x1b; } in f() argument 32 X1<42, i, &i> x1; (void)x1; in test()
|
/external/scrypt/lib/crypto/ |
D | crypto_scrypt-sse.c | 87 __m128i X0, X1, X2, X3; in salsa20_8() local 92 X1 = B[1]; in salsa20_8() 99 X1 = _mm_xor_si128(X1, _mm_slli_epi32(T, 7)); in salsa20_8() 100 X1 = _mm_xor_si128(X1, _mm_srli_epi32(T, 25)); in salsa20_8() 101 T = _mm_add_epi32(X1, X0); in salsa20_8() 104 T = _mm_add_epi32(X2, X1); in salsa20_8() 112 X1 = _mm_shuffle_epi32(X1, 0x93); in salsa20_8() 117 T = _mm_add_epi32(X0, X1); in salsa20_8() 124 X1 = _mm_xor_si128(X1, _mm_slli_epi32(T, 13)); in salsa20_8() 125 X1 = _mm_xor_si128(X1, _mm_srli_epi32(T, 19)); in salsa20_8() [all …]
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p1.cpp | 29 struct X1 { struct 42 template struct X1<int>::Inner<float>; argument 43 template struct X1<int>::Inner<double>; 44 template struct X1<int>::Inner<void>; // expected-note{{instantiation}} 46 template void X1<int>::f(int&, float); 47 template void X1<int>::f<long>(int&, long); 48 template void X1<int>::f<>(int&, double); 49 template void X1<int>::f<>(int&, int*); // expected-note{{instantiation}}
|