diff options
Diffstat (limited to 'llvm/test/MC/Disassembler/ARM64/arithmetic.txt')
| -rw-r--r-- | llvm/test/MC/Disassembler/ARM64/arithmetic.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/ARM64/arithmetic.txt b/llvm/test/MC/Disassembler/ARM64/arithmetic.txt index 2d8fd263b8b..d68f43bd331 100644 --- a/llvm/test/MC/Disassembler/ARM64/arithmetic.txt +++ b/llvm/test/MC/Disassembler/ARM64/arithmetic.txt @@ -49,11 +49,13 @@ 0x83 0x00 0x50 0x31 0x83 0x00 0x10 0xb1 0x83 0x00 0x50 0xb1 +0xff 0x83 0x00 0xb1 # CHECK: adds w3, w4, #1024 # CHECK: adds w3, w4, #4194304 # CHECK: adds x3, x4, #1024 # CHECK: adds x3, x4, #4194304 +# CHECK: cmn sp, #32 0x83 0x00 0x10 0x51 0x83 0x00 0x50 0x51 @@ -71,11 +73,13 @@ 0x83 0x00 0x50 0x71 0x83 0x00 0x10 0xf1 0x83 0x00 0x50 0xf1 +0xff 0x83 0x00 0xf1 # CHECK: subs w3, w4, #1024 # CHECK: subs w3, w4, #4194304 # CHECK: subs x3, x4, #1024 # CHECK: subs x3, x4, #4194304 +# CHECK: cmp sp, #32 #==---------------------------------------------------------------------------== # Add/Subtract register with (optional) shift |

