Home
last modified time | relevance | path

Searched refs:tcg_gen_dup_i32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h399 #define tcg_gen_dup_tl tcg_gen_dup_i32
H A Dtcg-op-common.h156 void tcg_gen_dup_i32(unsigned vece, TCGv_i32 out, TCGv_i32 in);
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c402 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 Dtranslate-mve.c493 tcg_gen_dup_i32(a->size, rt, rt); in trans_VDUP()