brintos

brintos / llvm-project-archived public Read only

0
0
Text · 627 B · 71ce537 Raw
20 lines · plain
1// RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s2 3.arch armv9-a+sve2p14.arch armv9-a+nosve2p15sclamp z0.s, z1.s, z2.s6// CHECK: error: instruction requires: sme or sve2p17// CHECK: sclamp z0.s, z1.s, z2.s8 9.arch armv9-a+sve2p1+sve-b16b1610.arch armv9-a+sve2p1+nosve-b16b1611bfadd   z23.h, p3/m, z23.h, z13.h12// CHECK: error: instruction requires: sve-b16b1613// CHECK: bfadd   z23.h, p3/m, z23.h, z13.h14 15.arch armv9-a+sve2p1+sve-aes216.arch armv9-a+nosve-aes217aesdimc {z0.b-z3.b}, {z0.b-z3.b}, z0.q[0]18// CHECK: error: instruction requires: sve-aes219// CHECK: aesdimc {z0.b-z3.b}, {z0.b-z3.b}, z0.q[0]20