diff options
-rw-r--r-- | test/MC/ARM/basic-thumb-instructions.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-thumb-instructions.s b/test/MC/ARM/basic-thumb-instructions.s index 5ded1fadc8..e315a9fe50 100644 --- a/test/MC/ARM/basic-thumb-instructions.s +++ b/test/MC/ARM/basic-thumb-instructions.s @@ -155,3 +155,10 @@ _func: @ CHECK: cmp r6, #32 @ encoding: [0x20,0x2e] @ CHECK: cmp r3, r4 @ encoding: [0xa3,0x42] @ CHECK: cmp r8, r1 @ encoding: [0x88,0x45] + +@------------------------------------------------------------------------------ +@ EOR +@------------------------------------------------------------------------------ + eors r4, r5 + +@ CHECK: eors r4, r5 @ encoding: [0x6c,0x40] |