Searched refs:v_srcL (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.c | 4848 UInt v_srcL = vregEnc(i->Pin.AvBinary.srcL); in emit_PPCInstr() local 4852 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1036, endness_host ); // vslo in emit_PPCInstr() 4857 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1100, endness_host ); // vsro in emit_PPCInstr() 4869 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host ); in emit_PPCInstr() 4875 UInt v_srcL = vregEnc(i->Pin.AvBin8x16.srcL); in emit_PPCInstr() local 4917 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host ); in emit_PPCInstr() 4923 UInt v_srcL = vregEnc(i->Pin.AvBin16x8.srcL); in emit_PPCInstr() local 4971 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host ); in emit_PPCInstr() 4977 UInt v_srcL = vregEnc(i->Pin.AvBin32x4.srcL); in emit_PPCInstr() local 5030 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host ); in emit_PPCInstr() [all …]
|