Home
last modified time | relevance | path

Searched refs:tcg_gen_gvec_andi (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-mve.c1536 vecfn = tcg_gen_gvec_andi; in trans_Vimm_1r()
1742 tcg_gen_gvec_andi(ovece, dofs, aofs, in do_gvec_vshllbu()
1755 tcg_gen_gvec_andi(ovece, dofs, aofs, in do_gvec_vshllts()
1769 tcg_gen_gvec_andi(ovece, dofs, aofs, in do_gvec_vshlltu()
H A Dtranslate-neon.c1464 fn = a->op ? tcg_gen_gvec_andi : tcg_gen_gvec_ori; in trans_Vimm_1r()
3268 tcg_gen_gvec_andi(vece, rd_ofs, rm_ofs, in gen_VABS_F()
H A Dtranslate-sve.c2015 TRANS_FEAT(AND_zzi, aa64_sve, do_zz_dbm, a, tcg_gen_gvec_andi) in TRANS_FEAT() argument
H A Dtranslate-a64.c6946 fn = a->op ? tcg_gen_gvec_andi : tcg_gen_gvec_ori; in trans_Vimm()
/openbmc/qemu/include/tcg/
H A Dtcg-op-gvec-common.h314 void tcg_gen_gvec_andi(unsigned vece, uint32_t dofs, uint32_t aofs,
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc3659 TRANS(vandi_b, LSX, gvec_vv_i, MO_8, tcg_gen_gvec_andi)
3669 TRANS(xvandi_b, LASX, gvec_xx_i, MO_8, tcg_gen_gvec_andi)
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c2751 void tcg_gen_gvec_andi(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_andi() function