Searched refs:tcg_gen_stl_vec (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 287 void tcg_gen_stl_vec(TCGv_vec r, TCGv_ptr b, TCGArg o, TCGType low_type) in tcg_gen_stl_vec() function
|
H A D | tcg-op-gvec.c | 498 tcg_gen_stl_vec(t_vec, tcg_env, dofs + i, TCG_TYPE_V64); in do_dup_store() 510 tcg_gen_stl_vec(t_vec, tcg_env, dofs + i, TCG_TYPE_V256); in do_dup_store() 515 tcg_gen_stl_vec(t_vec, tcg_env, dofs + i, TCG_TYPE_V128); in do_dup_store() 520 tcg_gen_stl_vec(t_vec, tcg_env, dofs + i, TCG_TYPE_V64); in do_dup_store()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 466 void tcg_gen_stl_vec(TCGv_vec r, TCGv_ptr base, TCGArg offset, TCGType t);
|