12 lines · plain
1// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve,+bf16 < %s \2// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme,+bf16 < %s \4// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST5// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \6// RUN: | FileCheck %s --check-prefix=CHECK-ERROR7 8bfcvtnt z0.H, p0/m, z1.S9// CHECK-INST: bfcvtnt z0.h, p0/m, z1.s10// CHECK-ENCODING: [0x20,0xa0,0x8a,0x64]11// CHECK-ERROR: instruction requires: bf16 sve or sme12