Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c1035 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2_vec()
1055 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2i_vec()
1074 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2s_vec()
1095 tcg_gen_st_vec(t2, tcg_env, dofs + i); in expand_3_vec()
1120 tcg_gen_st_vec(t2, tcg_env, dofs + i); in expand_3i_vec()
1141 tcg_gen_st_vec(t0, tcg_env, dofs + i); in expand_4_vec()
1143 tcg_gen_st_vec(t1, tcg_env, aofs + i); in expand_4_vec()
1168 tcg_gen_st_vec(t0, tcg_env, dofs + i); in expand_4i_vec()
3112 tcg_gen_st_vec(t1, tcg_env, dofs + i); in expand_2sh_vec()
3697 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
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h465 void tcg_gen_st_vec(TCGv_vec r, TCGv_ptr base, TCGArg offset);