Lines Matching defs:vB

294       unsigned vB:5;  member
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, in emit_vx()
326 unsigned vB:5; member
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, in emit_vxr()
357 unsigned vB:5; member
364 emit_va(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, uint vC, in emit_va()
587 ppc_vaddfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vaddfp()
594 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vsubfp()
601 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vminfp()
608 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vmaxfp()
615 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) in ppc_vmaddfp()
623 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) in ppc_vnmsubfp()
631 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vcmpgtfpx()
638 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vcmpgefpx()
645 ppc_vcmpeqfpx(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vcmpeqfpx()
652 ppc_vexptefp(struct ppc_function *p, uint vD, uint vB) in ppc_vexptefp()
659 ppc_vlogefp(struct ppc_function *p, uint vD, uint vB) in ppc_vlogefp()
666 ppc_vrefp(struct ppc_function *p, uint vD, uint vB) in ppc_vrefp()
673 ppc_vrsqrtefp(struct ppc_function *p, uint vD, uint vB) in ppc_vrsqrtefp()
680 ppc_vrfim(struct ppc_function *p, uint vD, uint vB) in ppc_vrfim()
687 ppc_vrfip(struct ppc_function *p, uint vD, uint vB) in ppc_vrfip()
694 ppc_vrfin(struct ppc_function *p, uint vD, uint vB) in ppc_vrfin()
701 ppc_vrfiz(struct ppc_function *p, uint vD, uint vB) in ppc_vrfiz()
736 ppc_vand(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vand()
743 ppc_vandc(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vandc()
750 ppc_vor(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vor()
757 ppc_vnor(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vnor()
764 ppc_vxor(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vxor()
806 ppc_vperm(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) in ppc_vperm()
813 ppc_vsel(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) in ppc_vsel()
820 ppc_vspltb(struct ppc_function *p, uint vD, uint vB, uint imm) in ppc_vspltb()
827 ppc_vsplthw(struct ppc_function *p, uint vD, uint vB, uint imm) in ppc_vsplthw()
834 ppc_vspltw(struct ppc_function *p, uint vD, uint vB, uint imm) in ppc_vspltw()
850 ppc_vslw(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vslw()