Searched refs:tcg_gen_gvec_nor (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 309 void tcg_gen_gvec_nor(unsigned vece, uint32_t dofs, uint32_t aofs,
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 1592 TRANS_FLAGS2(VSX, XXLNOR, do_logical_op, MO_64, tcg_gen_gvec_nor); 2562 tcg_gen_gvec_nor(MO_64, xt, xc, xb, 16, 16); 2568 tcg_gen_gvec_nor(MO_64, xt, xc, xa, 16, 16); 2577 tcg_gen_gvec_nor(MO_64, xt, xb, xa, 16, 16);
|
H A D | vmx-impl.c.inc | 717 TRANS_FLAGS(ALTIVEC, VNOR, do_vector_gvec3_VX, MO_64, tcg_gen_gvec_nor);
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 3656 TRANS(vnor_v, LSX, gvec_vvv, MO_64, tcg_gen_gvec_nor) 3666 TRANS(xvnor_v, LASX, gvec_xxx, MO_64, tcg_gen_gvec_nor)
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 2700 void tcg_gen_gvec_nor(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_nor() function
|