Home
last modified time | relevance | path

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

/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.c1559 fn = a->op ? tcg_gen_gvec_andi : tcg_gen_gvec_ori; in trans_Vimm_1r()
3364 tcg_gen_gvec_andi(vece, rd_ofs, rm_ofs, in gen_VABS_F()
H A Dtranslate-sve.c1982 TRANS_FEAT(AND_zzi, aa64_sve, do_zz_dbm, a, tcg_gen_gvec_andi) in TRANS_FEAT() argument
H A Dtranslate-a64.c8747 gen_gvec_fn2i(s, is_q, rd, rd, imm, tcg_gen_gvec_andi, MO_64); in disas_simd_mod_imm()
/qemu/include/tcg/
H A Dtcg-op-gvec-common.h314 void tcg_gen_gvec_andi(unsigned vece, uint32_t dofs, uint32_t aofs,
/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)
/qemu/tcg/
H A Dtcg-op-gvec.c2738 void tcg_gen_gvec_andi(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_andi() function