diff options
author | Richard Osborne <richard@xmos.com> | 2012-12-17 13:20:37 +0000 |
---|---|---|
committer | Richard Osborne <richard@xmos.com> | 2012-12-17 13:20:37 +0000 |
commit | ff6114e872742e966c57202add83b84611e63e97 (patch) | |
tree | 55c6edaec782b61f59c1965b8a983e3a3a12cfcf /test | |
parent | 5c531eb8b121b83ad14ac5cf94c8fd9c50ef6f5b (diff) |
Add instruction encodings for ZEXT and SEXT.
Previously these were marked with the wrong format.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/Disassembler/XCore/xcore.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Disassembler/XCore/xcore.txt b/test/MC/Disassembler/XCore/xcore.txt index aa1e0bbbc9..44c870accf 100644 --- a/test/MC/Disassembler/XCore/xcore.txt +++ b/test/MC/Disassembler/XCore/xcore.txt @@ -132,3 +132,9 @@ # CHECK: setpsc res[r8], r2 0x28 0xc7 + +# CHECK: zext r3, r8 +0x2c 0x47 + +# CHECK: sext r9, r1 +0x45 0x37 |