diff options
Diffstat (limited to 'test/MC/SystemZ/regs-06.s')
-rw-r--r-- | test/MC/SystemZ/regs-06.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/MC/SystemZ/regs-06.s b/test/MC/SystemZ/regs-06.s deleted file mode 100644 index 43bf38c9c4b6..000000000000 --- a/test/MC/SystemZ/regs-06.s +++ /dev/null @@ -1,11 +0,0 @@ -# RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s - -#CHECK: lxr %f0, %f1 # encoding: [0xb3,0x65,0x00,0x01] -#CHECK: lxr %f4, %f5 # encoding: [0xb3,0x65,0x00,0x45] -#CHECK: lxr %f8, %f9 # encoding: [0xb3,0x65,0x00,0x89] -#CHECK: lxr %f12, %f13 # encoding: [0xb3,0x65,0x00,0xcd] - - lxr %f0,%f1 - lxr %f4,%f5 - lxr %f8,%f9 - lxr %f12,%f13 |