Changeset View
Changeset View
Standalone View
Standalone View
test/MC/AArch64/armv8.3a-rcpc.s
// RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.3a < %s 2>&1 | FileCheck %s | // RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.3a < %s 2>&1 | FileCheck %s | ||||
// RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mcpu=cortex-a75 < %s 2>&1 | FileCheck %s | |||||
// RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mcpu=cortex-a55 < %s 2>&1 | FileCheck %s | |||||
// RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.2a -mattr=+rcpc < %s 2>&1 | FileCheck %s | |||||
// RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.2a < %s 2> %t | // RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.2a < %s 2> %t | ||||
// RUN: FileCheck --check-prefix=CHECK-REQ %s < %t | // RUN: FileCheck --check-prefix=CHECK-REQ %s < %t | ||||
ldaprb w0, [x0, #0] | ldaprb w0, [x0, #0] | ||||
ldaprh w0, [x17, #0] | ldaprh w0, [x17, #0] | ||||
ldapr w0, [x1, #0] | ldapr w0, [x1, #0] | ||||
ldapr x0, [x0, #0] | ldapr x0, [x0, #0] | ||||
ldapr w18, [x0] | ldapr w18, [x0] | ||||
Show All 14 Lines |