Searched defs:orrseq (Results 1 - 1 of 1) sorted by relevance

/external/llvm/test/MC/ARM/
H A Darm-arithmetic-aliases.s98 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]

Completed in 73 milliseconds