brintos

brintos / llvm-project-archived public Read only

0
0
Text · 536 B · 8caa700 Raw
10 lines · plain
1// RUN: llvm-mc -triple aarch64 -show-encoding -mattr=+rasv2 < %s | FileCheck %s2// RUN: llvm-mc -triple aarch64 -show-encoding -mattr=+v8.9a < %s | FileCheck %s3// RUN: llvm-mc -triple aarch64 -show-encoding -mattr=+v9.4a < %s | FileCheck %s4 5// RUN: not llvm-mc -triple aarch64-none-linux-gnu               < %s 2>&1 | FileCheck --check-prefix=ERROR-NO-RAS %s6 7mrs x0, ERXGSR_EL18// CHECK: mrs x0, ERXGSR_EL1                  // encoding: [0x40,0x53,0x38,0xd5]9// ERROR-NO-RAS: [[@LINE-2]]:9: error: expected readable system register10