arm-arithmetic-aliases.s | 98 orrseq r2, r2, #6 label 99 orrseq r2, #6 label 100 orrseq r2, r2, r3 label 101 orrseq r2, r3 label 103 @ CHECK: orrseq r2, r2, #6 @ encoding: [0x06,0x20,0x92,0x03] 104 @ CHECK: orrseq r2, r2, #6 @ encoding: [0x06,0x20,0x92,0x03] 105 @ CHECK: orrseq r2, r2, r3 @ encoding: [0x03,0x20,0x92,0x01] 106 @ CHECK: orrseq r2, r2, r3 @ encoding: [0x03,0x20,0x92,0x01]
|