Searched refs:shft_res1 (Results 1 – 1 of 1) sorted by relevance
1566 Int128 shft_res1, shft_res2; local1569 shft_res1 = Vj->Q(idx);1572 shft_res1 = int128_urshift(Vj->Q(idx), imm);1576 if (int128_ult(mask, shft_res1)) {1579 Vd->D(idx * 2) = int128_getlo(shft_res1);1632 Int128 shft_res1, shft_res2; in do_vssrani_d_q() local1635 shft_res1 = Vj->Q(idx); in do_vssrani_d_q()1638 shft_res1 = int128_rshift(Vj->Q(idx), imm); in do_vssrani_d_q()1642 if (int128_gt(shft_res1, mask)) { in do_vssrani_d_q()1644 } else if (int128_lt(shft_res1, int128_neg(min))) { in do_vssrani_d_q()[all …]