brintos

brintos / llvm-project-archived public Read only

0
0
Text · 478 B · a3a4cda Raw
24 lines · plain
1* For z14 only.2* RUN: not llvm-mc -triple s390x-ibm-zos -mcpu=z14 < %s 2> %t3* RUN: FileCheck < %t %s4* RUN: not llvm-mc -triple s390x-ibm-zos -mcpu=arch12 < %s 2> %t5* RUN: FileCheck < %t %s6 7*CHECK: error: invalid instruction8	binle	0(1)9 10*CHECK: error: invalid instruction11	binhe	0(1)12 13*CHECK: error: invalid instruction14	bilh	0(1)15 16*CHECK: error: invalid instruction17	binlh	0(1)18 19*CHECK: error: invalid instruction20	bihe	0(1)21 22*CHECK: error: invalid instruction23	bile	0(1)24