Searched refs:tcg_gen_gvec_not (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | gen_tcg_hvx.h | 395 tcg_gen_gvec_not(MO_64, VdV_off, VuV_off, \ 420 tcg_gen_gvec_not(MO_64, QdV_off, QsV_off, \
|
H A D | genptr.c | 1289 tcg_gen_gvec_not(MO_64, maskoff, maskoff, in gen_vreg_masked_store()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 251 void tcg_gen_gvec_not(unsigned vece, uint32_t dofs, uint32_t aofs,
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 2574 tcg_gen_gvec_not(MO_64, xt, xc, 16, 16); 2583 tcg_gen_gvec_not(MO_64, xt, xb, 16, 16); 2589 tcg_gen_gvec_not(MO_64, xt, xa, 16, 16);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 1838 void tcg_gen_gvec_not(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_not() function 2694 tcg_gen_gvec_not(vece, dofs, aofs, oprsz, maxsz); in tcg_gen_gvec_nand() 2711 tcg_gen_gvec_not(vece, dofs, aofs, oprsz, maxsz); in tcg_gen_gvec_nor()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-mve.c | 751 return do_1op_vec(s, a, gen_helper_mve_vmvn, tcg_gen_gvec_not); in trans_VMVN()
|
H A D | translate-neon.c | 3129 return do_2misc_vec(s, a, tcg_gen_gvec_not); in DO_2MISC_VEC()
|
H A D | translate-a64.c | 11102 gen_gvec_fn2(s, is_q, rd, rn, tcg_gen_gvec_not, 0); in disas_simd_two_reg_misc()
|