Searched refs:tcg_gen_not_vec (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 320 tcg_gen_not_vec(0, t, b); in tcg_gen_andc_vec() 332 tcg_gen_not_vec(0, t, b); in tcg_gen_orc_vec() 344 tcg_gen_not_vec(0, r, r); in tcg_gen_nand_vec() 354 tcg_gen_not_vec(0, r, r); in tcg_gen_nor_vec() 364 tcg_gen_not_vec(0, r, r); in tcg_gen_eqv_vec() 392 void tcg_gen_not_vec(unsigned vece, TCGv_vec r, TCGv_vec a) in tcg_gen_not_vec() function 611 tcg_gen_not_vec(vece, t, b); in tcg_gen_usadd_vec()
|
H A D | tcg-op-gvec.c | 1843 .fniv = tcg_gen_not_vec, in tcg_gen_gvec_not()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 427 void tcg_gen_not_vec(unsigned vece, TCGv_vec r, TCGv_vec a);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 600 tcg_gen_not_vec(vece, n, n); in gen_bsl1n_vec() 644 tcg_gen_not_vec(vece, m, m); in gen_bsl2n_vec() 679 tcg_gen_not_vec(vece, d, d); in gen_nbsl_vec()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 2462 tcg_gen_not_vec(vece, conj, a);
|
H A D | vmx-impl.c.inc | 2829 tcg_gen_not_vec(vece, a, a);
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 3259 tcg_gen_not_vec(vece, min, max);
|