diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-08-19 19:30:58 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-08-19 19:30:58 +0000 |
| commit | 3245520adea1db1b719fcefe34688ada51505440 (patch) | |
| tree | 7fa6517ab78b71736bb9863fdcc2c80537832939 /llvm | |
| parent | 5503c3a4e866360cf939ef02457000eb8856f19e (diff) | |
| download | bcm5719-llvm-3245520adea1db1b719fcefe34688ada51505440.tar.gz bcm5719-llvm-3245520adea1db1b719fcefe34688ada51505440.zip | |
Thumb assembly parsing and encoding for LSL(register).
llvm-svn: 138064
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/MC/ARM/basic-thumb-instructions.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/MC/ARM/basic-thumb-instructions.s b/llvm/test/MC/ARM/basic-thumb-instructions.s index 7ed665c2413..61e322164fc 100644 --- a/llvm/test/MC/ARM/basic-thumb-instructions.s +++ b/llvm/test/MC/ARM/basic-thumb-instructions.s @@ -270,3 +270,11 @@ _func: @ CHECK: lsls r4, r5, #0 @ encoding: [0x2c,0x00] @ CHECK: lsls r4, r5, #4 @ encoding: [0x2c,0x01] + + +@------------------------------------------------------------------------------ +@ LSL (register) +@------------------------------------------------------------------------------ + lsls r2, r6 + +@ CHECK: lsls r2, r6 @ encoding: [0xb2,0x40] |

