bolt/deps/llvm-18.1.8/llvm/test/MC/AArch64/SME2p1/directive-arch_extension.s
2025-02-14 19:21:04 +01:00

5 lines
162 B
ArmAsm

// RUN: llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s
.arch_extension sme2p1
sqcvt z0.h, { z0.s, z1.s }
// CHECK: sqcvt z0.h, { z0.s, z1.s }