brintos

brintos / llvm-project-archived public Read only

0
0
Text · 790 B · 0ce960d Raw
30 lines · plain
1# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu < %s 2>&1 | FileCheck %s2 3# This would be "axbr %f14, %f0", but %r14 is invalid.4#5# CHECK: warning: invalid instruction encoding6# CHECK-NEXT: 0xb3 0x4a 0x00 0xe07# CHECK-NEXT: ^80xb3 0x4a 0x00 0xe09 10# This would be "axbr %f0, %f2", but %f2 is invalid.11#12# CHECK-NEXT: warning: invalid instruction encoding13# CHECK-NEXT: 0xb3 0x4a 0x00 0x0214# CHECK-NEXT: ^150xb3 0x4a 0x00 0x0216 17# This would be "dlr %r1, %r8", but %r1 is invalid.18#19# CHECK-NEXT: warning: invalid instruction encoding20# CHECK-NEXT: 0xb9 0x97 0x00 0x1821# CHECK-NEXT: ^220xb9 0x97 0x00 0x1823 24# This would be "cutfu %r1, %r2", but %r1 is invalid.25#26# CHECK-NEXT: warning: invalid instruction encoding27# CHECK-NEXT: 0xb2 0xa7 0x00 0x1228# CHECK-NEXT: ^290xb2 0xa7 0x00 0x1230