7 lines · plain
1// RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s2 3.arch armv9.6-a+lsfe4.arch armv9.6-a+nolsfe5ldfadd h0, h1, [x2]6// CHECK: error: instruction requires: lsfe7// CHECK: ldfadd h0, h1, [x2]1// RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s2 3.arch armv9.6-a+lsfe4.arch armv9.6-a+nolsfe5ldfadd h0, h1, [x2]6// CHECK: error: instruction requires: lsfe7// CHECK: ldfadd h0, h1, [x2]