107 lines · plain
1// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve < %s \2// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \4// RUN: | FileCheck %s --check-prefix=CHECK-ERROR5// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sme < %s 2>&1 \6// RUN: | FileCheck %s --check-prefix=CHECK-ERROR7// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \8// RUN: | llvm-objdump --no-print-imm-hex -d --mattr=+sve - | FileCheck %s --check-prefix=CHECK-INST9// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \10// RUN: | llvm-objdump --no-print-imm-hex -d --mattr=-sve - | FileCheck %s --check-prefix=CHECK-UNKNOWN11 12ldnf1b z0.b, p0/z, [x0]13// CHECK-INST: ldnf1b { z0.b }, p0/z, [x0]14// CHECK-ENCODING: [0x00,0xa0,0x10,0xa4]15// CHECK-ERROR: instruction requires: sve16// CHECK-UNKNOWN: a410a000 <unknown>17 18ldnf1b z0.h, p0/z, [x0]19// CHECK-INST: ldnf1b { z0.h }, p0/z, [x0]20// CHECK-ENCODING: [0x00,0xa0,0x30,0xa4]21// CHECK-ERROR: instruction requires: sve22// CHECK-UNKNOWN: a430a000 <unknown>23 24ldnf1b z0.s, p0/z, [x0]25// CHECK-INST: ldnf1b { z0.s }, p0/z, [x0]26// CHECK-ENCODING: [0x00,0xa0,0x50,0xa4]27// CHECK-ERROR: instruction requires: sve28// CHECK-UNKNOWN: a450a000 <unknown>29 30ldnf1b z0.d, p0/z, [x0]31// CHECK-INST: ldnf1b { z0.d }, p0/z, [x0]32// CHECK-ENCODING: [0x00,0xa0,0x70,0xa4]33// CHECK-ERROR: instruction requires: sve34// CHECK-UNKNOWN: a470a000 <unknown>35 36ldnf1b { z0.b }, p0/z, [x0]37// CHECK-INST: ldnf1b { z0.b }, p0/z, [x0]38// CHECK-ENCODING: [0x00,0xa0,0x10,0xa4]39// CHECK-ERROR: instruction requires: sve40// CHECK-UNKNOWN: a410a000 <unknown>41 42ldnf1b { z0.h }, p0/z, [x0]43// CHECK-INST: ldnf1b { z0.h }, p0/z, [x0]44// CHECK-ENCODING: [0x00,0xa0,0x30,0xa4]45// CHECK-ERROR: instruction requires: sve46// CHECK-UNKNOWN: a430a000 <unknown>47 48ldnf1b { z0.s }, p0/z, [x0]49// CHECK-INST: ldnf1b { z0.s }, p0/z, [x0]50// CHECK-ENCODING: [0x00,0xa0,0x50,0xa4]51// CHECK-ERROR: instruction requires: sve52// CHECK-UNKNOWN: a450a000 <unknown>53 54ldnf1b { z0.d }, p0/z, [x0]55// CHECK-INST: ldnf1b { z0.d }, p0/z, [x0]56// CHECK-ENCODING: [0x00,0xa0,0x70,0xa4]57// CHECK-ERROR: instruction requires: sve58// CHECK-UNKNOWN: a470a000 <unknown>59 60ldnf1b { z31.b }, p7/z, [sp, #-1, mul vl]61// CHECK-INST: ldnf1b { z31.b }, p7/z, [sp, #-1, mul vl]62// CHECK-ENCODING: [0xff,0xbf,0x1f,0xa4]63// CHECK-ERROR: instruction requires: sve64// CHECK-UNKNOWN: a41fbfff <unknown>65 66ldnf1b { z21.b }, p5/z, [x10, #5, mul vl]67// CHECK-INST: ldnf1b { z21.b }, p5/z, [x10, #5, mul vl]68// CHECK-ENCODING: [0x55,0xb5,0x15,0xa4]69// CHECK-ERROR: instruction requires: sve70// CHECK-UNKNOWN: a415b555 <unknown>71 72ldnf1b { z31.h }, p7/z, [sp, #-1, mul vl]73// CHECK-INST: ldnf1b { z31.h }, p7/z, [sp, #-1, mul vl]74// CHECK-ENCODING: [0xff,0xbf,0x3f,0xa4]75// CHECK-ERROR: instruction requires: sve76// CHECK-UNKNOWN: a43fbfff <unknown>77 78ldnf1b { z21.h }, p5/z, [x10, #5, mul vl]79// CHECK-INST: ldnf1b { z21.h }, p5/z, [x10, #5, mul vl]80// CHECK-ENCODING: [0x55,0xb5,0x35,0xa4]81// CHECK-ERROR: instruction requires: sve82// CHECK-UNKNOWN: a435b555 <unknown>83 84ldnf1b { z31.s }, p7/z, [sp, #-1, mul vl]85// CHECK-INST: ldnf1b { z31.s }, p7/z, [sp, #-1, mul vl]86// CHECK-ENCODING: [0xff,0xbf,0x5f,0xa4]87// CHECK-ERROR: instruction requires: sve88// CHECK-UNKNOWN: a45fbfff <unknown>89 90ldnf1b { z21.s }, p5/z, [x10, #5, mul vl]91// CHECK-INST: ldnf1b { z21.s }, p5/z, [x10, #5, mul vl]92// CHECK-ENCODING: [0x55,0xb5,0x55,0xa4]93// CHECK-ERROR: instruction requires: sve94// CHECK-UNKNOWN: a455b555 <unknown>95 96ldnf1b { z31.d }, p7/z, [sp, #-1, mul vl]97// CHECK-INST: ldnf1b { z31.d }, p7/z, [sp, #-1, mul vl]98// CHECK-ENCODING: [0xff,0xbf,0x7f,0xa4]99// CHECK-ERROR: instruction requires: sve100// CHECK-UNKNOWN: a47fbfff <unknown>101 102ldnf1b { z21.d }, p5/z, [x10, #5, mul vl]103// CHECK-INST: ldnf1b { z21.d }, p5/z, [x10, #5, mul vl]104// CHECK-ENCODING: [0x55,0xb5,0x75,0xa4]105// CHECK-ERROR: instruction requires: sve106// CHECK-UNKNOWN: a475b555 <unknown>107