Searched refs:tcg_gen_dup_i32_vec (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 398 #define tcg_gen_dup_tl_vec tcg_gen_dup_i32_vec
|
H A D | tcg-op-common.h | 412 void tcg_gen_dup_i32_vec(unsigned vece, TCGv_vec, TCGv_i32);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 246 void tcg_gen_dup_i32_vec(unsigned vece, TCGv_vec r, TCGv_i32 a) in tcg_gen_dup_i32_vec() function
|
H A D | tcg-op-gvec.c | 570 tcg_gen_dup_i32_vec(vece, t_vec, in_32); in do_dup() 3197 tcg_gen_dup_i32_vec(vece, v_shift, shift); in do_gvec_shifts()
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4117 tcg_gen_dup_i32_vec(vece, t, lsh);
|