Home | History | Annotate | Download | only in test

Lines Matching refs:Orn

608 TEST(orn) {
615 __ Orn(x2, x0, Operand(x1));
616 __ Orn(w3, w0, Operand(w1, LSL, 4));
617 __ Orn(x4, x0, Operand(x1, LSL, 4));
618 __ Orn(x5, x0, Operand(x1, LSR, 1));
619 __ Orn(w6, w0, Operand(w1, ASR, 1));
620 __ Orn(x7, x0, Operand(x1, ASR, 1));
621 __ Orn(w8, w0, Operand(w1, ROR, 16));
622 __ Orn(x9, x0, Operand(x1, ROR, 16));
623 __ Orn(w10, w0, 0x0000ffff);
624 __ Orn(x11, x0, 0x0000ffff0000ffff);
650 __ Orn(w6, w0, Operand(w1, UXTB));
651 __ Orn(x7, x0, Operand(x1, UXTH, 1));
652 __ Orn(w8, w0, Operand(w1, UXTW, 2));
653 __ Orn(x9, x0, Operand(x1, UXTX, 3));
654 __ Orn(w10, w0, Operand(w1, SXTB));
655 __ Orn(x11, x0, Operand(x1, SXTH, 1));
656 __ Orn(x12, x0, Operand(x1, SXTW, 2));
657 __ Orn(x13, x0, Operand(x1, SXTX, 3));
17586 __ Orn(v16.V16B(), v0.V16B(), v0.V16B()); // self test
17587 __ Orn(v17.V16B(), v0.V16B(), v1.V16B()); // all combinations
17588 __ Orn(v24.V8B(), v0.V8B(), v0.V8B()); // self test
17589 __ Orn(v25.V8B(), v0.V8B(), v1.V8B()); // all combinations