Home
last modified time | relevance | path

Searched refs:conj (Results 1 – 3 of 3) sorted by relevance

/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc2401 TCGv_i64 conj, disj;
2403 conj = tcg_temp_new_i64();
2420 tcg_gen_and_i64(conj, conj, b);
2422 tcg_gen_andc_i64(conj, conj, b);
2425 tcg_gen_and_i64(conj, conj, c);
2427 tcg_gen_andc_i64(conj, conj, c);
2446 TCGv_vec disj, conj;
2465 tcg_gen_and_vec(vece, conj, conj, b);
2467 tcg_gen_andc_vec(vece, conj, conj, b);
2470 tcg_gen_and_vec(vece, conj, conj, c);
[all …]
/qemu/target/ppc/
H A Dint_helper.c1849 Int128 conj, disj = int128_zero(); in helper_XXEVAL() local
1859 conj = a->s128; in helper_XXEVAL()
1861 conj = int128_not(a->s128); in helper_XXEVAL()
1864 conj = int128_and(conj, b->s128); in helper_XXEVAL()
1866 conj = int128_and(conj, int128_not(b->s128)); in helper_XXEVAL()
1869 conj = int128_and(conj, c->s128); in helper_XXEVAL()
1871 conj = int128_and(conj, int128_not(c->s128)); in helper_XXEVAL()
1873 disj = int128_or(disj, conj); in helper_XXEVAL()
/qemu/target/xtensa/core-dsp3400/
H A Dxtensa-modules.c.inc76715 { "conj", ICLASS_iclass_CONJ,