arm-arithmetic-aliases.s | 88 andseq r2, r2, #6 label 89 andseq r2, #6 label 90 andseq r2, r2, r3 label 91 andseq r2, r3 label 93 @ CHECK: andseq r2, r2, #6 @ encoding: [0x06,0x20,0x12,0x02] 94 @ CHECK: andseq r2, r2, #6 @ encoding: [0x06,0x20,0x12,0x02] 95 @ CHECK: andseq r2, r2, r3 @ encoding: [0x03,0x20,0x12,0x00] 96 @ CHECK: andseq r2, r2, r3 @ encoding: [0x03,0x20,0x12,0x00]
|