brintos

brintos / llvm-project-archived public Read only

0
0
Text · 435 B · c3dd8d8 Raw
10 lines · plain
1// RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.3a < %s 2>&1 | FileCheck %s2// RUN: not llvm-mc -triple aarch64-none-linux-gnu < %s 2> %t3// RUN: FileCheck --check-prefix=CHECK-REQ %s < %t4 5  mrs x0, ID_ISAR6_EL16// CHECK: mrs x0, ID_ISAR6_EL1        // encoding: [0xe0,0x02,0x38,0xd5]7// CHECK-REQ: error: expected readable system register8// CHECK-REQ-NEXT: mrs x0, ID_ISAR6_EL19// CHECK-REQ-NEXT:         ^10