Searched refs:v_srcR (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.c | 4849 UInt v_srcR = vregEnc(i->Pin.AvBinary.srcR); in emit_PPCInstr() local 4852 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1036, endness_host ); // vslo in emit_PPCInstr() 4853 p = mkFormVX( p, 4, v_dst, v_dst, v_srcR, 452, endness_host ); // vsl in emit_PPCInstr() 4857 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1100, endness_host ); // vsro in emit_PPCInstr() 4858 p = mkFormVX( p, 4, v_dst, v_dst, v_srcR, 708, endness_host ); // vsr in emit_PPCInstr() 4869 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host ); in emit_PPCInstr() 4876 UInt v_srcR = vregEnc(i->Pin.AvBin8x16.srcR); in emit_PPCInstr() local 4917 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host ); in emit_PPCInstr() 4924 UInt v_srcR = vregEnc(i->Pin.AvBin16x8.srcR); in emit_PPCInstr() local 4971 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host ); in emit_PPCInstr() [all …]
|