Home | History | Annotate | Download | only in cctest

Lines Matching refs:Extr

5085 TEST(extr) {
5093 __ Extr(w10, w1, w2, 0);
5094 __ Extr(x11, x1, x2, 0);
5095 __ Extr(w12, w1, w2, 1);
5096 __ Extr(x13, x2, x1, 2);