Searched refs:vA (Results 1 - 21 of 21) 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::__anon13730
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::__anon13731
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::__anon13732
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::__anon27141
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::__anon27142
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::__anon27143
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/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 701 milliseconds