Searched refs:andseq (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/MC/ARM/ |
D | 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]
|
D | thumb2-narrow-dp.ll | 174 // CHECK: andseq.w r0, r1, r0 @ encoding: [0x11,0xea,0x00,0x00]
|
/external/capstone/suite/MC/ARM/ |
D | arm-arithmetic-aliases.s.cs | 34 0x06,0x20,0x12,0x02 = andseq r2, r2, #6 35 0x06,0x20,0x12,0x02 = andseq r2, r2, #6 36 0x03,0x20,0x12,0x00 = andseq r2, r2, r3 37 0x03,0x20,0x12,0x00 = andseq r2, r2, r3
|