brintos

brintos / llvm-project-archived public Read only

0
0
Text · 699 B · dc2a290 Raw
17 lines · plain
1// RUN: not llvm-mc -triple=aarch64 -mattr=+mtetc -show-encoding < %s 2>&1 \2// RUN:        | FileCheck %s --check-prefix=CHECK-ERROR3// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \4// RUN:        | FileCheck %s --check-prefix=CHECK-REQUIRES-MTETC5 6//------------------------------------------------------------------------------7// FEAT_MTETC Extension instructions8//------------------------------------------------------------------------------9 10dc zgbva11// CHECK-ERROR: error: specified dc op requires a register12// CHECK-REQUIRES-MTETC: DC ZGBVA requires: mtetc13 14dc gbva15// CHECK-ERROR: error: specified dc op requires a register16// CHECK-REQUIRES-MTETC: DC GBVA requires: mtetc17