Lines Matching refs:tcg_env

137     tcg_gen_addi_ptr(a0, tcg_env, dofs);  in tcg_gen_gvec_2_ool()
138 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_2_ool()
158 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_2i_ool()
159 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_2i_ool()
179 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_3_ool()
180 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_3_ool()
181 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_3_ool()
203 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_4_ool()
204 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_4_ool()
205 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_4_ool()
206 tcg_gen_addi_ptr(a3, tcg_env, cofs); in tcg_gen_gvec_4_ool()
230 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_5_ool()
231 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_5_ool()
232 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_5_ool()
233 tcg_gen_addi_ptr(a3, tcg_env, cofs); in tcg_gen_gvec_5_ool()
234 tcg_gen_addi_ptr(a4, tcg_env, xofs); in tcg_gen_gvec_5_ool()
257 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_2_ptr()
258 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_2_ptr()
279 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_3_ptr()
280 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_3_ptr()
281 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_3_ptr()
305 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_4_ptr()
306 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_4_ptr()
307 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_4_ptr()
308 tcg_gen_addi_ptr(a3, tcg_env, cofs); in tcg_gen_gvec_4_ptr()
334 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_5_ptr()
335 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_5_ptr()
336 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_5_ptr()
337 tcg_gen_addi_ptr(a3, tcg_env, cofs); in tcg_gen_gvec_5_ptr()
338 tcg_gen_addi_ptr(a4, tcg_env, eofs); in tcg_gen_gvec_5_ptr()
499 tcg_gen_stl_vec(t_vec, tcg_env, dofs + i, TCG_TYPE_V64); in do_dup_store()
511 tcg_gen_stl_vec(t_vec, tcg_env, dofs + i, TCG_TYPE_V256); in do_dup_store()
516 tcg_gen_stl_vec(t_vec, tcg_env, dofs + i, TCG_TYPE_V128); in do_dup_store()
521 tcg_gen_stl_vec(t_vec, tcg_env, dofs + i, TCG_TYPE_V64); in do_dup_store()
621 tcg_gen_st_i32(t_32, tcg_env, dofs + i); in do_dup()
628 tcg_gen_st_i64(t_64, tcg_env, dofs + i); in do_dup()
637 tcg_gen_addi_ptr(t_ptr, tcg_env, dofs); in do_dup()
725 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in expand_2_i32()
727 tcg_gen_ld_i32(t1, tcg_env, dofs + i); in expand_2_i32()
730 tcg_gen_st_i32(t1, tcg_env, dofs + i); in expand_2_i32()
745 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in expand_2i_i32()
747 tcg_gen_ld_i32(t1, tcg_env, dofs + i); in expand_2i_i32()
750 tcg_gen_st_i32(t1, tcg_env, dofs + i); in expand_2i_i32()
765 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in expand_2s_i32()
771 tcg_gen_st_i32(t1, tcg_env, dofs + i); in expand_2s_i32()
788 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in expand_3_i32()
789 tcg_gen_ld_i32(t1, tcg_env, bofs + i); in expand_3_i32()
791 tcg_gen_ld_i32(t2, tcg_env, dofs + i); in expand_3_i32()
794 tcg_gen_st_i32(t2, tcg_env, dofs + i); in expand_3_i32()
812 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in expand_3i_i32()
813 tcg_gen_ld_i32(t1, tcg_env, bofs + i); in expand_3i_i32()
815 tcg_gen_ld_i32(t2, tcg_env, dofs + i); in expand_3i_i32()
818 tcg_gen_st_i32(t2, tcg_env, dofs + i); in expand_3i_i32()
820 tcg_gen_st_i32(t0, tcg_env, aofs + i); in expand_3i_i32()
840 tcg_gen_ld_i32(t1, tcg_env, aofs + i); in expand_4_i32()
841 tcg_gen_ld_i32(t2, tcg_env, bofs + i); in expand_4_i32()
842 tcg_gen_ld_i32(t3, tcg_env, cofs + i); in expand_4_i32()
844 tcg_gen_st_i32(t0, tcg_env, dofs + i); in expand_4_i32()
846 tcg_gen_st_i32(t1, tcg_env, aofs + i); in expand_4_i32()
867 tcg_gen_ld_i32(t1, tcg_env, aofs + i); in expand_4i_i32()
868 tcg_gen_ld_i32(t2, tcg_env, bofs + i); in expand_4i_i32()
869 tcg_gen_ld_i32(t3, tcg_env, cofs + i); in expand_4i_i32()
871 tcg_gen_st_i32(t0, tcg_env, dofs + i); in expand_4i_i32()
888 tcg_gen_ld_i64(t0, tcg_env, aofs + i); in expand_2_i64()
890 tcg_gen_ld_i64(t1, tcg_env, dofs + i); in expand_2_i64()
893 tcg_gen_st_i64(t1, tcg_env, dofs + i); in expand_2_i64()
908 tcg_gen_ld_i64(t0, tcg_env, aofs + i); in expand_2i_i64()
910 tcg_gen_ld_i64(t1, tcg_env, dofs + i); in expand_2i_i64()
913 tcg_gen_st_i64(t1, tcg_env, dofs + i); in expand_2i_i64()
928 tcg_gen_ld_i64(t0, tcg_env, aofs + i); in expand_2s_i64()
934 tcg_gen_st_i64(t1, tcg_env, dofs + i); in expand_2s_i64()
951 tcg_gen_ld_i64(t0, tcg_env, aofs + i); in expand_3_i64()
952 tcg_gen_ld_i64(t1, tcg_env, bofs + i); in expand_3_i64()
954 tcg_gen_ld_i64(t2, tcg_env, dofs + i); in expand_3_i64()
957 tcg_gen_st_i64(t2, tcg_env, dofs + i); in expand_3_i64()
975 tcg_gen_ld_i64(t0, tcg_env, aofs + i); in expand_3i_i64()
976 tcg_gen_ld_i64(t1, tcg_env, bofs + i); in expand_3i_i64()
978 tcg_gen_ld_i64(t2, tcg_env, dofs + i); in expand_3i_i64()
981 tcg_gen_st_i64(t2, tcg_env, dofs + i); in expand_3i_i64()
983 tcg_gen_st_i64(t0, tcg_env, aofs + i); in expand_3i_i64()
1003 tcg_gen_ld_i64(t1, tcg_env, aofs + i); in expand_4_i64()
1004 tcg_gen_ld_i64(t2, tcg_env, bofs + i); in expand_4_i64()
1005 tcg_gen_ld_i64(t3, tcg_env, cofs + i); in expand_4_i64()
1007 tcg_gen_st_i64(t0, tcg_env, dofs + i); in expand_4_i64()
1009 tcg_gen_st_i64(t1, tcg_env, aofs + i); in expand_4_i64()
1030 tcg_gen_ld_i64(t1, tcg_env, aofs + i); in expand_4i_i64()
1031 tcg_gen_ld_i64(t2, tcg_env, bofs + i); in expand_4i_i64()
1032 tcg_gen_ld_i64(t3, tcg_env, cofs + i); in expand_4i_i64()
1034 tcg_gen_st_i64(t0, tcg_env, dofs + i); in expand_4i_i64()
1052 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_2_vec()
1054 tcg_gen_ld_vec(t1, tcg_env, dofs + i); in expand_2_vec()
1057 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2_vec()
1072 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_2i_vec()
1074 tcg_gen_ld_vec(t1, tcg_env, dofs + i); in expand_2i_vec()
1077 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2i_vec()
1090 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_2s_vec()
1096 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2s_vec()
1111 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_3_vec()
1112 tcg_gen_ld_vec(t1, tcg_env, bofs + i); in expand_3_vec()
1114 tcg_gen_ld_vec(t2, tcg_env, dofs + i); in expand_3_vec()
1117 tcg_gen_st_vec(t2, tcg_env, dofs + i); in expand_3_vec()
1137 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_3i_vec()
1138 tcg_gen_ld_vec(t1, tcg_env, bofs + i); in expand_3i_vec()
1140 tcg_gen_ld_vec(t2, tcg_env, dofs + i); in expand_3i_vec()
1143 tcg_gen_st_vec(t2, tcg_env, dofs + i); in expand_3i_vec()
1145 tcg_gen_st_vec(t0, tcg_env, aofs + i); in expand_3i_vec()
1163 tcg_gen_ld_vec(t1, tcg_env, aofs + i); in expand_4_vec()
1164 tcg_gen_ld_vec(t2, tcg_env, bofs + i); in expand_4_vec()
1165 tcg_gen_ld_vec(t3, tcg_env, cofs + i); in expand_4_vec()
1167 tcg_gen_st_vec(t0, tcg_env, dofs + i); in expand_4_vec()
1169 tcg_gen_st_vec(t1, tcg_env, aofs + i); in expand_4_vec()
1190 tcg_gen_ld_vec(t1, tcg_env, aofs + i); in expand_4i_vec()
1191 tcg_gen_ld_vec(t2, tcg_env, bofs + i); in expand_4i_vec()
1192 tcg_gen_ld_vec(t3, tcg_env, cofs + i); in expand_4i_vec()
1194 tcg_gen_st_vec(t0, tcg_env, dofs + i); in expand_4i_vec()
1733 tcg_gen_dup_mem_vec(vece, t_vec, tcg_env, aofs); in tcg_gen_gvec_dup_mem()
1739 tcg_gen_ld8u_i32(in, tcg_env, aofs); in tcg_gen_gvec_dup_mem()
1742 tcg_gen_ld16u_i32(in, tcg_env, aofs); in tcg_gen_gvec_dup_mem()
1745 tcg_gen_ld_i32(in, tcg_env, aofs); in tcg_gen_gvec_dup_mem()
1752 tcg_gen_ld_i64(in, tcg_env, aofs); in tcg_gen_gvec_dup_mem()
1764 tcg_gen_ld_vec(in, tcg_env, aofs); in tcg_gen_gvec_dup_mem()
1766 tcg_gen_st_vec(in, tcg_env, dofs + i); in tcg_gen_gvec_dup_mem()
1772 tcg_gen_ld_i64(in0, tcg_env, aofs); in tcg_gen_gvec_dup_mem()
1773 tcg_gen_ld_i64(in1, tcg_env, aofs + 8); in tcg_gen_gvec_dup_mem()
1775 tcg_gen_st_i64(in0, tcg_env, dofs + i); in tcg_gen_gvec_dup_mem()
1776 tcg_gen_st_i64(in1, tcg_env, dofs + i + 8); in tcg_gen_gvec_dup_mem()
1793 tcg_gen_ld_vec(in, tcg_env, aofs); in tcg_gen_gvec_dup_mem()
1795 tcg_gen_st_vec(in, tcg_env, dofs + i); in tcg_gen_gvec_dup_mem()
1801 tcg_gen_ld_vec(in0, tcg_env, aofs); in tcg_gen_gvec_dup_mem()
1802 tcg_gen_ld_vec(in1, tcg_env, aofs + 16); in tcg_gen_gvec_dup_mem()
1804 tcg_gen_st_vec(in0, tcg_env, dofs + i); in tcg_gen_gvec_dup_mem()
1805 tcg_gen_st_vec(in1, tcg_env, dofs + i + 16); in tcg_gen_gvec_dup_mem()
1813 tcg_gen_ld_i64(in[j], tcg_env, aofs + j * 8); in tcg_gen_gvec_dup_mem()
1817 tcg_gen_st_i64(in[j], tcg_env, dofs + i + j * 8); in tcg_gen_gvec_dup_mem()
3138 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_2sh_vec()
3140 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2sh_vec()
3245 tcg_gen_addi_ptr(a0, tcg_env, dofs); in do_gvec_shifts()
3246 tcg_gen_addi_ptr(a1, tcg_env, aofs); in do_gvec_shifts()
3687 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in expand_cmp_i32()
3688 tcg_gen_ld_i32(t1, tcg_env, bofs + i); in expand_cmp_i32()
3690 tcg_gen_st_i32(t0, tcg_env, dofs + i); in expand_cmp_i32()
3704 tcg_gen_ld_i64(t0, tcg_env, aofs + i); in expand_cmp_i64()
3705 tcg_gen_ld_i64(t1, tcg_env, bofs + i); in expand_cmp_i64()
3707 tcg_gen_st_i64(t0, tcg_env, dofs + i); in expand_cmp_i64()
3722 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_cmp_vec()
3723 tcg_gen_ld_vec(t1, tcg_env, bofs + i); in expand_cmp_vec()
3725 tcg_gen_st_vec(t2, tcg_env, dofs + i); in expand_cmp_vec()
3850 tcg_gen_ld_vec(t1, tcg_env, aofs + i); in expand_cmps_vec()
3852 tcg_gen_st_vec(t0, tcg_env, dofs + i); in expand_cmps_vec()
3945 tcg_gen_ld_i64(t0, tcg_env, aofs + i); in tcg_gen_gvec_cmps()
3947 tcg_gen_st_i64(t0, tcg_env, dofs + i); in tcg_gen_gvec_cmps()
3957 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in tcg_gen_gvec_cmps()
3959 tcg_gen_st_i32(t0, tcg_env, dofs + i); in tcg_gen_gvec_cmps()