Lines Matching refs:Orn
694 __ Orn(x2, x0, Operand(x1)); in TEST() local
695 __ Orn(w3, w0, Operand(w1, LSL, 4)); in TEST() local
696 __ Orn(x4, x0, Operand(x1, LSL, 4)); in TEST() local
697 __ Orn(x5, x0, Operand(x1, LSR, 1)); in TEST() local
698 __ Orn(w6, w0, Operand(w1, ASR, 1)); in TEST() local
699 __ Orn(x7, x0, Operand(x1, ASR, 1)); in TEST() local
700 __ Orn(w8, w0, Operand(w1, ROR, 16)); in TEST() local
701 __ Orn(x9, x0, Operand(x1, ROR, 16)); in TEST() local
702 __ Orn(w10, w0, 0x0000ffff); in TEST() local
703 __ Orn(x11, x0, 0x0000ffff0000ffff); in TEST() local
729 __ Orn(w6, w0, Operand(w1, UXTB)); in TEST() local
730 __ Orn(x7, x0, Operand(x1, UXTH, 1)); in TEST() local
731 __ Orn(w8, w0, Operand(w1, UXTW, 2)); in TEST() local
732 __ Orn(x9, x0, Operand(x1, UXTX, 3)); in TEST() local
733 __ Orn(w10, w0, Operand(w1, SXTB)); in TEST() local
734 __ Orn(x11, x0, Operand(x1, SXTH, 1)); in TEST() local
735 __ Orn(x12, x0, Operand(x1, SXTW, 2)); in TEST() local
736 __ Orn(x13, x0, Operand(x1, SXTX, 3)); in TEST() local
18831 __ Orn(v16.V16B(), v0.V16B(), v0.V16B()); // self test in TEST() local
18832 __ Orn(v17.V16B(), v0.V16B(), v1.V16B()); // all combinations in TEST() local
18833 __ Orn(v24.V8B(), v0.V8B(), v0.V8B()); // self test in TEST() local
18834 __ Orn(v25.V8B(), v0.V8B(), v1.V8B()); // all combinations in TEST() local