Searched refs:v0 (Results 276 - 300 of 490) sorted by relevance

<<11121314151617181920

/external/libhevc/common/arm64/
H A Dihevc_inter_pred_luma_horz_w16out.s130 ld1 {v0.8b},[x8] //coeff = vld1_s8(pi1_coeff)
132 abs v2.8b, v0.8b //vabs_s8(coeff)
216 zip1 v0.2s, v20.2s, v22.2s
277 umlsl v8.8h, v0.8b, v24.8b
319 ld1 {v0.2s},[x16],x15 //vector load pu1_src
341 umlsl v8.8h, v0.8b, v24.8b
390 ld1 {v0.2s},[x16],x15 //vector load pu1_src
419 umlsl v8.8h, v0.8b, v24.8b //mul_res = vmlsl_u8(src[0_0], coeffabs_0)//
495 ld1 {v0.2s},[x16],#8 //vector load pu1_src
513 umlsl v8.8h, v0
[all...]
H A Dihevc_intra_pred_filters_luma_mode_19_to_25.s142 ld1 {v0.s}[0],[x1],#4 // pu1_ref[two_nt + k]
144 st1 {v0.s}[0],[x6],#4 //ref_temp[k + nt - 1] = pu1_ref[two_nt + k]//
156 ld1 {v0.8b},[x1],#8
161 st1 {v0.8b},[x6],#8
168 ld1 {v0.8b},[x1],#8
171 st1 {v0.8b},[x6],#8
176 ld1 {v0.8b},[x1],#8
177 st1 {v0.8b},[x6],#8
241 dup v0.8b,w9 //intra_pred_ang
257 smull v2.8h, v3.8b, v0
[all...]
H A Dihevc_inter_pred_filters_luma_horz.s135 ld1 {v0.8b},[x4] //coeff = vld1_s8(pi1_coeff)
139 abs v2.8b, v0.8b //vabs_s8(coeff)
204 ld1 {v0.2s},[x12],x11 //vector load pu1_src
233 umlsl v8.8h, v0.8b, v24.8b //mul_res = vmlsl_u8(src[0_0], coeffabs_0)//
307 ld1 { v0.2s},[x12],#8 //vector load pu1_src
325 umlsl v8.8h, v0.8b, v24.8b //mul_res = vmlsl_u8(src[0_0], coeffabs_0)//
348 ld1 { v0.2s},[x4],#8 //vector load pu1_src
383 umlsl v10.8h, v0.8b, v24.8b //mul_res = vmlsl_u8(src[0_0], coeffabs_0)//
432 ld1 { v0.2s},[x12],#8 //vector load pu1_src
449 umlsl v8.8h, v0
[all...]
H A Dihevc_intra_pred_filters_chroma_mode_19_to_25.s141 ld1 {v0.2s},[x1],#8 // pu1_ref[two_nt + k]
143 st1 {v0.2s},[x6],#8 //ref_temp[k + nt - 1] = pu1_ref[two_nt + k]//
153 ld1 {v0.8b, v1.8b, v2.8b, v3.8b},[x1],#32
156 st1 {v0.8b, v1.8b, v2.8b, v3.8b},[x6],#32
163 ld1 {v0.8b, v1.8b, v2.8b},[x1],#24
164 st1 {v0.8b, v1.8b, v2.8b},[x6],#24
169 ld1 {v0.8b},[x1],#8
170 st1 {v0.8b},[x6],#8
237 dup v0.8b,w9 //intra_pred_ang
253 smull v2.8h, v3.8b, v0
[all...]
/external/valgrind/none/tests/mips64/
H A Darithmetic_instruction.c124 TEST3("dclo $v0, $v1", reg_val2[i], v0, v1);
130 TEST3("dclz $v0, $v1", reg_val2[i], v0, v1);
140 TEST4("ddiv $v0, $v1", reg_val2[i], reg_val2[N-i-1], v0, v1);
151 TEST4("ddivu $v0, $v1", reg_val2[i], reg_val2[N-i-1], v0, v1);
180 TEST4("dmult $v0, $v1", reg_val2[i], reg_val2[N-i-1], v0, v
[all...]
/external/boringssl/src/crypto/aes/asm/
H A Daes-586.pl246 my ($v0,$v1) = ($acc,$key);
248 &mov ($v0,$s[3]); # copy s3
261 &mov ($v1,$v0);
264 &and ($v0,0xFF);
265 &xor ($s[3],&DWP(0,$te,$v0,8)); # s3>>0
266 &movz ($v0,&HB($v1));
268 &xor ($s[2],&DWP(3,$te,$v0,8)); # s3>>8
269 &movz ($v0,&HB($v1));
273 &xor ($s[0],&DWP(1,$te,$v0,8)); # s3>>24
275 &mov ($v0,
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_tri.c416 struct brw_indirect v0 = brw_indirect(0, 0); local
420 brw_MOV(p, get_addr_reg(v0), deref_1uw(vptr, 0));
422 brw_clip_emit_vue(c, v0, 1, 0,
427 brw_MOV(p, get_addr_reg(v0), deref_1uw(vptr, 0));
431 brw_clip_emit_vue(c, v0, 1, 0,
435 brw_MOV(p, get_addr_reg(v0), deref_1uw(vptr, 0));
442 brw_clip_emit_vue(c, v0, 0, 1,
476 struct brw_reg v0 = get_tmp(c); local
493 brw_MOV(p, v0, deref_4f(vt0, hpos_offset));
500 brw_CMP(p, t1, BRW_CONDITIONAL_L, v0, negat
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h111 static void NAME(struct gl_context *ctx, const SWvertex *v0, argument
116 const SWvertex *v0, *v1; /* Y(v0) < Y(v1) */ member in struct:__anon12835
117 GLfloat dx; /* X(v1) - X(v0) */
118 GLfloat dy; /* Y(v1) - Y(v0) */
156 v0->attrib[FRAG_ATTRIB_WPOS][0],
157 v0->attrib[FRAG_ATTRIB_WPOS][1],
158 v0->attrib[FRAG_ATTRIB_WPOS][2]);
173 const GLfixed fy0 = FloatToFixed(v0->attrib[FRAG_ATTRIB_WPOS][1] - 0.5F) & snapMask;
179 vMin = v0; vMi
[all...]
/external/v8/src/mips/
H A Dbuiltins-mips.cc196 v0, // Result.
213 __ sw(map, FieldMemOperand(v0, HeapObject::kMapOffset));
216 __ sw(a3, FieldMemOperand(v0, JSObject::kPropertiesOffset));
217 __ sw(a3, FieldMemOperand(v0, JSObject::kElementsOffset));
219 __ sw(argument, FieldMemOperand(v0, JSValue::kValueOffset));
252 __ mov(argument, v0);
297 __ Addu(at, v0, Operand(Code::kHeaderSize - kHeapObjectTag));
607 __ mov(t4, v0);
698 // v0: result
702 __ JumpIfSmi(v0,
[all...]
/external/v8/src/mips64/
H A Dbuiltins-mips64.cc195 v0, // Result.
212 __ sd(map, FieldMemOperand(v0, HeapObject::kMapOffset));
215 __ sd(a3, FieldMemOperand(v0, JSObject::kPropertiesOffset));
216 __ sd(a3, FieldMemOperand(v0, JSObject::kElementsOffset));
218 __ sd(argument, FieldMemOperand(v0, JSValue::kValueOffset));
251 __ mov(argument, v0);
296 __ Daddu(at, v0, Operand(Code::kHeaderSize - kHeapObjectTag));
618 __ mov(t0, v0);
710 // v0: result
714 __ JumpIfSmi(v0,
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp4.cpp55 U<>::V<int*> v0; member in namespace:PR11850
57 int &v0f = v0.g(0);
/external/clang/test/SemaTemplate/
H A Dinstantiate-function-1.cpp145 U f(T value, U v0, U v1, U v2) { argument
147 case 0: return v0;
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips3-wrong-error.s14 ll $v0,-7321($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/opencv/cv/src/
H A Dcvutils.cpp345 int v0 = ivalue[0]; local
372 idst[j] = v0;
387 idst[j] = v0;
389 idst[j] = v0;
410 uchar v0 = value[0]; local
433 dst[j] = v0;
448 dst[j] = v0;
450 dst[j] = v0;
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp276 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1f(GrGLint location, GrGLfloat v0) { argument
279 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1i(GrGLint location, GrGLint v0) { argument
292 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2f(GrGLint location, GrGLfloat v0, GrGLfloat v1) { argument
295 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2i(GrGLint location, GrGLint v0, GrGLint v1) { argument
309 GrGLfloat v0,
315 GrGLint v0,
331 GrGLfloat v0,
338 GrGLint v0,
308 noOpGLUniform3f(GrGLint location, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2) argument
314 noOpGLUniform3i(GrGLint location, GrGLint v0, GrGLint v1, GrGLint v2) argument
330 noOpGLUniform4f(GrGLint location, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2, GrGLfloat v3) argument
337 noOpGLUniform4i(GrGLint location, GrGLint v0, GrGLint v1, GrGLint v2, GrGLint v3) argument
H A DGrGLProgramDataManager.h77 void set1f(UniformHandle, GrGLfloat v0) const;
/external/v8/test/cctest/
H A Dtest-hashing.cc88 __ li(v0, Operand(key));
89 __ GetNumberHash(v0, t1);
/external/valgrind/coregrind/
H A Dpub_core_syscall.h85 extern SysRes VG_(mk_SysRes_mips32_linux)( UWord v0, UWord v1,
87 extern SysRes VG_(mk_SysRes_mips64_linux)( ULong v0, ULong v1,
/external/vixl/examples/
H A Dneon-matrix-multiply.cc41 // v<v_out> corresponds to a column of the output matrix (v0, v1, v2 or v3).
52 __ Fmul(v_out, v4.V4S(), v_in, 0); // e.g. (v0.V4S(), v4.V4S(), v8.S(), 0).
79 __ Movi(v0.V16B(), 0);
89 // Store the resulting matrix from v0, v1, v2 and v3.
90 __ St1(v0.V4S(), v1.V4S(), v2.V4S(), v3.V4S(), MemOperand(x0));
/external/clang/test/Sema/
H A Dms_class_layout.cpp45 double v0; member in struct:BaseStruct
219 // CHECK-NEXT: 0 | double v0
250 // CHECK-NEXT: 0 | double v0
/external/iptables/extensions/
H A Dlibxt_string.c180 stringinfo->u.v0.invert = 1;
189 stringinfo->u.v0.invert = 1;
258 int invert = (revision == 0 ? info->u.v0.invert :
282 int invert = (revision == 0 ? info->u.v0.invert :
/external/webp/src/dsp/
H A Dupsampling_neon.c207 const int v0 = (top_v[0] + v_diag) >> 1; \
208 VP8YuvTo ## FMT(top_y[0], u0, v0, top_dst); \
212 const int v0 = (cur_v[0] + v_diag) >> 1; \
213 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_avg_intrin_sse2.c387 __m128i v0 = _mm_loadu_si128((const __m128i *)ref); local
389 __m128i diff = _mm_subs_epi16(v0, v1);
397 v0 = _mm_loadu_si128((const __m128i *)ref);
399 diff = _mm_subs_epi16(v0, v1);
402 v0 = _mm_madd_epi16(diff, diff);
403 sse = _mm_add_epi32(sse, v0);
409 v0 = _mm_srli_si128(sum, 8);
410 sum = _mm_add_epi16(sum, v0);
411 v0 = _mm_srli_epi64(sum, 32);
412 sum = _mm_add_epi16(sum, v0);
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_yuv.c670 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
673 &y0, &u0, &v0);
678 v = (v0 + v1 + 1) >> 1;
731 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
734 &y0, &u0, &v0);
739 v = (v0 + v1 + 1) >> 1;
923 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
926 &y0, &u0, &v0);
931 v = (v0 + v1 + 1) >> 1;
984 uint8_t y0, y1, u0, u1, v0, v local
[all...]
/external/libavc/common/armv8/
H A Dih264_inter_pred_luma_horz_qpel_vert_hpel_av8.s155 ld1 {v0.2s, v1.2s}, [x0], #16 // Vector load from src[0_0]
173 uaddl v18.8h, v0.8b, v10.8b
193 add v0.8h, v24.8h , v26.8h
199 smlal v26.4s, v0.4h, v28.4h
203 smlal2 v22.4s, v0.8h, v28.8h
216 ext v0.16b, v20.16b , v22.16b , #10
223 saddl v26.4s, v0.4h, v20.4h
227 saddl2 v22.4s, v0.8h, v20.8h
247 ld1 {v0.2s, v1.2s}, [x0], #16 // Vector load from src[6_0]
260 uaddl v18.8h, v2.8b, v0
[all...]

Completed in 1807 milliseconds

<<11121314151617181920