Searched refs:v0 (Results 201 - 225 of 604) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc11 // The result_register() for mips is the 'v0' register, which is defined
14 // places where we have to move a previous result in v0 to a0 for the
15 // next call: mov(a0, v0). This is not needed on the other architectures.
218 // Context is returned in v0. It replaces the context passed to us.
220 __ mov(cp, v0);
221 __ sd(v0, MemOperand(fp, StandardFrameConstants::kContextOffset));
281 SetVar(arguments, v0, a1, a2);
331 __ LoadRoot(v0, Heap::kUndefinedValueRootIndex);
339 __ mov(v0, zero_reg);
405 // Runtime::TraceExit returns its parameter in v0
2628 __ Move(LoadDescriptor::ReceiverRegister(), v0); local
2638 __ Move(LoadDescriptor::NameRegister(), v0); local
2735 __ Move(LoadDescriptor::NameRegister(), v0); local
[all...]
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc11 // The result_register() for mips is the 'v0' register, which is defined
14 // places where we have to move a previous result in v0 to a0 for the
15 // next call: mov(a0, v0). This is not needed on the other architectures.
221 // Context is returned in v0. It replaces the context passed to us.
223 __ mov(cp, v0);
224 __ sw(v0, MemOperand(fp, StandardFrameConstants::kContextOffset));
285 SetVar(arguments, v0, a1, a2);
335 __ LoadRoot(v0, Heap::kUndefinedValueRootIndex);
343 __ mov(v0, zero_reg);
409 // Runtime::TraceExit returns its parameter in v0
2627 __ Move(LoadDescriptor::ReceiverRegister(), v0); local
2637 __ Move(LoadDescriptor::NameRegister(), v0); local
2734 __ Move(LoadDescriptor::NameRegister(), v0); local
[all...]
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_chroma_vert_w16inp_w16out.s118 ld1 {v0.8b},[x4] //loads pi1_coeff
120 sxtl v0.8h, v0.8b //long the value
123 dup v16.4h, v0.4h[0] //coeff_0
124 dup v17.4h, v0.4h[1] //coeff_1
125 dup v18.4h, v0.4h[2] //coeff_2
126 dup v19.4h, v0.4h[3] //coeff_3
143 ld1 {v0.4h},[x4],#8 //loads pu1_src
144 smull v0.4s, v0
[all...]
H A Dihevc_itrans_recon_16x16.s146 ld1 {v0.4h, v1.4h, v2.4h, v3.4h},[x14] ////d0,d1 are used for storing the constant data
255 smull v24.4s, v6.4h, v0.4h[1] //// y1 * cos1(part of b0)
256 smull v26.4s, v6.4h, v0.4h[3] //// y1 * cos3(part of b1)
260 smlal v24.4s, v7.4h, v0.4h[3] //// y1 * cos1 + y3 * cos3(part of b0)
270 smull v12.4s, v10.4h, v0.4h[0]
271 smlal v12.4s, v11.4h, v0.4h[2]
272 smull v14.4s, v10.4h, v0.4h[0]
274 smull v16.4s, v10.4h, v0.4h[0]
276 smull v18.4s, v10.4h, v0.4h[0]
285 smlsl v30.4s, v8.4h, v0
[all...]
H A Dihevc_inter_pred_chroma_vert.s119 ld1 {v0.8b},[x12] //loads pi1_coeff
124 abs v3.8b, v0.8b //vabs_s8(coeff)
126 dup v0.8b, v3.8b[0] //coeffabs_0
150 umlsl v6.8h, v5.8b, v0.8b //vmlsl_u8(mul_res1, vreinterpret_u8_u32(src_tmp1), coeffabs_0)
155 umlsl v4.8h, v17.8b, v0.8b
196 umlsl v4.8h, v6.8b, v0.8b
239 umlsl v30.8h, v4.8b, v0.8b
248 umlsl v28.8h, v5.8b, v0.8b
259 umlsl v26.8h, v6.8b, v0.8b
270 umlsl v24.8h, v7.8b, v0
[all...]
/external/flac/libFLAC/ppc/as/
H A Dlpc_asm.s78 ; load coefficients into v0-v7 and initial history into v8-v15
86 lvewx v0,r10,r9
88 vsro v18,v18,v0 ; v18: mask vector
91 lvsl v0,0,r31
92 vsldoi v0,v0,v0,12
98 vsel v0,v1,v0,v2 ; v0
[all...]
/external/flac/libFLAC/ppc/gas/
H A Dlpc_asm.s80 # load coefficients into v0-v7 and initial history into v8-v15
88 lvewx v0,r10,r9
90 vsro v18,v18,v0 # v18: mask vector
93 lvsl v0,0,r31
94 vsldoi v0,v0,v0,12
100 vsel v0,v1,v0,v2 # v0
[all...]
/external/openssl/crypto/bn/asm/
H A Dmips.pl90 ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
118 move $v0,$zero
120 move $a0,$v0
153 $ADDU $t1,$v0
154 sltu $v0,$t1,$v0 # All manuals say it "compares 32-bit
160 $ADDU $v0,$t0
164 $ADDU $v0,$at
168 $ADDU $t3,$v0
169 sltu $v0,
[all...]
H A Dmips3.s72 move v0,zero
78 move v0,zero
88 daddu t1,v0
89 sltu v0,t1,v0 /* All manuals say it "compares 32-bit
95 daddu v0,t0
98 daddu v0,AT
103 daddu t3,v0
104 sltu v0,t3,v0
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.c55 float dx; /**< X(v1) - X(v0), used only during setup */
56 float dy; /**< Y(v1) - Y(v0), used only during setup */
289 const float (*v0)[4],
294 setup->vprovoke = v0;
300 float y0 = v0[0][1];
306 setup->vmin = v0;
313 setup->vmid = v0;
318 setup->vmin = v0;
327 setup->vmid = v0;
334 setup->vmax = v0;
287 setup_sort_vertices(struct setup_context *setup, float det, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
413 tri_apply_cylindrical_wrap(float v0, float v1, float v2, uint cylindrical_wrap, float output[3]) argument
784 calc_det(const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
803 sp_setup_tri(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
872 line_apply_cylindrical_wrap(float v0, float v1, uint cylindrical_wrap, float output[2]) argument
945 setup_line_coefficients(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4]) argument
1065 sp_setup_line(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4]) argument
1195 sp_setup_point(struct setup_context *setup, const float (*v0)[4]) argument
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c55 float dx; /**< X(v1) - X(v0), used only during setup */
56 float dy; /**< Y(v1) - Y(v0), used only during setup */
289 const float (*v0)[4],
294 setup->vprovoke = v0;
300 float y0 = v0[0][1];
306 setup->vmin = v0;
313 setup->vmid = v0;
318 setup->vmin = v0;
327 setup->vmid = v0;
334 setup->vmax = v0;
287 setup_sort_vertices(struct setup_context *setup, float det, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
413 tri_apply_cylindrical_wrap(float v0, float v1, float v2, uint cylindrical_wrap, float output[3]) argument
784 calc_det(const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
803 sp_setup_tri(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
872 line_apply_cylindrical_wrap(float v0, float v1, uint cylindrical_wrap, float output[2]) argument
945 setup_line_coefficients(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4]) argument
1065 sp_setup_line(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4]) argument
1195 sp_setup_point(struct setup_context *setup, const float (*v0)[4]) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_vertex.h56 GLfloat u0, v0; member in struct:__anon14590::__anon14591
65 GLfloat u0, v0, q0; member in struct:__anon14590::__anon14592
/external/chromium_org/v8/test/mjsunit/
H A Dmath-min-max.js137 var v0 = 10.1;
147 assertEquals(v0, Math.max(v0++, v9++));
148 assertEquals(v9, Math.min(v0++, v9++));
151 assertEquals(v0, Math.max(v0++, v2++)); // double, int32
155 assertEquals(v0, Math.max(v0++, v5)); // double, tagged
/external/clang/test/SemaCXX/
H A Denum.cpp45 enum enum0 { v0 }; enumerator in enum:test1::enum0
46 int test0[is_same<__typeof(+v0), int>::value];
/external/llvm/test/MC/AArch64/
H A Dneon-frsqrt-frecp.s8 frsqrts v0.2s, v31.2s, v16.2s
12 // CHECK: frsqrts v0.2s, v31.2s, v16.2s // encoding: [0xe0,0xff,0xb0,0x0e]
/external/llvm/test/MC/Mips/mips32r2/
H A Dinvalid-mips64r2.s9 dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h56 GLfloat u0, v0; member in struct:__anon28001::__anon28002
65 GLfloat u0, v0, q0; member in struct:__anon28001::__anon28003
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aatritemp.h39 /*void triangle( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLuint pv )*/
42 const GLfloat *p0 = v0->attrib[FRAG_ATTRIB_WPOS];
70 GLfloat y0 = v0->attrib[FRAG_ATTRIB_WPOS][1];
75 vMin = v0; vMid = v1; vMax = v2; /* y0<=y1<=y2 */
78 vMin = v2; vMid = v0; vMax = v1; /* y2<=y0<=y1 */
81 vMin = v0; vMid = v2; vMax = v1; bf = -bf; /* y0<=y2<=y1 */
86 vMin = v1; vMid = v0; vMax = v2; bf = -bf; /* y1<=y0<=y2 */
89 vMin = v2; vMid = v1; vMax = v0; bf = -bf; /* y2<=y1<=y0 */
92 vMin = v1; vMid = v2; vMax = v0; /* y1<=y2<=y0 */
123 compute_plane(p0, p1, p2, v0
[all...]
H A Ds_aalinetemp.h106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
115 line.x0 = v0->attrib[FRAG_ATTRIB_WPOS][0];
116 line.y0 = v0->attrib[FRAG_ATTRIB_WPOS][1];
138 v0->attrib[FRAG_ATTRIB_WPOS][2], v1->attrib[FRAG_ATTRIB_WPOS][2], line.zPlane);
143 v0->color[RCOMP], v1->color[RCOMP], line.rPlane);
145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane);
147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane);
149 v0->color[ACOMP], v1->color[ACOMP], line.aPlane);
159 const GLfloat invW0 = v0->attrib[FRAG_ATTRIB_WPOS][3];
172 const GLfloat a0 = v0
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h39 /*void triangle( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLuint pv )*/
42 const GLfloat *p0 = v0->attrib[FRAG_ATTRIB_WPOS];
70 GLfloat y0 = v0->attrib[FRAG_ATTRIB_WPOS][1];
75 vMin = v0; vMid = v1; vMax = v2; /* y0<=y1<=y2 */
78 vMin = v2; vMid = v0; vMax = v1; /* y2<=y0<=y1 */
81 vMin = v0; vMid = v2; vMax = v1; bf = -bf; /* y0<=y2<=y1 */
86 vMin = v1; vMid = v0; vMax = v2; bf = -bf; /* y1<=y0<=y2 */
89 vMin = v2; vMid = v1; vMax = v0; bf = -bf; /* y2<=y1<=y0 */
92 vMin = v1; vMid = v2; vMax = v0; /* y1<=y2<=y0 */
123 compute_plane(p0, p1, p2, v0
[all...]
H A Ds_aalinetemp.h106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
115 line.x0 = v0->attrib[FRAG_ATTRIB_WPOS][0];
116 line.y0 = v0->attrib[FRAG_ATTRIB_WPOS][1];
138 v0->attrib[FRAG_ATTRIB_WPOS][2], v1->attrib[FRAG_ATTRIB_WPOS][2], line.zPlane);
143 v0->color[RCOMP], v1->color[RCOMP], line.rPlane);
145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane);
147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane);
149 v0->color[ACOMP], v1->color[ACOMP], line.aPlane);
159 const GLfloat invW0 = v0->attrib[FRAG_ATTRIB_WPOS][3];
172 const GLfloat a0 = v0
[all...]
/external/stlport/test/unit/
H A Dvalarray_test.cpp115 valarray<double> v0(2, 10);
116 valarray<double> v1(v0[slice(0, 1, 5)]);
117 v0[slice(0, 1, 5)] = 5;
118 valarray<double> v2(v0[gslice()]);
119 //valarray<double> v3(v0[valarray<bool>()]);
120 valarray<double> v4(v0[valarray<size_t>()]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c147 const float (*v0)[4],
154 const float ex = v0[0][0] - v2[0][0];
155 const float ey = v0[0][1] - v2[0][1];
169 lp_setup_print_vertex(setup, "v0", v0);
237 const float (*v0)[4],
254 lp_setup_print_triangle(setup, v0, v1, v2);
309 tri->v[0][0] = v0[0][0];
312 tri->v[0][1] = v0[0][1];
321 setup->setup.variant->jit_function( v0,
146 lp_setup_print_triangle(struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
235 do_triangle_ccw(struct lp_setup_context *setup, struct fixed_position* position, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4], boolean frontfacing ) argument
768 retry_triangle_ccw( struct lp_setup_context *setup, struct fixed_position* position, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4], boolean front) argument
790 calc_fixed_position( struct lp_setup_context *setup, struct fixed_position* position, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
871 triangle_cw( struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4] ) argument
891 triangle_ccw( struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
906 triangle_both( struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4] ) argument
937 triangle_nop( struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4] ) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c147 const float (*v0)[4],
154 const float ex = v0[0][0] - v2[0][0];
155 const float ey = v0[0][1] - v2[0][1];
169 lp_setup_print_vertex(setup, "v0", v0);
237 const float (*v0)[4],
254 lp_setup_print_triangle(setup, v0, v1, v2);
309 tri->v[0][0] = v0[0][0];
312 tri->v[0][1] = v0[0][1];
321 setup->setup.variant->jit_function( v0,
146 lp_setup_print_triangle(struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
235 do_triangle_ccw(struct lp_setup_context *setup, struct fixed_position* position, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4], boolean frontfacing ) argument
768 retry_triangle_ccw( struct lp_setup_context *setup, struct fixed_position* position, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4], boolean front) argument
790 calc_fixed_position( struct lp_setup_context *setup, struct fixed_position* position, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
871 triangle_cw( struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4] ) argument
891 triangle_ccw( struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
906 triangle_both( struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4] ) argument
937 triangle_nop( struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4] ) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm87 vsrh v24, v24, v19 ;# divide v0, v1 by 128
181 hfilter_8 v0, 1
199 load_and_align_8 v0, 1
212 vfilter_16 v0, v1
219 stvx v0, 0, r1
266 hfilter_8 v0, 1
284 load_and_align_8 v0, 1
297 vfilter_16 v0, v1
307 w_8x8 v0, r7, r0, r8
317 vperm v0, v
[all...]

Completed in 4842 milliseconds

1234567891011>>