brintos

brintos / llvm-project-archived public Read only

0
0
Text · 602 B · 059b18f Raw
21 lines · plain
1// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \2// RUN:        | FileCheck %s --check-prefixes=CHECK-ERROR3 4ldclrpl  x22, xzr, [sp]5// CHECK-ERROR: error: invalid operand for instruction6 7ldclrpl  xzr, x22, [sp]8// CHECK-ERROR: error: invalid operand for instruction9 10ldsetpl  x22, xzr, [sp]11// CHECK-ERROR: error: invalid operand for instruction12 13ldsetpl  xzr, x22, [sp]14// CHECK-ERROR: error: invalid operand for instruction15 16swppl    x22, xzr, [sp]17// CHECK-ERROR: error: invalid operand for instruction18 19swppl    xzr, x22, [sp]20// CHECK-ERROR: error: invalid operand for instruction21