Home
last modified time | relevance | path

Searched refs:aofs (Results 1 – 6 of 6) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op-gvec-common.h25 void tcg_gen_gvec_2_ool(uint32_t dofs, uint32_t aofs,
31 void tcg_gen_gvec_2i_ool(uint32_t dofs, uint32_t aofs, TCGv_i64 c,
37 void tcg_gen_gvec_2_ptr(uint32_t dofs, uint32_t aofs,
43 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
50 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
57 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
230 void tcg_gen_gvec_2(uint32_t dofs, uint32_t aofs,
236 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
377 uint32_t aofs, uint32_t bofs,
380 uint32_t aofs, int64_t c,
[all …]
/qemu/tcg/
H A Dtcg-op-gvec.c1213 aofs += some; in tcg_gen_gvec_2()
1277 aofs += some; in tcg_gen_gvec_2i()
1423 aofs += some; in tcg_gen_gvec_3()
1491 aofs += some; in tcg_gen_gvec_3i()
1558 aofs += some; in tcg_gen_gvec_4()
1629 aofs += some; in tcg_gen_gvec_4i()
1685 if (dofs != aofs) { in tcg_gen_gvec_mov()
2595 if (aofs == bofs) { in tcg_gen_gvec_and()
2612 if (aofs == bofs) { in tcg_gen_gvec_or()
3785 aofs += some; in tcg_gen_gvec_cmp()
[all …]
/qemu/target/arm/tcg/
H A Dtranslate-mve.c1517 static void gen_gvec_vmovi(unsigned vece, uint32_t dofs, uint32_t aofs, in gen_gvec_vmovi() argument
1610 static void do_gvec_shri_s(unsigned vece, uint32_t dofs, uint32_t aofs, in do_gvec_shri_s() argument
1621 tcg_gen_gvec_sari(vece, dofs, aofs, shift, oprsz, maxsz); in do_gvec_shri_s()
1624 static void do_gvec_shri_u(unsigned vece, uint32_t dofs, uint32_t aofs, in do_gvec_shri_u() argument
1635 tcg_gen_gvec_shri(vece, dofs, aofs, shift, oprsz, maxsz); in do_gvec_shri_u()
1734 tcg_gen_gvec_shli(ovece, dofs, aofs, ibits, oprsz, maxsz);
1742 tcg_gen_gvec_andi(ovece, dofs, aofs, in do_gvec_vshllbu()
1753 tcg_gen_gvec_sari(ovece, dofs, aofs, ibits, oprsz, maxsz); in do_gvec_vshllts()
1755 tcg_gen_gvec_andi(ovece, dofs, aofs, in do_gvec_vshllts()
1767 tcg_gen_gvec_shri(ovece, dofs, aofs, ibits, oprsz, maxsz); in do_gvec_vshlltu()
[all …]
H A Dtranslate-neon.c1546 static void gen_VMOV_1r(unsigned vece, uint32_t dofs, uint32_t aofs, in gen_VMOV_1r() argument
/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc1334 static void tcg_gen_gvec_rsubs(unsigned vece, uint32_t dofs, uint32_t aofs,
1363 tcg_gen_gvec_2s(dofs, aofs, oprsz, maxsz, c, &rsub_op[vece]);
1456 static void tcg_gen_gvec_rsubi(unsigned vece, uint32_t dofs, uint32_t aofs,
1460 tcg_gen_gvec_rsubs(vece, dofs, aofs, tmp, oprsz, maxsz);
/qemu/target/sparc/
H A Dtranslate.c947 static void gen_op_fchksm16(unsigned vece, uint32_t dofs, uint32_t aofs, in gen_op_fchksm16() argument
959 tcg_gen_gvec_3(dofs, aofs, bofs, oprsz, maxsz, &op); in gen_op_fchksm16()
975 static void gen_op_fmean16(unsigned vece, uint32_t dofs, uint32_t aofs, in gen_op_fmean16() argument
987 tcg_gen_gvec_3(dofs, aofs, bofs, oprsz, maxsz, &op); in gen_op_fmean16()