1// RUN: llvm-mc -triple aarch64 -o - %s 2>&1 | FileCheck %s 2 3.arch armv9.6-a+lsfe 4ldfadd h0, h1, [x2] 5// CHECK: ldfadd h0, h1, [x2]