Searched refs:vA (Results 1 - 22 of 22) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DFunctions.h43 #define bbf_BIT_SUM_8( vA ) ( bbf_bit8TblG[ vA ] )
46 #define bbf_BIT_SUM_16( vA ) ( bbf_bit8TblG[ vA & 0x00FF ] + bbf_bit8TblG[ ( vA >> 8 ) & 0x00FF ] )
49 #define bbf_BIT_SUM_32( vA ) ( bbf_bit8TblG[ vA & 0x00FF ] + bbf_bit8TblG[ ( vA >> 8 ) & 0x00FF ] + bbf_bit8TblG[ ( vA >> 16 ) & 0x00FF ] + bbf_bit8TblG[ ( vA >> 2
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.h94 ppc_vaddfp(struct ppc_function *p,uint vD, uint vA, uint vB);
98 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB);
102 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB);
106 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB);
108 /** vector float mult add: vD = vA * vB + vC */
110 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC);
112 /** vector float negative mult subtract: vD = vA - vB * vC */
114 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC);
118 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB);
122 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uin
[all...]
H A Drtasm_ppc.c293 unsigned vA:5; member in struct:vx_inst::__anon12730
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
306 inst.inst.vA = vA;
313 printf(format, vD, vB, vA);
315 printf(format, vD, vA, vB);
325 unsigned vA:5; member in struct:vxr_inst::__anon12731
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
339 inst.inst.vA = vA;
356 unsigned vA:5; member in struct:va_inst::__anon12732
364 emit_va(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, uint vC, const char *format) argument
587 ppc_vaddfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument
594 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument
601 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument
608 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument
615 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument
623 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument
631 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument
638 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument
645 ppc_vcmpeqfpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument
736 ppc_vand(struct ppc_function *p, uint vD, uint vA, uint vB) argument
743 ppc_vandc(struct ppc_function *p, uint vD, uint vA, uint vB) argument
750 ppc_vor(struct ppc_function *p, uint vD, uint vA, uint vB) argument
757 ppc_vnor(struct ppc_function *p, uint vD, uint vA, uint vB) argument
764 ppc_vxor(struct ppc_function *p, uint vD, uint vA, uint vB) argument
771 ppc_vmove(struct ppc_function *p, uint vD, uint vA) argument
806 ppc_vperm(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument
813 ppc_vsel(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument
850 ppc_vslw(struct ppc_function *p, uint vD, uint vA, uint vB) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.h94 ppc_vaddfp(struct ppc_function *p,uint vD, uint vA, uint vB);
98 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB);
102 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB);
106 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB);
108 /** vector float mult add: vD = vA * vB + vC */
110 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC);
112 /** vector float negative mult subtract: vD = vA - vB * vC */
114 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC);
118 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB);
122 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uin
[all...]
H A Drtasm_ppc.c293 unsigned vA:5; member in struct:vx_inst::__anon26303
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
306 inst.inst.vA = vA;
313 printf(format, vD, vB, vA);
315 printf(format, vD, vA, vB);
325 unsigned vA:5; member in struct:vxr_inst::__anon26304
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
339 inst.inst.vA = vA;
356 unsigned vA:5; member in struct:va_inst::__anon26305
364 emit_va(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, uint vC, const char *format) argument
587 ppc_vaddfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument
594 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument
601 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument
608 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument
615 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument
623 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument
631 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument
638 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument
645 ppc_vcmpeqfpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument
736 ppc_vand(struct ppc_function *p, uint vD, uint vA, uint vB) argument
743 ppc_vandc(struct ppc_function *p, uint vD, uint vA, uint vB) argument
750 ppc_vor(struct ppc_function *p, uint vD, uint vA, uint vB) argument
757 ppc_vnor(struct ppc_function *p, uint vD, uint vA, uint vB) argument
764 ppc_vxor(struct ppc_function *p, uint vD, uint vA, uint vB) argument
771 ppc_vmove(struct ppc_function *p, uint vD, uint vA) argument
806 ppc_vperm(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument
813 ppc_vsel(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument
850 ppc_vslw(struct ppc_function *p, uint vD, uint vA, uint vB) argument
[all...]
/external/neven/Embedded/common/src/b_TensorEm/
H A DFunctions.h53 uint32 bts_absIntLog2( int32 vA );
H A DFunctions.c38 uint32 bts_absIntLog2( int32 vA )
40 return bbs_intLog2( bbs_abs( vA ) );
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSCCP.java274 int vA = ((CstInteger) cA).getValue();
277 constantSuccessor = (vA == 0);
280 constantSuccessor = (vA != 0);
283 constantSuccessor = (vA < 0);
286 constantSuccessor = (vA >= 0);
289 constantSuccessor = (vA <= 0);
292 constantSuccessor = (vA > 0);
305 int vA = ((CstInteger) cA).getValue();
309 constantSuccessor = (vA == vB);
312 constantSuccessor = (vA !
[all...]
/external/clang/test/CodeGen/
H A Dvolatile.c11 volatile int vA[10]; variable
60 i=vA[2];
61 // CHECK: load volatile i32* getelementptr {{.*}} @vA
135 vA[2]=i;
137 // CHECK: store volatile i32 {{.*}}, i32* getelementptr {{.*}} @vA
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_OS_2.h31 struct VA : SkOTTableOS2_VA { } vA; member in union:SkOTTableOS2::Version
/external/skia/src/sfnt/
H A DSkOTTable_OS_2.h31 struct VA : SkOTTableOS2_VA { } vA; member in union:SkOTTableOS2::Version
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c14586 do_vvec_fp_cmp ( IRTemp vA, IRTemp vB, UChar XT, UChar flag_rC, argument
14603 assign(frA_hi, unop(Iop_ReinterpI64asF64, unop(Iop_V128HIto64, mkexpr( vA ))));
14605 assign(frA_lo, unop(Iop_ReinterpI64asF64, unop(Iop_V128to64, mkexpr( vA ))));
14682 IRTemp vA = newTemp( Ity_V128 ); local
14690 assign( vA, getVSReg( XA ) );
14698 do_vvec_fp_cmp(vA, vB, XT, flag_rC, PPC_CMP_EQ);
14706 do_vvec_fp_cmp(vA, vB, XT, flag_rC, PPC_CMP_GE);
14714 do_vvec_fp_cmp(vA, vB, XT, flag_rC, PPC_CMP_GT);
14724 assign( vD, binop(Iop_CmpEQ32Fx4, mkexpr(vA), mkexpr(vB)) );
14738 assign( vD, binop(Iop_CmpGE32Fx4, mkexpr(vA), mkexp
14777 IRTemp vA = newTemp( Ity_V128 ); local
14987 IRTemp vA = newTemp( Ity_V128 ); local
15292 IRTemp vA = newTemp( Ity_V128 ); local
15631 IRTemp vA = newTemp(Ity_V128); local
16138 IRTemp vA = newTemp(Ity_V128); local
16217 IRTemp vA = newTemp(Ity_V128); local
16327 IRTemp vA = newTemp(Ity_V128); local
16592 IRTemp vA = newTemp(Ity_V128); local
16646 IRTemp vA = newTemp(Ity_V128); local
16810 IRTemp vA = newTemp(Ity_V128); local
17027 IRTemp vA = newTemp(Ity_V128); local
17345 IRTemp vA = newTemp(Ity_V128); local
17408 IRTemp vA = newTemp(Ity_V128); local
17530 IRTemp vA = newTemp(Ity_V128); local
17732 IRTemp vA = newTemp(Ity_V128); local
17778 IRTemp vA = newTemp(Ity_V128); local
17897 IRTemp vA = newTemp(Ity_V128); local
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding_unittest.cc977 std::string vA = WrappedEncodeByte(n); local
980 EXPECT_EQ(vA.size(), vB.size());
981 EXPECT_EQ(*vA.begin(), *vB.begin());
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js801 var vA = Flog.RayTracer.Color.prototype.multiplyScalar(color, 0.5);
803 color = Flog.RayTracer.Color.prototype.addScalar(vA,dB);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js801 var vA = Flog.RayTracer.Color.prototype.multiplyScalar(color, 0.5);
803 color = Flog.RayTracer.Color.prototype.addScalar(vA,dB);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js770 var vA = Flog.RayTracer.Color.prototype.multiplyScalar(color, 0.5);
772 color = Flog.RayTracer.Color.prototype.addScalar(vA,dB);
/external/chromium_org/v8/benchmarks/
H A Draytrace.js775 var vA = Flog.RayTracer.Color.prototype.multiplyScalar(color, 0.5);
777 color = Flog.RayTracer.Color.prototype.addScalar(vA,dB);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp1197 const LValue *vA = node->getValue(); local
1202 if (vA->compound | vB->compound) {
1204 for (Value::DefCIterator D = vA->defs.begin(); D != vA->defs.end(); ++D) {
1237 vA->id, vB->id, intf->reg, intf->colors);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp1197 const LValue *vA = node->getValue(); local
1202 if (vA->compound | vB->compound) {
1204 for (Value::DefCIterator D = vA->defs.begin(); D != vA->defs.end(); ++D) {
1237 vA->id, vB->id, intf->reg, intf->colors);
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js86 function ts(a,b){var c,d;hv[c=++iv]=ts;d=Us((jv[c]=nB+vA,a).a,b);iv=c-1;return d}
194 function Mu(a){var b,c;hv[b=++iv]=Mu;jv[b]=lx+bC,Fu();c=(jv[b]=lx+vA,xu((jv[b]=lx+vA,Eu),(jv[b]=lx+KD,a)));iv=b-1;return c}
417 function ah(){var a,b,c,d,e,f,g;hv[f=++iv]=ah;jv[f]=cG+tA,e=[];jv[f]=cG+uA,d=(jv[f]=cG+aE,hv);for(jv[f]=cG+vA,a=0,(jv[f]=cG+vA,b=(jv[f]=cG+mA,iv));(jv[f]=cG+vA,a)<b;jv[f]=cG+vA,++a){jv[f]=cG+Wy,c=(jv[f]=Pw+dy,!(jv[f]=uy+Fx,(jv[f]=cG+Wy,d)[a]))?xG:(jv[f]=cG+BA,_g((jv[f]=Ix+Jx,ig((jv[f]=uy+Fx,(jv[f]=cG+Xy,d)[a])))));jv[f]=yG+Sw,(jv[f]=cG+KD,e)[b-a-1]=c}g=(jv[f]=cG+wA,e);iv=f-1;return g}
478 function Cl(a,b){var c,d,e,f,g,h;hv[g=++iv]=Cl;if(jv[g]=Pw+dy,!(jv[g]=iH+hA,a).a){iv=g-1;return false}jv[g]=iH+JE,c=false;for(jv[g]=iH+Vy,e=(jv[g]=Lw+Mw,new (jv[g]=Lw+Mw,Zq)((jv[g]=Yv+dw,(jv[g]=iH+Vy,b).a)));(jv[g]=Lw+cw,(jv[g]=iH+Vy,e).b)<(jv[g]=Lw+cw,(jv[g]=iH+Vy,e).d)._();){d=Ch(Xq((jv[g]=iH+Vy,e)),23);jv[g]=iH+tA,f=(jv[g]=Ow+_z,(jv[g]=iH+tA,d).q).tS();f=mp((jv[g]=iH+vA,f),160,32);jv[g]=iH+Wy,f=(jv[g]=Ex+lH,np((jv[g]=iH+Wy,f),mH,yw));jv[g]=iH+bC,f=(jv[g]=Ex+zy,sp((jv[g]=iH+bC,f)).toLowerCase());if(ht((jv[g]=iH+Bw,a).a,f)){(jv[g]=Pw+dy,!(jv[g]=Ow+dF,(jv[g]=iH+Cw,d).c))&&((jv[g]=iH+Cw,d).c=new (jv[g]=Ow+WD,jt));gt((jv[g]=Ow+oz,(jv[g]=iH+Cw,d).c),Tw);jv[g]=iH+wA,c=true;break}f=sp(du(gu((jv[g]=iH+Ez,yl),f),yw));if(ht((jv[g]=iH+Fz,a).a,f)){(jv[g]=Pw+dy,!(jv[g]=Ow+dF,(jv[g]=iH+Fw,d).c))&&((jv[g]=iH+Fw,d).c=new (jv[g]=Ow+WD,jt));gt((jv[g]=Ow+oz,(jv[g]=iH+Fw,d).c),Tw);jv[g]=iH+yA,c=true;break}}h=(jv[g]=iH+Yy,c);iv=g-1;return h}
481 function De(a,b){var c,d,e;hv[e=++iv]=De;if((jv[e]=by+uv,ib)<2){iv=e-1;return}jv[e]=GE+jA,c=(jv[e]=ww+dA,(jv[e]=GE+jA,a).b.a.b)-1;d=(jv[e]=GE+JE,c)<0?null:Dh(Rr(a.b.a,c));(jv[e]=gy+hy,ec('Adding [tag='+(jv[e]=Gw+Iy,(jv[e]=GE+Vy,b).tagName)+Fy+(jv[e]=Zw+Gy,(jv[e]=GE+tA,b).id)+Hy+(jv[e]=Gw+Iy,(jv[e]=Ew+Jy,mh((jv[e]=GE+uA,b))).tagName)+((jv[e]=Zw+Py,hp(lz,(jv[e]=Gw+Iy,(jv[e]=GE+vA,b).tagName)))?', src='+((jv[e]=Gw+Az,(jv[e]=GE+vA,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 819 milliseconds