Searched refs:v0 (Results 226 - 250 of 490) sorted by relevance

1234567891011>>

/external/v8/test/cctest/
H A Dtest-code-stubs-mips64.cc115 __ Move(v0, destination_reg);
117 __ Branch(&ok, eq, v0, Operand(zero_reg));
124 __ Branch(&ok1, eq, v0, Operand(zero_reg));
147 return Simulator::current(Isolate::Current())->get_register(v0.code());
168 sp, v0, v1, a0, a1, a2, a3, a4, a5, a6, a7, t0, t1};
170 v0, v1, a0, a1, a2, a3, a4, a5, a6, a7, t0, t1};
/external/libhevc/common/arm64/
H A Dihevc_itrans_recon_32x32.s172 ld1 {v0.4h, v1.4h, v2.4h, v3.4h},[x14],#32
216 smull v24.4s, v8.4h, v0.h[1] //// y1 * cos1(part of b0)
217 smull v26.4s, v8.4h, v0.h[3] //// y1 * cos3(part of b1)
221 smlal v24.4s, v9.4h, v0.h[3] //// y1 * cos1 + y3 * cos3(part of b0)
230 smull v20.4s, v10.4h, v0.h[0]
231 smlal v20.4s, v11.4h, v0.h[2]
234 smull v22.4s, v10.4h, v0.h[0]
237 smull v16.4s, v10.4h, v0.h[0]
240 smull v18.4s, v10.4h, v0.h[0]
289 smlsl v30.4s, v8.4h, v0
[all...]
H A Dihevc_intra_pred_chroma_mode2.s123 ld2 {v0.8b, v1.8b},[x0],x8
126 rev64 v16.8b, v0.8b
188 ld2 {v0.8b, v1.8b},[x0],x8
196 rev64 v16.8b, v0.8b
266 rev64 v0.8b, v0.8b
272 zip1 v0.8b, v0.8b, v1.8b
273 zip2 v1.8b, v0.8b, v1.8b
274 st1 {v0
[all...]
H A Dihevc_intra_pred_chroma_ver.s213 ld1 {v0.8b},[x6]
216 st1 {v0.8b},[x2]
218 st1 {v0.8b},[x5]
220 st1 {v0.8b},[x8]
221 st1 {v0.8b},[x10]
H A Dihevc_weighted_pred_uni.s154 mov v0.h[0], w4 //moved for scalar multiplication
175 smull v4.4s, v1.4h, v0.h[0] //vmull_n_s16(pi2_src_val1, (int16_t) wgt0)
180 smull v6.4s, v2.4h, v0.h[0] //vmull_n_s16(pi2_src_val2, (int16_t) wgt0) ii iteration
187 smull v7.4s, v3.4h, v0.h[0] //vmull_n_s16(pi2_src_val1, (int16_t) wgt0) iii iteration
196 smull v16.4s, v5.4h, v0.h[0] //vmull_n_s16(pi2_src_val2, (int16_t) wgt0) iv iteration
H A Dihevc_intra_pred_luma_planar.s128 dup v0.8b,w7 //src[nt-1]
184 umlal v27.8h, v5.8b, v0.8b //(1)(row+1) * src[nt-1]
201 umlal v30.8h, v5.8b, v0.8b //(2)
215 umlal v28.8h, v5.8b, v0.8b //(3)
232 umlal v25.8h, v5.8b, v0.8b //(4)
249 umlal v16.8h, v5.8b, v0.8b //(5)
265 umlal v18.8h, v5.8b, v0.8b //(6)
282 umlal v26.8h, v5.8b, v0.8b //(7)
299 umlal v24.8h, v5.8b, v0.8b //(8)
351 umlal v27.8h, v5.8b, v0
[all...]
/external/boringssl/src/crypto/chacha/
H A Dchacha_vec.c139 #define WRITE_XOR(in, op, d, v0, v1, v2, v3) \
140 STORE(op + d + 0, LOAD(in + d + 0) ^ REVV_BE(v0)); \
199 vec v0,v1,v2,v3,v4,v5,v6,v7; local
200 v4 = v0 = s0; v5 = v1 = s1; v6 = v2 = s2; v3 = s3;
220 DQROUND_VECTORS(v0,v1,v2,v3)
240 WRITE_XOR(ip, op, 0, v0+s0, v1+s1, v2+s2, v3+s3)
279 vec v0 = s0, v1 = s1, v2 = s2, v3 = s3; local
282 DQROUND_VECTORS(v0,v1,v2,v3);
284 WRITE_XOR(ip, op, 0, v0+s0, v1+s1, v2+s2, v3+s3)
294 vec v0,v local
[all...]
/external/libavc/common/armv8/
H A Dih264_inter_pred_luma_vert_qpel_av8.s132 ld1 {v0.2s, v1.2s}, [x0], x2 // Vector load from src[0_0]
143 uaddl v14.8h, v0.8b, v10.8b // temp = src[0_0] + src[5_0]
149 ld1 {v0.2s, v1.2s}, [x0], x2
153 uaddl v16.8h, v2.8b, v0.8b
172 uaddl v20.8h, v6.8b, v0.8b
183 uaddl v12.8h, v10.8b, v0.8b
203 uaddl v12.8h, v0.8b, v2.8b // temp1 = src[2_0] + src[3_0]
224 uaddl v16.8h, v6.8b, v0.8b
252 uaddl v14.8h, v10.8b, v0.8b
255 ld1 {v0
[all...]
/external/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp141 SkVector v0 = dir;
155 if (v0.normalize() && v1.normalize()) {
156 SkScalar dotProd = v0.dot(v1);
161 bool ccw = !is_clockwise(v0, v1);
180 const SkPoint pt2 = *pt0+v0, pt3 = *pt1+v1;
198 v0.setLength(SkScalarSqrt(sqRLimit));
199 miterPt[0] = *pt0+v0;
/external/opencv/cv/src/
H A Dcvhistogram.cpp913 int v0 = ptr[x]; local
916 tab1d[v0]++;
919 v0 = ptr[x+2];
922 tab1d[v0]++;
955 int v0 = ptr0[x]; local
957 int idx = tab[v0] + tab[256+v1];
969 int v0 = ptr0[x]; local
972 int idx = tab[v0] + tab[256+v1];
992 int v0 = ptr0[x]; local
995 int idx = tab[v0]
1007 int v0 = ptr0[x]; local
1168 int v0 = cvFloor(ptr[x]*a + b); local
1187 int v0 = cvFloor(ptr[x]*a + b); local
1197 int v0 = cvFloor(ptr[x]*a + b); local
1222 int v0 = cvFloor( ptr0[x]*a0 + b0 ); local
1236 int v0 = cvFloor( ptr0[x]*a0 + b0 ); local
1617 uchar v0 = tab1d[ptr[x]]; local
1645 int v0 = ptr0[x]; local
1660 int v0 = ptr0[x]; local
1688 int v0 = ptr0[x]; local
1704 int v0 = ptr0[x]; local
1859 int v0 = cvFloor(ptr[x]*a + b); local
1888 int v0 = cvFloor(ptr[x]*a + b); local
1912 int v0 = cvFloor( ptr0[x]*a0 + b0 ); local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_unfilled.c57 struct brw_reg v0 = byte_offset(c->reg.vertex[0], hpos_offset); local
74 brw_MOV(p, v0n, v0);
276 struct brw_indirect v0 = brw_indirect(0, 0); local
289 brw_MOV(p, get_addr_reg(v0), deref_1uw(v0ptr, 0));
292 apply_one_offset(c, v0);
301 * *v1ptr = v0
311 brw_MOV(p, get_addr_reg(v0), deref_1uw(v0ptr, 0));
318 deref_1f(v0, brw_vert_result_to_offset(&c->vue_map,
323 brw_clip_emit_vue(c, v0, 1, 0,
345 struct brw_indirect v0 local
[all...]
/external/tremolo/Tremolo/
H A Dmdct.c341 REG_TYPE t0,t1,v0,v1,s0,s1; local
349 t0 += (v0 = (*V++)>>1);
355 v0 += (t0 = (*T++)>>1);
357 XPROD31( s0, s1, v0, v1, x+2, x+3 );
367 REG_TYPE t0,t1,v0,v1,q0,q1,s0,s1; local
375 v0 = *V++;
377 t0 += (q0 = (v0-t0)>>2);
382 t0 = v0-q0;
390 v0 += (q0 = (t0-v0)>>
[all...]
/external/vixl/test/
H A Dtest-disasm-a64.cc2254 COMPARE(fmov(v0.D(), 1, x13), "fmov v0.D[1], x13");
2255 COMPARE(fmov(x13, v0.D(), 1), "fmov x13, v0.D[1]");
2843 COMPARE(Ld1(v0.M, MemOperand(x15)), \
2844 "ld1 {v0." S "}, [x15]"); \
2851 COMPARE(Ld1(v30.M, v31.M, v0.M, v1.M, MemOperand(sp)), \
2852 "ld1 {v30." S ", v31." S ", v0." S ", v1." S "}, [sp]") \
2859 COMPARE(Ld4(v30.M, v31.M, v0.M, v1.M, MemOperand(sp)), \
2860 "ld4 {v30." S ", v31." S ", v0
[all...]
/external/eigen/test/
H A Dgeo_hyperplane.cpp125 Vector v0 = Vector::Random(); local
126 Vector v1(v0), v2(v0);
134 Plane p0 = Plane::Through(v0, v1, v2);
137 VERIFY_IS_MUCH_SMALLER_THAN(p0.absDistance(v0), Scalar(1));
/external/libhevc/decoder/arm64/
H A Dihevcd_fmt_conv_420sp_to_rgba8888.s124 mov v0.h[0], w10 ////C1
127 mov v0.h[1], w10 ////C2
130 mov v0.h[2], w10 ////C3
133 mov v0.h[3], w10 ////C4
200 sMULL v5.4s, v4.4h, v0.h[3] ////(U-128)*C4 FOR B
201 sMULL2 v7.4s, v4.8h, v0.h[3] ////(U-128)*C4 FOR B
203 sMULL v20.4s, v6.4h, v0.h[0] ////(V-128)*C1 FOR R
204 sMULL2 v22.4s, v6.8h, v0.h[0] ////(V-128)*C1 FOR R
206 sMULL v12.4s, v4.4h, v0.h[1] ////(U-128)*C2 FOR G
207 sMLAL v12.4s, v6.4h, v0
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c132 struct vertex_header *v0 = dup_vert(stage, header->v[0], 0); local
137 float *pos0 = v0->data[pos];
173 set_texcoords( wide, v0, tex00 );
180 tri.v[0] = v0;
185 tri.v[0] = v0;
H A Ddraw_pipe.c112 * Build primitive to render a point with vertex at v0.
115 const char *v0 )
121 prim.v[0] = (struct vertex_header *)v0;
128 * Build primitive to render a line with vertices at v0, v1.
133 const char *v0,
140 prim.v[0] = (struct vertex_header *)v0;
148 * Build primitive to render a triangle with vertices at v0, v1, v2.
153 char *v0,
159 prim.v[0] = (struct vertex_header *)v0;
131 do_line( struct draw_context *draw, ushort flags, const char *v0, const char *v1 ) argument
151 do_triangle( struct draw_context *draw, ushort flags, char *v0, char *v1, char *v2 ) argument
/external/v8/src/mips/
H A Dcode-stubs-mips.cc277 WriteInt32ToHeapNumberStub stub1(isolate, a1, v0, a2, a3);
278 WriteInt32ToHeapNumberStub stub2(isolate, a2, v0, a3, a0);
373 __ li(v0, Operand(GREATER));
376 __ li(v0, Operand(LESS));
386 __ li(v0, Operand(GREATER)); // Things aren't less than themselves.
388 __ li(v0, Operand(LESS)); // Things aren't greater than themselves.
390 __ mov(v0, zero_reg); // Things are <=, >=, ==, === themselves.
414 __ Or(v0, t3, Operand(t2));
415 // For equal we already have the right value in v0: Return zero (equal)
417 // not (it's a NaN). For <= and >= we need to load v0 wit
[all...]
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc273 WriteInt32ToHeapNumberStub stub1(isolate, a1, v0, a2, a3);
274 WriteInt32ToHeapNumberStub stub2(isolate, a2, v0, a3, a0);
369 __ li(v0, Operand(GREATER));
372 __ li(v0, Operand(LESS));
382 __ li(v0, Operand(GREATER)); // Things aren't less than themselves.
384 __ li(v0, Operand(LESS)); // Things aren't greater than themselves.
386 __ mov(v0, zero_reg); // Things are <=, >=, ==, === themselves.
409 __ Or(v0, a7, Operand(a6));
410 // For equal we already have the right value in v0: Return zero (equal)
412 // not (it's a NaN). For <= and >= we need to load v0 wit
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/
H A Dmat2.js217 v0 = v[0], v1 = v[1];
218 out[0] = a0 * v0;
219 out[1] = a1 * v0;
/external/mesa3d/src/mesa/swrast/
H A Dswrast.h186 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 );
189 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0,
194 const SWvertex *v0, const SWvertex *v1,
/external/skia/samplecode/
H A DSampleColorFilter.cpp68 int v0 = inflate5To8(t0); local
71 int err0 = i - v0;
75 v0, err0, v1, err1, v2, err2);
/external/clang/test/SemaCXX/
H A Dcaptured-statements.cpp67 void set(const T &v0) { argument
70 v = v0;
/external/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp8 int v0; // expected-note{{refers here}} variable
9 template int v0; // expected-error{{does not refer}} variable
/external/llvm/test/MC/AArch64/
H A Dneon-scalar-by-elem-saturating-mul.s27 sqdmulh h0, h1, v0.h[0]
33 // CHECK: sqdmulh h0, h1, v0.h[0] // encoding: [0x20,0xc0,0x40,0x5f]

Completed in 1201 milliseconds

1234567891011>>