Home | History | Annotate | Download | only in cctest

Lines Matching refs:Orn

615 TEST(orn) {
623 __ Orn(x2, x0, Operand(x1));
624 __ Orn(w3, w0, Operand(w1, LSL, 4));
625 __ Orn(x4, x0, Operand(x1, LSL, 4));
626 __ Orn(x5, x0, Operand(x1, LSR, 1));
627 __ Orn(w6, w0, Operand(w1, ASR, 1));
628 __ Orn(x7, x0, Operand(x1, ASR, 1));
629 __ Orn(w8, w0, Operand(w1, ROR, 16));
630 __ Orn(x9, x0, Operand(x1, ROR, 16));
631 __ Orn(w10, w0, Operand(0xffff));
632 __ Orn(x11, x0, Operand(0xffff0000ffffL));
659 __ Orn(w6, w0, Operand(w1, UXTB));
660 __ Orn(x7, x0, Operand(x1, UXTH, 1));
661 __ Orn(w8, w0, Operand(w1, UXTW, 2));
662 __ Orn(x9, x0, Operand(x1, UXTX, 3));
663 __ Orn(w10, w0, Operand(w1, SXTB));
664 __ Orn(x11, x0, Operand(x1, SXTH, 1));
665 __ Orn(x12, x0, Operand(x1, SXTW, 2));
666 __ Orn(x13, x0, Operand(x1, SXTX, 3));