Searched refs:tcg_gen_dup_i32 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 399 #define tcg_gen_dup_tl tcg_gen_dup_i32
|
H A D | tcg-op-common.h | 156 void tcg_gen_dup_i32(unsigned vece, TCGv_i32 out, TCGv_i32 in);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 402 void tcg_gen_dup_i32(unsigned vece, TCGv_i32 out, TCGv_i32 in) in tcg_gen_dup_i32() function 596 tcg_gen_dup_i32(vece, t_32, in_32); in do_dup() 1394 tcg_gen_dup_i32(g->vece, t32, t32); in tcg_gen_gvec_2s()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-mve.c | 493 tcg_gen_dup_i32(a->size, rt, rt); in trans_VDUP()
|