Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 25 of 1631) sorted by relevance

12345678910>>...66

/external/llvm/test/Bitcode/
DbitwiseInstructions.3.2.ll8 define void @shl(i8 %x1){
10 ; CHECK: %res1 = shl i8 %x1, %x1
11 %res1 = shl i8 %x1, %x1
13 ; CHECK: %res2 = shl nuw i8 %x1, %x1
14 %res2 = shl nuw i8 %x1, %x1
16 ; CHECK: %res3 = shl nsw i8 %x1, %x1
17 %res3 = shl nsw i8 %x1, %x1
19 ; CHECK: %res4 = shl nuw nsw i8 %x1, %x1
20 %res4 = shl nuw nsw i8 %x1, %x1
25 define void @lshr(i8 %x1){
[all …]
DbinaryIntInstructions.3.2.ll8 define void @add(i1 %x1, i8 %x2 ,i16 %x3, i32 %x4, i64 %x5){
10 ; CHECK: %res1 = add i1 %x1, %x1
11 %res1 = add i1 %x1, %x1
25 ; CHECK: %res6 = add nuw i1 %x1, %x1
26 %res6 = add nuw i1 %x1, %x1
28 ; CHECK: %res7 = add nsw i1 %x1, %x1
29 %res7 = add nsw i1 %x1, %x1
31 ; CHECK: %res8 = add nuw nsw i1 %x1, %x1
32 %res8 = add nuw nsw i1 %x1, %x1
37 define void @addvec8NuwNsw(<2 x i8> %x1, <3 x i8> %x2 ,<4 x i8> %x3, <8 x i8> %x4, <16 x i8> %x5){
[all …]
DmiscInstructions.3.2.ll18 define void @landingpadInstr1(i1 %cond1, <2 x i1> %cond2, <2 x i8> %x1, <2 x i8> %x2){
29 define void @landingpadInstr2(i1 %cond1, <2 x i1> %cond2, <2 x i8> %x1, <2 x i8> %x2){
40 define void @landingpadInstr3(i1 %cond1, <2 x i1> %cond2, <2 x i8> %x1, <2 x i8> %x2){
63 define void @selectInstr(i1 %cond1, <2 x i1> %cond2, <2 x i8> %x1, <2 x i8> %x2){
67 ; CHECK-NEXT: %res2 = select <2 x i1> %cond2, <2 x i8> %x1, <2 x i8> %x2
68 %res2 = select <2 x i1> %cond2, <2 x i8> %x1, <2 x i8> %x2
73 define void @icmp(i32 %x1, i32 %x2, i32* %ptr1, i32* %ptr2, <2 x i32> %vec1, <2 x i32> %vec2){
75 ; CHECK: %res1 = icmp eq i32 %x1, %x2
76 %res1 = icmp eq i32 %x1, %x2
78 ; CHECK-NEXT: %res2 = icmp ne i32 %x1, %x2
[all …]
DbinaryFloatInstructions.3.2.ll8 define void @fadd(float %x1, double %x2 ,half %x3, fp128 %x4, x86_fp80 %x5, ppc_fp128 %x6){
10 ; CHECK: %res1 = fadd float %x1, %x1
11 %res1 = fadd float %x1, %x1
31 define void @faddFloatVec(<2 x float> %x1, <3 x float> %x2 ,<4 x float> %x3, <8 x float> %x4, <16 x…
33 ; CHECK: %res1 = fadd <2 x float> %x1, %x1
34 %res1 = fadd <2 x float> %x1, %x1
51 define void @faddDoubleVec(<2 x double> %x1, <3 x double> %x2 ,<4 x double> %x3, <8 x double> %x4, …
53 ; CHECK: %res1 = fadd <2 x double> %x1, %x1
54 %res1 = fadd <2 x double> %x1, %x1
71 define void @faddHalfVec(<2 x half> %x1, <3 x half> %x2 ,<4 x half> %x3, <8 x half> %x4, <16 x half…
[all …]
/external/clang/test/SemaCXX/
Dwarn-bad-memaccess.cpp24 struct X1 { virtual void f(); } x1, x1arr[2]; variable
33 memset(&x1, 0, sizeof x1); // \ in test_warn()
44 memmove(&x1, 0, sizeof x1); // \ in test_warn()
47 memmove(0, &x1, sizeof x1); // \ in test_warn()
50 memcpy(&x1, 0, sizeof x1); // \ in test_warn()
53 memcpy(0, &x1, sizeof x1); // \ in test_warn()
56 memcmp(&x1, 0, sizeof x1); // \ in test_warn()
59 memcmp(0, &x1, sizeof x1); // \ in test_warn()
63 __builtin_memset(&x1, 0, sizeof x1); // \ in test_warn()
70 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
[all …]
/external/llvm/test/MC/AArch64/
Darm64-simd-ldst.s4 ld1.8b {v0}, [x1]
5 ld1.8b {v0, v1}, [x1]
6 ld1.8b {v0, v1, v2}, [x1]
7 ld1.8b {v0, v1, v2, v3}, [x1]
9 ld1.8b {v3}, [x1]
14 ld1.16b {v0}, [x1]
15 ld1.16b {v0, v1}, [x1]
16 ld1.16b {v0, v1, v2}, [x1]
17 ld1.16b {v0, v1, v2, v3}, [x1]
19 ld1.4h {v0}, [x1]
[all …]
Darm64-logical-encoding.s11 and x1, x2, #15
16 ands x1, x2, #15
21 ; CHECK: and x1, x2, #0xf ; encoding: [0x41,0x0c,0x40,0x92]
26 ; CHECK: ands x1, x2, #0xf ; encoding: [0x41,0x0c,0x40,0xf2]
29 eor x1, x2, #0x8000
32 ; CHECK: eor x1, x2, #0x8000 ; encoding: [0x41,0x00,0x71,0xd2]
35 orr x1, x2, #0x8000
38 ; CHECK: orr x1, x2, #0x8000 ; encoding: [0x41,0x00,0x71,0xb2]
51 and x1, x2, x3
53 and x1, x2, x3, lsl #2
[all …]
Dalias-addsubimm.s9 sub x1, x3, #2, lsl 12
10 add x1, x3, #-2, lsl 12
13 sub x1, x3, #4
14 add x1, x3, #-4
17 sub x1, x3, #4095, lsl 0
18 add x1, x3, #-4095, lsl 0
28 add x1, x3, #2, lsl 12
29 sub x1, x3, #-2, lsl 12
32 add x1, x3, #4
33 sub x1, x3, #-4
[all …]
Darmv8.1a-atomic.s17 casalb x0, x1, [x2]
48 casl w0, x1, [x2]
58 cas x0, x1, [x2]
59 casa x0, x1, [x2]
60 casl x0, x1, [x2]
61 casal x0, x1, [x2]
68 casa x0, x1, [w2]
79 ldadda x0, x1, [x2]
80 ldclrl x0, x1, [x2]
81 ldeoral x0, x1, [x2]
[all …]
Darm64-arithmetic-encoding.s9 adc x1, x2, x3
14 ; CHECK: adc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0x9a]
19 sbc x1, x2, x3
21 sbcs x1, x2, x3
24 ; CHECK: sbc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xda]
26 ; CHECK: sbcs x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xfa]
188 add x1, x2, w3, uxtb
189 add x1, x2, w3, uxth
190 add x1, x2, w3, uxtw
191 add x1, x2, w3, sxtb
[all …]
/external/libavc/common/armv8/
Dih264_intra_pred_luma_8x8_av8.s121 st1 {v0.8b}, [x1], x3
122 st1 {v0.8b}, [x1], x3
123 st1 {v0.8b}, [x1], x3
124 st1 {v0.8b}, [x1], x3
125 st1 {v0.8b}, [x1], x3
126 st1 {v0.8b}, [x1], x3
127 st1 {v0.8b}, [x1], x3
128 st1 {v0.8b}, [x1], x3
205 st1 {v0.8b}, [x1], x3
209 st1 {v1.8b}, [x1], x3
[all …]
Dih264_intra_pred_luma_4x4_av8.s118 st1 {v0.s}[0], [x1], x3
119 st1 {v0.s}[0], [x1], x3
120 st1 {v0.s}[0], [x1], x3
121 st1 {v0.s}[0], [x1], x3
189 st1 {v0.s}[0], [x1], x3
191 st1 {v2.s}[0], [x1], x3
193 st1 {v3.s}[0], [x1], x3
194 st1 {v4.s}[0], [x1], x3
300 st1 {v0.s}[0], [x1], x3
301 st1 {v0.s}[0], [x1], x3
[all …]
Dih264_padding_neon_av8.s91 sub x5, x0, x1
92 sub x20, x1, #0
179 sub x6, x1, #16
184 add x0, x0, x1
187 add x0, x0, x1
191 add x0, x0, x1
193 st1 {v0.16b}, [x4], x1 // 16 bytes store
195 st1 {v2.16b}, [x4], x1 // 16 bytes store
197 add x0, x0, x1
201 st1 {v4.16b}, [x4], x1 // 16 bytes store
[all …]
/external/ceres-solver/internal/ceres/
Dcost_function_to_functor_test.cc117 bool operator()(const T* x1, T* residuals) const { in operator ()()
118 residuals[0] = x1[0] * x1[0]; in operator ()()
119 residuals[1] = x1[1] * x1[1]; in operator ()()
127 bool operator()(const T* x1, const T* x2, T* residuals) const { in operator ()()
128 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0]; in operator ()()
129 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1]; in operator ()()
137 bool operator()(const T* x1, const T* x2, const T* x3, T* residuals) const { in operator ()()
138 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0] + x3[0] * x3[0]; in operator ()()
139 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1] + x3[1] * x3[1]; in operator ()()
147 bool operator()(const T* x1, const T* x2, const T* x3, const T* x4, in operator ()()
[all …]
/external/ceres-solver/examples/
Dlibmv_homography.cc111 const Eigen::Matrix<T, 2, 1> &x1, in SymmetricGeometricDistanceTerms() argument
116 Vec3 x(x1(0), x1(1), T(1.0)); in SymmetricGeometricDistanceTerms()
136 const Vec2 &x1, in SymmetricGeometricDistance() argument
140 x1, in SymmetricGeometricDistance()
198 const Mat &x1, in Homography2DFromCorrespondencesLinearEuc() argument
202 assert(2 == x1.rows()); in Homography2DFromCorrespondencesLinearEuc()
203 assert(4 <= x1.cols()); in Homography2DFromCorrespondencesLinearEuc()
204 assert(x1.rows() == x2.rows()); in Homography2DFromCorrespondencesLinearEuc()
205 assert(x1.cols() == x2.cols()); in Homography2DFromCorrespondencesLinearEuc()
207 int n = x1.cols(); in Homography2DFromCorrespondencesLinearEuc()
[all …]
/external/ceres-solver/include/ceres/
Dnumeric_diff_functor.h149 const double* x1, in operator()
151 return functor_(x0, x1, residuals); in operator()
155 const double* x1, in operator()
158 return functor_(x0, x1, x2, residuals); in operator()
162 const double* x1, in operator()
166 return functor_(x0, x1, x2, x3, residuals); in operator()
170 const double* x1, in operator()
175 return functor_(x0, x1, x2, x3, x4, residuals); in operator()
179 const double* x1, in operator()
185 return functor_(x0, x1, x2, x3, x4, x5, residuals); in operator()
[all …]
/external/dagger2/lib/
Dauto-common-1.0-20151022.071545-39.jar ... .lang.model.type.NoType x0 Object x1 public volatile synthetic java.lang.Object visitDeclared ( ...
/external/libvncserver/libvncserver/
Ddraw.c3 void rfbFillRect(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2,rfbPixel col) in rfbFillRect() argument
12 for(i=x1;i<x2;i++) in rfbFillRect()
14 rfbMarkRectAsModified(s,x1,y1,x2,y2); in rfbFillRect()
31 void rfbDrawLine(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2,rfbPixel col) in rfbDrawLine() argument
40 #define SWAPPOINTS { i=x1; x1=x2; x2=i; i=y1; y1=y2; y2=i; } in rfbDrawLine()
41 if(abs(x1-x2)<abs(y1-y2)) { in rfbDrawLine()
45 SETPIXEL(x1+(i-y1)*(x2-x1)/(y2-y1),i); in rfbDrawLine()
47 if(x2<x1) { i=x1; x1=x2; x2=i; } in rfbDrawLine()
48 rfbMarkRectAsModified(s,x1,y1,x2+1,y2+1); in rfbDrawLine()
50 if(x1>x2) in rfbDrawLine()
[all …]
/external/deqp/data/gles3/shaders/
Dqualification_order.test19 flat out mediump float x1;
26 x1 = 2.0;
38 flat in mediump float x1;
44 float result = (x0 + x1 + x2) / 3.0;
60 flat out mediump float x1;
67 x1 = 2.0;
79 flat in mediump float x1;
85 float result = (x0 + x1 + x2) / 3.0;
101 flat out float x1;
108 x1 = 2.0;
[all …]
/external/valgrind/coregrind/m_dispatch/
Ddispatch-arm64-linux.S83 mov x21, x1
129 str x1, [x0, #0]
144 mov x1, #VG_TRC_CHAIN_ME_TO_SLOW_EP
162 mov x1, #VG_TRC_CHAIN_ME_TO_FAST_EP
180 adrp x1, VG_(stats__n_xindirs_32)
181 add x1, x1, :lo12:VG_(stats__n_xindirs_32)
182 ldr w2, [x1, #0]
184 str w2, [x1, #0]
188 mov x1, #VG_TT_FAST_MASK // x1 = VG_TT_FAST_MASK
189 and x2, x1, x0, LSR #2 // x2 = entry # = (x1 & (x0 >> 2))
[all …]
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_quantize_sse2.c43 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; in vp8_regular_quantize_b_sse2() local
70 x1 = _mm_xor_si128(z1, sz1); in vp8_regular_quantize_b_sse2()
72 x1 = _mm_sub_epi16(x1, sz1); in vp8_regular_quantize_b_sse2()
82 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1); in vp8_regular_quantize_b_sse2()
90 x1 = _mm_add_epi16(x1, round1); in vp8_regular_quantize_b_sse2()
93 y1 = _mm_mulhi_epi16(x1, quant1); in vp8_regular_quantize_b_sse2()
96 y1 = _mm_add_epi16(y1, x1); in vp8_regular_quantize_b_sse2()
158 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; in vp8_fast_quantize_b_sse2() local
166 x1 = _mm_xor_si128(z1, sz1); in vp8_fast_quantize_b_sse2()
168 x1 = _mm_sub_epi16(x1, sz1); in vp8_fast_quantize_b_sse2()
[all …]
/external/libhevc/common/arm64/
Dihevc_deblk_chroma_horz.s73 sub x12,x0,x1
75 sub x5,x12,x1
76 add x6,x0,x1
77 add x1,x2,x3
80 add x2,x1,#1
83 adds x1,x10,x2,asr #1
88 cmp x1,#0x39
90 ldr w1, [x3,x1,lsl #2]
92 sub x20,x1,#6
93 csel x1, x20, x1,gt
[all …]
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-logical.txt18 # CHECK: and w0, w0, #0x1
19 # CHECK: and x0, x0, #0x1
21 # CHECK: and x1, x2, #0xf
23 # CHECK: ands w0, w0, #0x1
24 # CHECK: ands x0, x0, #0x1
26 # CHECK: ands x1, x2, #0xf
34 # CHECK: eor x1, x2, #0x8000
42 # CHECK: orr x1, x2, #0x8000
61 # CHECK: and x1, x2, x3
63 # CHECK: and x1, x2, x3, lsl #2
[all …]
/external/libvorbis/lib/
Dmdct.c221 DATA_TYPE *x1 = x + points - 8; in mdct_butterfly_first() local
228 r0 = x1[6] - x2[6]; in mdct_butterfly_first()
229 r1 = x1[7] - x2[7]; in mdct_butterfly_first()
230 x1[6] += x2[6]; in mdct_butterfly_first()
231 x1[7] += x2[7]; in mdct_butterfly_first()
235 r0 = x1[4] - x2[4]; in mdct_butterfly_first()
236 r1 = x1[5] - x2[5]; in mdct_butterfly_first()
237 x1[4] += x2[4]; in mdct_butterfly_first()
238 x1[5] += x2[5]; in mdct_butterfly_first()
242 r0 = x1[2] - x2[2]; in mdct_butterfly_first()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DMullerSolver.java209 double x1 = 0.5 * (x0 + x2); in solve() local
210 double y1 = f.value(x1); in solve()
227 final double d01 = (y1 - y0) / (x1 - x0); in solve()
228 final double d12 = (y2 - y1) / (x2 - x1); in solve()
230 final double c1 = d01 + (x1 - x0) * d012; in solve()
232 final double xplus = x1 + (-2.0 * y1) / (c1 + FastMath.sqrt(delta)); in solve()
233 final double xminus = x1 + (-2.0 * y1) / (c1 - FastMath.sqrt(delta)); in solve()
254 boolean bisect = (x < x1 && (x1 - x0) > 0.95 * (x2 - x0)) || in solve()
255 (x > x1 && (x2 - x1) > 0.95 * (x2 - x0)) || in solve()
256 (x == x1); in solve()
[all …]

12345678910>>...66