Searched refs:tcg_gen_ld_vec (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 1051 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_2_vec() 1053 tcg_gen_ld_vec(t1, tcg_env, dofs + i); in expand_2_vec() 1071 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_2i_vec() 1073 tcg_gen_ld_vec(t1, tcg_env, dofs + i); in expand_2i_vec() 1089 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_2s_vec() 1110 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_3_vec() 1111 tcg_gen_ld_vec(t1, tcg_env, bofs + i); in expand_3_vec() 1113 tcg_gen_ld_vec(t2, tcg_env, dofs + i); in expand_3_vec() 1136 tcg_gen_ld_vec(t0, tcg_env, aofs + i); in expand_3i_vec() 1137 tcg_gen_ld_vec(t1, tcg_env, bofs + i); in expand_3i_vec() [all …]
|
H A D | tcg-op-vec.c | 277 void tcg_gen_ld_vec(TCGv_vec r, TCGv_ptr b, TCGArg o) in tcg_gen_ld_vec() function
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 464 void tcg_gen_ld_vec(TCGv_vec r, TCGv_ptr base, TCGArg offset);
|