diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/ARM/basic-arm-instructions.s | 2 | ||||
-rw-r--r-- | test/MC/ARM/diagnostics.s | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-arm-instructions.s b/test/MC/ARM/basic-arm-instructions.s index 8aec4b3..8335797 100644 --- a/test/MC/ARM/basic-arm-instructions.s +++ b/test/MC/ARM/basic-arm-instructions.s @@ -1247,9 +1247,11 @@ Lforward: @ NOP @------------------------------------------------------------------------------ nop + nop.w nopgt @ CHECK: nop @ encoding: [0x00,0xf0,0x20,0xe3] +@ CHECK: nop @ encoding: [0x00,0xf0,0x20,0xe3] @ CHECK: nopgt @ encoding: [0x00,0xf0,0x20,0xc3] diff --git a/test/MC/ARM/diagnostics.s b/test/MC/ARM/diagnostics.s index b4b7386..82d6ae3 100644 --- a/test/MC/ARM/diagnostics.s +++ b/test/MC/ARM/diagnostics.s @@ -376,3 +376,6 @@ isb #16 @ CHECK-ERRORS: error: immediate value out of range @ CHECK-ERRORS: error: immediate value out of range + + nop.n +@ CHECK-ERRORS: error: instruction with .n (narrow) qualifier not allowed in arm mode |