Searched refs:mkFormVX (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.c | 3667 static UChar* mkFormVX ( UChar* p, UInt opc1, UInt r1, UInt r2, in mkFormVX() function 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() 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() 4917 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host ); in emit_PPCInstr() 4971 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host ); in emit_PPCInstr() [all …]
|