Home
last modified time | relevance | path

Searched refs:disj (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc2401 TCGv_i64 conj, disj;
2404 disj = tcg_temp_new_i64();
2405 tcg_gen_movi_i64(disj, 0);
2429 tcg_gen_or_i64(disj, disj, conj);
2435 tcg_gen_mov_i64(t, disj);
2446 TCGv_vec disj, conj;
2449 disj = tcg_temp_new_vec_matching(t);
2450 tcg_gen_dupi_vec(vece, disj, 0);
2474 tcg_gen_or_vec(vece, disj, disj, conj);
2480 tcg_gen_mov_vec(t, disj);
/openbmc/qemu/target/ppc/
H A Dint_helper.c1849 Int128 conj, disj = int128_zero(); in helper_XXEVAL() local
1873 disj = int128_or(disj, conj); in helper_XXEVAL()
1879 t->s128 = disj; in helper_XXEVAL()