brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.1 KiB · 562ef50 Raw
56 lines · plain
1// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2 < %s \2// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme < %s \4// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST5// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \6// RUN:        | FileCheck %s --check-prefix=CHECK-ERROR7// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve2 < %s \8// RUN:        | llvm-objdump -d --mattr=+sve2 - | FileCheck %s --check-prefix=CHECK-INST9// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve2 < %s \10// RUN:   | llvm-objdump -d --mattr=-sve2 - | FileCheck %s --check-prefix=CHECK-UNKNOWN11 12uadalp z0.h, p0/m, z1.b13// CHECK-INST: uadalp z0.h, p0/m, z1.b14// CHECK-ENCODING: [0x20,0xa0,0x45,0x44]15// CHECK-ERROR: instruction requires: sve2 or sme16// CHECK-UNKNOWN: 4445a020 <unknown>17 18uadalp z29.s, p0/m, z30.h19// CHECK-INST: uadalp z29.s, p0/m, z30.h20// CHECK-ENCODING: [0xdd,0xa3,0x85,0x44]21// CHECK-ERROR: instruction requires: sve2 or sme22// CHECK-UNKNOWN: 4485a3dd <unknown>23 24uadalp z30.d, p7/m, z31.s25// CHECK-INST: uadalp z30.d, p7/m, z31.s26// CHECK-ENCODING: [0xfe,0xbf,0xc5,0x44]27// CHECK-ERROR: instruction requires: sve2 or sme28// CHECK-UNKNOWN: 44c5bffe <unknown>29 30// --------------------------------------------------------------------------//31// Test compatibility with MOVPRFX instruction.32 33movprfx z31.d, p0/z, z6.d34// CHECK-INST: movprfx z31.d, p0/z, z6.d35// CHECK-ENCODING: [0xdf,0x20,0xd0,0x04]36// CHECK-ERROR: instruction requires: sve or sme37// CHECK-UNKNOWN: 04d020df <unknown>38 39uadalp z31.d, p0/m, z30.s40// CHECK-INST: uadalp z31.d, p0/m, z30.s41// CHECK-ENCODING: [0xdf,0xa3,0xc5,0x44]42// CHECK-ERROR: instruction requires: sve2 or sme43// CHECK-UNKNOWN: 44c5a3df <unknown>44 45movprfx z31, z646// CHECK-INST: movprfx z31, z647// CHECK-ENCODING: [0xdf,0xbc,0x20,0x04]48// CHECK-ERROR: instruction requires: sve or sme49// CHECK-UNKNOWN: 0420bcdf <unknown>50 51uadalp z31.d, p0/m, z30.s52// CHECK-INST: uadalp z31.d, p0/m, z30.s53// CHECK-ENCODING: [0xdf,0xa3,0xc5,0x44]54// CHECK-ERROR: instruction requires: sve2 or sme55// CHECK-UNKNOWN: 44c5a3df <unknown>56