brintos

brintos / llvm-project-archived public Read only

0
0
Text · 627 B · 826153b Raw
13 lines · plain
1// RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+wfxt < %s | FileCheck %s2// RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.7a < %s | FileCheck %s3// RUN: not llvm-mc -triple aarch64-none-linux-gnu < %s 2> %t4// RUN: FileCheck --check-prefix=CHECK-NO-WFxT-ERR %s < %t5 6  wfet x177// CHECK: wfet x17                      // encoding: [0x11,0x10,0x03,0xd5]8// CHECK-NO-WFxT-ERR: [[@LINE-2]]:3: error: instruction requires: wfxt9 10  wfit x311// CHECK: wfit x3                       // encoding: [0x23,0x10,0x03,0xd5]12// CHECK-NO-WFxT-ERR: [[@LINE-2]]:3: error: instruction requires: wfxt13