Home
last modified time | relevance | path

Searched refs:tcg_gen_st_vec (Results 1 – 3 of 3) sorted by relevance

/qemu/tcg/
H A Dtcg-op-gvec.c1043 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2_vec()
1063 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2i_vec()
1082 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2s_vec()
1103 tcg_gen_st_vec(t2, tcg_env, dofs + i); in expand_3_vec()
1129 tcg_gen_st_vec(t2, tcg_env, dofs + i); in expand_3i_vec()
1131 tcg_gen_st_vec(t0, tcg_env, aofs + i); in expand_3i_vec()
1153 tcg_gen_st_vec(t0, tcg_env, dofs + i); in expand_4_vec()
1180 tcg_gen_st_vec(t0, tcg_env, dofs + i); in expand_4i_vec()
3126 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2sh_vec()
3711 tcg_gen_st_vec(t2, tcg_env, dofs + i); in expand_cmp_vec()
[all …]
H A Dtcg-op-vec.c282 void tcg_gen_st_vec(TCGv_vec r, TCGv_ptr b, TCGArg o) in tcg_gen_st_vec() function
/qemu/include/tcg/
H A Dtcg-op-common.h465 void tcg_gen_st_vec(TCGv_vec r, TCGv_ptr base, TCGArg offset);