Skip to content

Commit

Permalink
Test for 146516
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146517 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Jim Grosbach committed Dec 13, 2011
1 parent d7ea73a commit 0da6e86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/MC/ARM/basic-thumb2-instructions.s
Original file line number Diff line number Diff line change
Expand Up @@ -1670,13 +1670,17 @@ _func:
rsb r1, r1, #0xff
rsb r11, r11, #0
rsb r9, #0
rsbs r3, r1, #0
rsb r3, r1, #0

@ CHECK: rsb.w r2, r5, #1044480 @ encoding: [0xc5,0xf5,0x7f,0x22]
@ CHECK: rsbs.w r3, r12, #15 @ encoding: [0xdc,0xf1,0x0f,0x03]
@ CHECK: rsb.w r1, r1, #255 @ encoding: [0xc1,0xf1,0xff,0x01]
@ CHECK: rsb.w r1, r1, #255 @ encoding: [0xc1,0xf1,0xff,0x01]
@ CHECK: rsb.w r11, r11, #0 @ encoding: [0xcb,0xf1,0x00,0x0b]
@ CHECK: rsb.w r9, r9, #0 @ encoding: [0xc9,0xf1,0x00,0x09]
@ CHECK: rsbs r3, r1, #0 @ encoding: [0x4b,0x42]
@ CHECK: rsb.w r3, r1, #0 @ encoding: [0xc1,0xf1,0x00,0x03]


@------------------------------------------------------------------------------
Expand Down

0 comments on commit 0da6e86

Please sign in to comment.