diff options
| author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2016-04-11 14:35:39 +0000 |
|---|---|---|
| committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2016-04-11 14:35:39 +0000 |
| commit | 1bac911c580d803a4ff3a14e9ac9c3acbe921744 (patch) | |
| tree | 3cc09a6d9b8ce884d1883df8ef25da39f3010e41 /llvm/test/MC/Disassembler | |
| parent | 3b425ff232d69ab7326c8d0d43d5485a15e7911b (diff) | |
| download | bcm5719-llvm-1bac911c580d803a4ff3a14e9ac9c3acbe921744.tar.gz bcm5719-llvm-1bac911c580d803a4ff3a14e9ac9c3acbe921744.zip | |
[SystemZ] Add SVC instruction
This is going to be useful for inline assembly only.
Author: koriakin
Differential Revision: http://reviews.llvm.org/D18952
llvm-svn: 265943
Diffstat (limited to 'llvm/test/MC/Disassembler')
| -rw-r--r-- | llvm/test/MC/Disassembler/SystemZ/insns.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/SystemZ/insns.txt b/llvm/test/MC/Disassembler/SystemZ/insns.txt index c6f4decaf89..9998e5e40e2 100644 --- a/llvm/test/MC/Disassembler/SystemZ/insns.txt +++ b/llvm/test/MC/Disassembler/SystemZ/insns.txt @@ -8698,6 +8698,18 @@ # CHECK: sty %r15, 0 0xe3 0xf0 0x00 0x00 0x00 0x50 +# CHECK: svc 0 +0x0a 0x00 + +# CHECK: svc 3 +0x0a 0x03 + +# CHECK: svc 128 +0x0a 0x80 + +# CHECK: svc 255 +0x0a 0xff + # CHECK: sxbr %f0, %f0 0xb3 0x4b 0x00 0x00 |

