Lines Matching full:negs
547 // CHECK: negs w20, w4 // encoding: [0xf4,0x03,0x04,0x6b]
577 // CHECK: negs x20, x4 // encoding: [0xf4,0x03,0x04,0xeb]
779 negs w29, w30
780 negs w30, wzr
781 negs wzr, w0
782 // CHECK: negs w29, w30 // encoding: [0xfd,0x03,0x1e,0x6b]
783 // CHECK: negs w30, wzr // encoding: [0xfe,0x03,0x1f,0x6b]
786 negs w28, w27, lsl #0
787 negs w26, w25, lsl #29
788 negs w24, w23, lsl #31
790 // CHECK: negs w28, w27 // encoding: [0xfc,0x03,0x1b,0x6b]
791 // CHECK: negs w26, w25, lsl #29 // encoding: [0xfa,0x77,0x19,0x6b]
792 // CHECK: negs w24, w23, lsl #31 // encoding: [0xf8,0x7f,0x17,0x6b]
794 negs w22, w21, lsr #0
795 negs w20, w19, lsr #1
796 negs w18, w17, lsr #31
797 // CHECK: negs w22, w21, lsr #0 // encoding: [0xf6,0x03,0x55,0x6b]
798 // CHECK: negs w20, w19, lsr #1 // encoding: [0xf4,0x07,0x53,0x6b]
799 // CHECK: negs w18, w17, lsr #31 // encoding: [0xf2,0x7f,0x51,0x6b]
801 negs w16, w15, asr #0
802 negs w14, w13, asr #12
803 negs w12, w11, asr #31
804 // CHECK: negs w16, w15, asr #0 // encoding: [0xf0,0x03,0x8f,0x6b]
805 // CHECK: negs w14, w13, asr #12 // encoding: [0xee,0x33,0x8d,0x6b]
806 // CHECK: negs w12, w11, asr #31 // encoding: [0xec,0x7f,0x8b,0x6b]
808 negs x29, x30
809 negs x30, xzr
810 negs xzr, x0
811 // CHECK: negs x29, x30 // encoding: [0xfd,0x03,0x1e,0xeb]
812 // CHECK: negs x30, xzr // encoding: [0xfe,0x03,0x1f,0xeb]
815 negs x28, x27, lsl #0
816 negs x26, x25, lsl #29
817 negs x24, x23, lsl #31
819 // CHECK: negs x28, x27 // encoding: [0xfc,0x03,0x1b,0xeb]
820 // CHECK: negs x26, x25, lsl #29 // encoding: [0xfa,0x77,0x19,0xeb]
821 // CHECK: negs x24, x23, lsl #31 // encoding: [0xf8,0x7f,0x17,0xeb]
823 negs x22, x21, lsr #0
824 negs x20, x19, lsr #1
825 negs x18, x17, lsr #31
826 // CHECK: negs x22, x21, lsr #0 // encoding: [0xf6,0x03,0x55,0xeb]
827 // CHECK: negs x20, x19, lsr #1 // encoding: [0xf4,0x07,0x53,0xeb]
828 // CHECK: negs x18, x17, lsr #31 // encoding: [0xf2,0x7f,0x51,0xeb]
830 negs x16, x15, asr #0
831 negs x14, x13, asr #12
832 negs x12, x11, asr #31
833 // CHECK: negs x16, x15, asr #0 // encoding: [0xf0,0x03,0x8f,0xeb]
834 // CHECK: negs x14, x13, asr #12 // encoding: [0xee,0x33,0x8d,0xeb]
835 // CHECK: negs x12, x11, asr #31 // encoding: [0xec,0x7f,0x8b,0xeb]