Home
last modified time | relevance | path

Searched refs:tcg_gen_dup_i32_vec (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h412 #define tcg_gen_dup_tl_vec tcg_gen_dup_i32_vec
H A Dtcg-op-common.h417 void tcg_gen_dup_i32_vec(unsigned vece, TCGv_vec, TCGv_i32);
/openbmc/qemu/tcg/
H A Dtcg-op-vec.c247 void tcg_gen_dup_i32_vec(unsigned vece, TCGv_vec r, TCGv_i32 a) in tcg_gen_dup_i32_vec() function
H A Dtcg-op-gvec.c599 tcg_gen_dup_i32_vec(vece, t_vec, in_32); in do_dup()
3292 tcg_gen_dup_i32_vec(vece, v_shift, shift); in do_gvec_shifts()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc4462 tcg_gen_dup_i32_vec(vece, t, lsh);