Lines Matching refs:v_src
4814 UInt v_src = vregEnc(i->Pin.AvUnary.src); in emit_PPCInstr() local
4837 p = mkFormVX( p, 4, v_dst, v_src, v_src, opc2, endness_host ); in emit_PPCInstr()
4840 p = mkFormVX( p, 4, v_dst, 0, v_src, opc2, endness_host ); in emit_PPCInstr()
5067 UInt v_src = vregEnc(i->Pin.AvCipherV128Unary.src); in emit_PPCInstr() local
5074 p = mkFormVX( p, 4, v_dst, v_src, 0, opc2, endness_host ); in emit_PPCInstr()
5095 UInt v_src = vregEnc(i->Pin.AvHashV128Binary.src); in emit_PPCInstr() local
5104 p = mkFormVX( p, 4, v_dst, v_src, s_field->Pri.Imm, opc2, endness_host ); in emit_PPCInstr()
5181 UInt v_src = vregEnc(i->Pin.AvUn32Fx4.src); in emit_PPCInstr() local
5197 p = mkFormVX( p, 4, v_dst, 0, v_src, opc2, endness_host ); in emit_PPCInstr()
5256 UInt v_src, opc2; in emit_PPCInstr() local
5272 v_src = vregEnc(i->Pin.AvSplat.src->Pvi.Reg); in emit_PPCInstr()
5274 p = mkFormVX( p, 4, v_dst, lowest_lane, v_src, opc2, endness_host ); in emit_PPCInstr()
5281 UInt v_src = vregEnc(i->Pin.AvCMov.src); in emit_PPCInstr() local
5284 if (v_dst == v_src) goto done; in emit_PPCInstr()
5295 p = mkFormVX( p, 4, v_dst, v_src, v_src, 1156, endness_host ); in emit_PPCInstr()
5300 UInt v_src = vregEnc(i->Pin.AvLdVSCR.src); in emit_PPCInstr() local
5301 p = mkFormVX( p, 4, 0, 0, v_src, 1604, endness_host ); in emit_PPCInstr()