brintos

brintos / llvm-project-archived public Read only

0
0
Text · 648 B · 54fdc23 Raw
19 lines · plain
1// RUN: not llvm-mc -triple=aarch64 -mattr=+mpamv2 -show-encoding < %s 2>&1 \2// RUN:        | FileCheck %s --check-prefix=CHECK-ERROR3 4//------------------------------------------------------------------------------5// Armv9.7-A FEAT_MPAMV2 Extensions6//------------------------------------------------------------------------------7 8mlbi alle1, x309// CHECK-ERROR: error: specified mlbi op does not use a register10 11mlbi vmalle1, x3012// CHECK-ERROR: error: specified mlbi op does not use a register13 14mlbi vpide115// CHECK-ERROR: error: specified mlbi op requires a register16 17mlbi vpmge118// CHECK-ERROR: error: specified mlbi op requires a register19