Searched refs:tcg_gen_xor_vec (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec64.c | 34 tcg_gen_xor_vec(vece, d, d, n); in gen_rax1_vec() 92 tcg_gen_xor_vec(vece, d, n, m); in gen_xar_vec() 148 tcg_gen_xor_vec(vece, d, n, m); in gen_eor3_vec() 149 tcg_gen_xor_vec(vece, d, d, k); in gen_eor3_vec() 175 tcg_gen_xor_vec(vece, d, d, n); in gen_bcax_vec() 238 tcg_gen_xor_vec(vece, u, u, b); in gen_suqadd_vec() 331 tcg_gen_xor_vec(vece, u, u, t); in gen_usqadd_vec()
|
H A D | gengvec.c | 1380 tcg_gen_xor_vec(vece, x, x, t); in gen_uqadd_vec() 1460 tcg_gen_xor_vec(vece, x, x, t); in gen_sqadd_vec() 1525 tcg_gen_xor_vec(vece, x, x, t); in gen_uqsub_vec() 1605 tcg_gen_xor_vec(vece, x, x, t); in gen_sqsub_vec()
|
H A D | translate-sve.c | 1378 tcg_gen_xor_vec(vece, pd, pn, pm); in gen_eor_pg_vec()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 309 void tcg_gen_xor_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b) in tcg_gen_xor_vec() function 363 tcg_gen_xor_vec(0, r, a, b); in tcg_gen_eqv_vec() 397 tcg_gen_xor_vec(0, r, a, tcg_constant_vec_matching(r, 0, -1)); in tcg_gen_not_vec() 436 tcg_gen_xor_vec(vece, r, a, t); in tcg_gen_abs_vec()
|
H A D | tcg-op-gvec.c | 2637 .fniv = tcg_gen_xor_vec, in tcg_gen_gvec_xor() 2777 .fniv = tcg_gen_xor_vec,
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 421 void tcg_gen_xor_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 766 tcg_gen_xor_vec(vece, t0, t0, t1); 769 tcg_gen_xor_vec(vece, t0, t0, t2); 1459 tcg_gen_xor_vec(vece, b, tmp, b); 2894 tcg_gen_xor_vec(vece, x, x, t);
|
H A D | vsx-impl.c.inc | 712 xv_msb_op1(vece, t, b, tcg_gen_xor_vec);
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 4022 do_vbit(vece, t, a, b, tcg_gen_xor_vec); 4096 do_vbiti(vece, t, a, imm, tcg_gen_xor_vec);
|