brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.2 KiB · 8bf7057 Raw
22 lines · plain
1// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2-sha3 < %s \2// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve,+sve-sha3 < %s \4// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST5// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2p1,+sve-sha3 < %s \6// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST7// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \8// RUN:        | FileCheck %s --check-prefix=CHECK-ERROR9// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sme < %s 2>&1 \10// RUN:        | FileCheck %s --check-prefix=CHECK-ERROR11// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve2-sha3 < %s \12// RUN:        | llvm-objdump -d --mattr=+sve2-sha3 - | FileCheck %s --check-prefix=CHECK-INST13// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve2-sha3 < %s \14// RUN:   | llvm-objdump -d --mattr=-sve2 - | FileCheck %s --check-prefix=CHECK-UNKNOWN15 16 17rax1 z0.d, z1.d, z31.d18// CHECK-INST: rax1 z0.d, z1.d, z31.d19// CHECK-ENCODING: [0x20,0xf4,0x3f,0x45]20// CHECK-ERROR: instruction requires: sve or sme2p1 sve-sha321// CHECK-UNKNOWN: 453ff420 <unknown>22