Searched refs:vB (Results 1 - 16 of 16) sorted by relevance

/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, uint vB);
[all...]
H A Drtasm_ppc.c294 unsigned vB:5; member in struct:vx_inst::__anon13730
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
307 inst.inst.vB = vB;
313 printf(format, vD, vB, vA);
315 printf(format, vD, vA, vB);
326 unsigned vB:5; member in struct:vxr_inst::__anon13731
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
340 inst.inst.vB = vB;
357 unsigned vB: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
652 ppc_vexptefp(struct ppc_function *p, uint vD, uint vB) argument
659 ppc_vlogefp(struct ppc_function *p, uint vD, uint vB) argument
666 ppc_vrefp(struct ppc_function *p, uint vD, uint vB) argument
673 ppc_vrsqrtefp(struct ppc_function *p, uint vD, uint vB) argument
680 ppc_vrfim(struct ppc_function *p, uint vD, uint vB) argument
687 ppc_vrfip(struct ppc_function *p, uint vD, uint vB) argument
694 ppc_vrfin(struct ppc_function *p, uint vD, uint vB) argument
701 ppc_vrfiz(struct ppc_function *p, uint vD, 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
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
820 ppc_vspltb(struct ppc_function *p, uint vD, uint vB, uint imm) argument
827 ppc_vsplthw(struct ppc_function *p, uint vD, uint vB, uint imm) argument
834 ppc_vspltw(struct ppc_function *p, uint vD, uint vB, uint imm) 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, uint vB);
[all...]
H A Drtasm_ppc.c294 unsigned vB:5; member in struct:vx_inst::__anon27141
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
307 inst.inst.vB = vB;
313 printf(format, vD, vB, vA);
315 printf(format, vD, vA, vB);
326 unsigned vB:5; member in struct:vxr_inst::__anon27142
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
340 inst.inst.vB = vB;
357 unsigned vB: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
652 ppc_vexptefp(struct ppc_function *p, uint vD, uint vB) argument
659 ppc_vlogefp(struct ppc_function *p, uint vD, uint vB) argument
666 ppc_vrefp(struct ppc_function *p, uint vD, uint vB) argument
673 ppc_vrsqrtefp(struct ppc_function *p, uint vD, uint vB) argument
680 ppc_vrfim(struct ppc_function *p, uint vD, uint vB) argument
687 ppc_vrfip(struct ppc_function *p, uint vD, uint vB) argument
694 ppc_vrfin(struct ppc_function *p, uint vD, uint vB) argument
701 ppc_vrfiz(struct ppc_function *p, uint vD, 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
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
820 ppc_vspltb(struct ppc_function *p, uint vD, uint vB, uint imm) argument
827 ppc_vsplthw(struct ppc_function *p, uint vD, uint vB, uint imm) argument
834 ppc_vspltw(struct ppc_function *p, uint vD, uint vB, uint imm) argument
850 ppc_vslw(struct ppc_function *p, uint vD, uint vA, uint vB) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSCCP.java306 int vB = ((CstInteger) cB).getValue();
309 constantSuccessor = (vA == vB);
312 constantSuccessor = (vA != vB);
315 constantSuccessor = (vA < vB);
318 constantSuccessor = (vA >= vB);
321 constantSuccessor = (vA <= vB);
324 constantSuccessor = (vA > vB);
403 int vB = ((CstInteger) cB).getValue();
407 vR = vA + vB;
412 vR = vB
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c12202 IRTemp vB = newTemp(Ity_V128); local
12208 assign( vB, getVReg(vB_addr));
12209 putGST( PPC_GST_VSCR, unop(Iop_V128to32, mkexpr(vB)) );
13295 IRTemp vB = newTemp(Ity_V128); local
13296 assign( vB, getVReg(vRB_addr));
13306 putVReg( vRT_addr, unop(Iop_Clz8Sx16, mkexpr( vB ) ) );
13311 putVReg( vRT_addr, unop(Iop_Clz16Sx8, mkexpr( vB ) ) );
13316 putVReg( vRT_addr, unop(Iop_Clz32Sx4, mkexpr( vB ) ) );
13321 putVReg( vRT_addr, unop(Iop_Clz64x2, mkexpr( vB ) ) );
13336 breakV128to4x32(mkexpr( vB),
14586 do_vvec_fp_cmp( IRTemp vA, IRTemp vB, UChar XT, UChar flag_rC, ppc_cmp_t cmp_type ) argument
14683 IRTemp vB = newTemp( Ity_V128 ); local
14778 IRTemp vB = newTemp( Ity_V128 ); local
14988 IRTemp vB = newTemp( Ity_V128 ); local
15293 IRTemp vB = newTemp( Ity_V128 ); local
15632 IRTemp vB = newTemp(Ity_V128); local
16139 IRTemp vB = newTemp(Ity_V128); local
16218 IRTemp vB = newTemp(Ity_V128); local
16328 IRTemp vB = newTemp(Ity_V128); local
16593 IRTemp vB = newTemp(Ity_V128); local
16647 IRTemp vB = newTemp(Ity_V128); local
16811 IRTemp vB = newTemp(Ity_V128); local
17028 IRTemp vB = newTemp(Ity_V128); local
17346 IRTemp vB = newTemp(Ity_V128); local
17531 IRTemp vB = newTemp(Ity_V128); local
17733 IRTemp vB = newTemp(Ity_V128); local
17779 IRTemp vB = newTemp(Ity_V128); local
17898 IRTemp vB = newTemp(Ity_V128); local
17988 IRTemp vB = newTemp(Ity_V128); local
[all...]
H A Dhost_ppc_defs.c5094 load -0.0 (0x8000_0000) to each 32-bit word of vB
5097 UInt vB = 29; // XXX: Using v29 for temp do not change local
5103 // vspltisw vB,0x1F (0x1F => each word of vB)
5104 p = mkFormVX( p, 4, vB, konst, 0, 908 );
5106 // vslw vB,vB,vB (each word of vB = (0x1F << 0x1F) = 0x80000000
5107 p = mkFormVX( p, 4, vB, v
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp1198 const LValue *vB = intf->getValue(); local
1202 if (vA->compound | vB->compound) {
1205 for (Value::DefCIterator d = vB->defs.begin(); d != vB->defs.end(); ++d) {
1217 assert(vB->compound);
1218 mask &= vd->compMask & vB->compMask;
1229 vB->compMask, intf->reg & ~7, mask);
1237 vA->id, vB->id, intf->reg, intf->colors);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp1198 const LValue *vB = intf->getValue(); local
1202 if (vA->compound | vB->compound) {
1205 for (Value::DefCIterator d = vB->defs.begin(); d != vB->defs.end(); ++d) {
1217 assert(vB->compound);
1218 mask &= vd->compMask & vB->compMask;
1229 vB->compMask, intf->reg & ~7, mask);
1237 vA->id, vB->id, intf->reg, intf->colors);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_N.c354 vector unsigned short vR, vG, vB; local
361 vB = vec_sl((vector unsigned short)vsrc, v3);
362 vG = vec_sl(vB, v2);
365 vdst1 = vec_perm(vdst1, (vector unsigned char)vB, vblue1);
371 vdst2 = vec_perm(vdst2, (vector unsigned char)vB, vblue2);
499 vector unsigned short vR, vG, vB; local
506 vB = vec_sl((vector unsigned short)vsrc, v3);
507 vG = vec_sl(vB, v3);
510 vdst1 = vec_perm(vdst1, (vector unsigned char)vB, vblue1);
516 vdst2 = vec_perm(vdst2, (vector unsigned char)vB, vblue
[all...]
H A DSDL_blit_A.c883 vector unsigned short vR, vG, vB; local
899 vB = vec_sl((vector unsigned short)voverflow, v3_16);
900 vG = vec_sl(vB, v2_16);
902 vdst1 = vec_perm(vdst1, (vector unsigned char)vB, vblue1);
905 vdst2 = vec_perm(vdst2, (vector unsigned char)vB, vblue2);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding_unittest.cc978 std::string vB = WrappedEncodeVarInt(static_cast<int64>(n)); local
980 EXPECT_EQ(vA.size(), vB.size());
981 EXPECT_EQ(*vA.begin(), *vB.begin());
/external/mksh/src/
H A Dedit.c3387 #define vB 0x20 /* bad command (^@) */ macro
3391 #define is_bad(c) (classify[(c)&0x7f]&vB)
3403 vB, 0, 0, 0, 0, vC|vU, vC|vZ, 0,
/external/chromium_org/tools/findit/common/
H A Dcacert.pem1795 xHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV
/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 837 milliseconds