Searched refs:tcg_gen_gvec_andi (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-mve.c | 1536 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 D | translate-neon.c | 1464 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 D | translate-sve.c | 2015 TRANS_FEAT(AND_zzi, aa64_sve, do_zz_dbm, a, tcg_gen_gvec_andi) in TRANS_FEAT() argument
|
H A D | translate-a64.c | 6946 fn = a->op ? tcg_gen_gvec_andi : tcg_gen_gvec_ori; in trans_Vimm()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 314 void tcg_gen_gvec_andi(unsigned vece, uint32_t dofs, uint32_t aofs,
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 3659 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 D | tcg-op-gvec.c | 2751 void tcg_gen_gvec_andi(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_andi() function
|