Searched defs:vB (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.c294 unsigned vB:5; member in struct:vx_inst::__anon14469
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::__anon14470
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::__anon14471
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/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/valgrind/VEX/priv/
H A Dhost_ppc_defs.c5144 load -0.0 (0x8000_0000) to each 32-bit word of vB
5147 UInt vB = 29; // XXX: Using v29 for temp do not change local
5153 // vspltisw vB,0x1F (0x1F => each word of vB)
5154 p = mkFormVX( p, 4, vB, konst, 0, 908, endness_host );
5156 // vslw vB,vB,vB (each word of vB = (0x1F << 0x1F) = 0x80000000
5157 p = mkFormVX( p, 4, vB, v
[all...]
H A Dguest_ppc_toIR.c12632 IRTemp vB = newTemp(Ity_V128); local
12638 assign( vB, getVReg(vB_addr));
12639 putGST( PPC_GST_VSCR, unop(Iop_V128to32, mkexpr(vB)) );
13725 IRTemp vB = newTemp(Ity_V128); local
13726 assign( vB, getVReg(vRB_addr));
13736 putVReg( vRT_addr, unop(Iop_Clz8x16, mkexpr( vB ) ) );
13741 putVReg( vRT_addr, unop(Iop_Clz16x8, mkexpr( vB ) ) );
13746 putVReg( vRT_addr, unop(Iop_Clz32x4, mkexpr( vB ) ) );
13751 putVReg( vRT_addr, unop(Iop_Clz64x2, mkexpr( vB ) ) );
13766 breakV128to4x32(mkexpr( vB),
15016 do_vvec_fp_cmp( IRTemp vA, IRTemp vB, UChar XT, UChar flag_rC, ppc_cmp_t cmp_type ) argument
15113 IRTemp vB = newTemp( Ity_V128 ); local
15209 IRTemp vB = newTemp( Ity_V128 ); local
15454 IRTemp vB = newTemp( Ity_V128 ); local
15768 IRTemp vB = newTemp( Ity_V128 ); local
16150 IRTemp vB = newTemp(Ity_V128); local
16657 IRTemp vB = newTemp(Ity_V128); local
16736 IRTemp vB = newTemp(Ity_V128); local
16846 IRTemp vB = newTemp(Ity_V128); local
17111 IRTemp vB = newTemp(Ity_V128); local
17165 IRTemp vB = newTemp(Ity_V128); local
17329 IRTemp vB = newTemp(Ity_V128); local
17546 IRTemp vB = newTemp(Ity_V128); local
17864 IRTemp vB = newTemp(Ity_V128); local
18049 IRTemp vB = newTemp(Ity_V128); local
18251 IRTemp vB = newTemp(Ity_V128); local
18297 IRTemp vB = newTemp(Ity_V128); local
18416 IRTemp vB = newTemp(Ity_V128); local
18506 IRTemp vB = newTemp(Ity_V128); local
[all...]
/external/mksh/src/
H A Dedit.c3394 #define vB 0x20 /* bad command (^@) */ macro
3398 #define is_bad(c) (classify[(c)&0x7f]&vB)
3410 vB, 0, 0, 0, 0, vC|vU, vC|vZ, 0,
/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/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 955 milliseconds