diff options
Diffstat (limited to 'test/MC/SystemZ/insn-slgr-01.s')
-rw-r--r-- | test/MC/SystemZ/insn-slgr-01.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/MC/SystemZ/insn-slgr-01.s b/test/MC/SystemZ/insn-slgr-01.s deleted file mode 100644 index 4d226be83e6e..000000000000 --- a/test/MC/SystemZ/insn-slgr-01.s +++ /dev/null @@ -1,11 +0,0 @@ -# RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s - -#CHECK: slgr %r0, %r0 # encoding: [0xb9,0x0b,0x00,0x00] -#CHECK: slgr %r0, %r15 # encoding: [0xb9,0x0b,0x00,0x0f] -#CHECK: slgr %r15, %r0 # encoding: [0xb9,0x0b,0x00,0xf0] -#CHECK: slgr %r7, %r8 # encoding: [0xb9,0x0b,0x00,0x78] - - slgr %r0,%r0 - slgr %r0,%r15 - slgr %r15,%r0 - slgr %r7,%r8 |