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.h398 #define tcg_gen_dup_tl_vec tcg_gen_dup_i32_vec
H A Dtcg-op-common.h412 void tcg_gen_dup_i32_vec(unsigned vece, TCGv_vec, TCGv_i32);
/openbmc/qemu/tcg/
H A Dtcg-op-vec.c246 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.c557 tcg_gen_dup_i32_vec(vece, t_vec, in_32); in do_dup()
3170 tcg_gen_dup_i32_vec(vece, v_shift, shift); in do_gvec_shifts()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc3812 tcg_gen_dup_i32_vec(vece, t, lsh);