Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/tcg/
H A Dvec_helper.c1566 Int128 shft_res1, shft_res2; local
1570 shft_res2 = Vd->Q(idx);
1573 shft_res2 = int128_urshift(Vd->Q(idx), imm);
1582 if (int128_ult(mask, shft_res2)) {
1585 Vd->D(idx * 2 + 1) = int128_getlo(shft_res2);
1632 Int128 shft_res1, shft_res2; in do_vssrani_d_q() local
1636 shft_res2 = Vd->Q(idx); in do_vssrani_d_q()
1639 shft_res2 = int128_rshift(Vd->Q(idx), imm); in do_vssrani_d_q()
1650 if (int128_gt(shft_res2, mask)) { in do_vssrani_d_q()
1652 } else if (int128_lt(shft_res2, int128_neg(min))) { in do_vssrani_d_q()
[all …]