Home
last modified time | relevance | path

Searched refs:tcg_gen_gvec_dup_i32 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op-gvec.h32 #define tcg_gen_gvec_dup_tl tcg_gen_gvec_dup_i32
H A Dtcg-op-gvec-common.h334 void tcg_gen_gvec_dup_i32(unsigned vece, uint32_t dofs, uint32_t s,
/openbmc/qemu/target/hexagon/
H A Dgen_tcg_hvx.h528 tcg_gen_gvec_dup_i32(MO_32, VdV_off, \
532 tcg_gen_gvec_dup_i32(MO_16, VdV_off, \
536 tcg_gen_gvec_dup_i32(MO_8, VdV_off, \
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-m-nocp.c340 tcg_gen_gvec_dup_i32(MO_32, offsetof(CPUARMState, vfp.qc), in gen_M_fp_sysreg_write()
H A Dtranslate-neon.c641 tcg_gen_gvec_dup_i32(size, neon_full_reg_offset(vd), in trans_VLD_all_lanes()
646 tcg_gen_gvec_dup_i32(size, neon_full_reg_offset(vd), in trans_VLD_all_lanes()
H A Dtranslate-mve.c490 tcg_gen_gvec_dup_i32(a->size, mve_qreg_offset(a->qd), 16, 16, rt); in trans_VDUP()
H A Dtranslate-vfp.c744 tcg_gen_gvec_dup_i32(size, neon_full_reg_offset(a->vn), in trans_VDUP()
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc127 tcg_gen_gvec_dup_i32(MO_UL, vsr_full_offset(a->rt), 16, 16, data);
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c1708 void tcg_gen_gvec_dup_i32(unsigned vece, uint32_t dofs, uint32_t oprsz, in tcg_gen_gvec_dup_i32() function