• Home
  • Raw
  • Download

Lines Matching refs:v_src

5244       UInt v_src = vregEnc(i->Pin.AvUnary.src);  in emit_PPCInstr()  local
5280 p = mkFormVX( p, 4, v_dst, v_src, v_src, opc2, endness_host ); in emit_PPCInstr()
5288 p = mkFormVX( p, 4, v_dst, 0, v_src, 590, endness_host );// vupkhsh in emit_PPCInstr()
5310 p = mkFormVX_BX_TX( p, 60, v_dst, opc3, v_src, opc2, endness_host ); in emit_PPCInstr()
5313 p = mkFormVX( p, 4, v_dst, 0, v_src, (1<<10 | 385), endness_host ); in emit_PPCInstr()
5317 p = mkFormVX( p, 4, v_dst, v_src, 0, opc2, endness_host ); in emit_PPCInstr()
5320 p = mkFormVX( p, 4, v_dst, 28, v_src, opc2, endness_host ); in emit_PPCInstr()
5323 p = mkFormVX( p, 4, v_dst, 29, v_src, opc2, endness_host ); in emit_PPCInstr()
5326 p = mkFormVX( p, 4, v_dst, 30, v_src, opc2, endness_host ); in emit_PPCInstr()
5329 p = mkFormVX( p, 4, v_dst, 31, v_src, opc2, endness_host ); in emit_PPCInstr()
5332 p = mkFormVX( p, 4, v_dst, 0, v_src, opc2, endness_host ); in emit_PPCInstr()
5617 UInt v_src = vregEnc(i->Pin.AvCipherV128Unary.src); in emit_PPCInstr() local
5624 p = mkFormVX( p, 4, v_dst, v_src, 0, opc2, endness_host ); in emit_PPCInstr()
5645 UInt v_src = vregEnc(i->Pin.AvHashV128Binary.src); in emit_PPCInstr() local
5654 p = mkFormVX( p, 4, v_dst, v_src, s_field->Pri.Imm, opc2, endness_host ); in emit_PPCInstr()
5733 UInt v_src = vregEnc(i->Pin.AvUn32Fx4.src); in emit_PPCInstr() local
5749 p = mkFormVX( p, 4, v_dst, 0, v_src, opc2, endness_host ); in emit_PPCInstr()
5808 UInt v_src, opc2; in emit_PPCInstr() local
5824 v_src = vregEnc(i->Pin.AvSplat.src->Pvi.Reg); in emit_PPCInstr()
5826 p = mkFormVX( p, 4, v_dst, lowest_lane, v_src, opc2, endness_host ); in emit_PPCInstr()
5833 UInt v_src = vregEnc(i->Pin.AvCMov.src); in emit_PPCInstr() local
5836 if (v_dst == v_src) goto done; in emit_PPCInstr()
5847 p = mkFormVX( p, 4, v_dst, v_src, v_src, 1156, endness_host ); in emit_PPCInstr()
5852 UInt v_src = vregEnc(i->Pin.AvLdVSCR.src); in emit_PPCInstr() local
5853 p = mkFormVX( p, 4, 0, 0, v_src, 1604, endness_host ); in emit_PPCInstr()