llvm/llvm/test/MC/AArch64/SVE2p1/whilege.s

// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 < %s \
// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p1 < %s \
// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
// RUN:        | FileCheck %s --check-prefix=CHECK-ERROR
// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme2 < %s \
// RUN:        | llvm-objdump -d --mattr=+sme2 - | FileCheck %s --check-prefix=CHECK-INST
// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme2 < %s \
// RUN:        | llvm-objdump -d --mattr=-sme2,-sve2p1 - | FileCheck %s --check-prefix=CHECK-UNKNOWN
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 < %s \
// RUN:        | sed '/.text/d' | sed 's/.*encoding: //g' \
// RUN:        | llvm-mc -triple=aarch64 -mattr=+sme2 -disassemble -show-encoding \
// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST

whilege pn8.h, x0, x0, vlx2  // 00100101-01100000-01000000-00010000
// CHECK-INST: whilege pn8.h, x0, x0, vlx2
// CHECK-ENCODING: [0x10,0x40,0x60,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25604010 <unknown>

whilege pn13.h, x10, x21, vlx2  // 00100101-01110101-01000001-01010101
// CHECK-INST: whilege pn13.h, x10, x21, vlx2
// CHECK-ENCODING: [0x55,0x41,0x75,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25754155 <unknown>

whilege pn15.h, x13, x8, vlx4  // 00100101-01101000-01100001-10110111
// CHECK-INST: whilege pn15.h, x13, x8, vlx4
// CHECK-ENCODING: [0xb7,0x61,0x68,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 256861b7 <unknown>

whilege pn15.h, xzr, xzr, vlx4  // 00100101-01111111-01100011-11110111
// CHECK-INST: whilege pn15.h, xzr, xzr, vlx4
// CHECK-ENCODING: [0xf7,0x63,0x7f,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 257f63f7 <unknown>

whilege {p0.h, p1.h}, x0, x0  // 00100101-01100000-01010000-00010000
// CHECK-INST: whilege { p0.h, p1.h }, x0, x0
// CHECK-ENCODING: [0x10,0x50,0x60,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25605010 <unknown>

whilege {p4.h, p5.h}, x10, x21  // 00100101-01110101-01010001-01010100
// CHECK-INST: whilege { p4.h, p5.h }, x10, x21
// CHECK-ENCODING: [0x54,0x51,0x75,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25755154 <unknown>

whilege {p6.h, p7.h}, x13, x8  // 00100101-01101000-01010001-10110110
// CHECK-INST: whilege { p6.h, p7.h }, x13, x8
// CHECK-ENCODING: [0xb6,0x51,0x68,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 256851b6 <unknown>

whilege {p14.h, p15.h}, xzr, xzr  // 00100101-01111111-01010011-11111110
// CHECK-INST: whilege { p14.h, p15.h }, xzr, xzr
// CHECK-ENCODING: [0xfe,0x53,0x7f,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 257f53fe <unknown>

whilege pn8.s, x0, x0, vlx2  // 00100101-10100000-01000000-00010000
// CHECK-INST: whilege pn8.s, x0, x0, vlx2
// CHECK-ENCODING: [0x10,0x40,0xa0,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25a04010 <unknown>

whilege pn13.s, x10, x21, vlx2  // 00100101-10110101-01000001-01010101
// CHECK-INST: whilege pn13.s, x10, x21, vlx2
// CHECK-ENCODING: [0x55,0x41,0xb5,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25b54155 <unknown>

whilege pn15.s, x13, x8, vlx4  // 00100101-10101000-01100001-10110111
// CHECK-INST: whilege pn15.s, x13, x8, vlx4
// CHECK-ENCODING: [0xb7,0x61,0xa8,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25a861b7 <unknown>

whilege pn15.s, xzr, xzr, vlx4  // 00100101-10111111-01100011-11110111
// CHECK-INST: whilege pn15.s, xzr, xzr, vlx4
// CHECK-ENCODING: [0xf7,0x63,0xbf,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25bf63f7 <unknown>

whilege {p0.s, p1.s}, x0, x0  // 00100101-10100000-01010000-00010000
// CHECK-INST: whilege { p0.s, p1.s }, x0, x0
// CHECK-ENCODING: [0x10,0x50,0xa0,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25a05010 <unknown>

whilege {p4.s, p5.s}, x10, x21  // 00100101-10110101-01010001-01010100
// CHECK-INST: whilege { p4.s, p5.s }, x10, x21
// CHECK-ENCODING: [0x54,0x51,0xb5,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25b55154 <unknown>

whilege {p6.s, p7.s}, x13, x8  // 00100101-10101000-01010001-10110110
// CHECK-INST: whilege { p6.s, p7.s }, x13, x8
// CHECK-ENCODING: [0xb6,0x51,0xa8,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25a851b6 <unknown>

whilege {p14.s, p15.s}, xzr, xzr  // 00100101-10111111-01010011-11111110
// CHECK-INST: whilege { p14.s, p15.s }, xzr, xzr
// CHECK-ENCODING: [0xfe,0x53,0xbf,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25bf53fe <unknown>


whilege pn8.d, x0, x0, vlx2  // 00100101-11100000-01000000-00010000
// CHECK-INST: whilege pn8.d, x0, x0, vlx2
// CHECK-ENCODING: [0x10,0x40,0xe0,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25e04010 <unknown>

whilege pn13.d, x10, x21, vlx2  // 00100101-11110101-01000001-01010101
// CHECK-INST: whilege pn13.d, x10, x21, vlx2
// CHECK-ENCODING: [0x55,0x41,0xf5,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25f54155 <unknown>

whilege pn15.d, x13, x8, vlx4  // 00100101-11101000-01100001-10110111
// CHECK-INST: whilege pn15.d, x13, x8, vlx4
// CHECK-ENCODING: [0xb7,0x61,0xe8,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25e861b7 <unknown>

whilege pn15.d, xzr, xzr, vlx4  // 00100101-11111111-01100011-11110111
// CHECK-INST: whilege pn15.d, xzr, xzr, vlx4
// CHECK-ENCODING: [0xf7,0x63,0xff,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25ff63f7 <unknown>

whilege {p0.d, p1.d}, x0, x0  // 00100101-11100000-01010000-00010000
// CHECK-INST: whilege { p0.d, p1.d }, x0, x0
// CHECK-ENCODING: [0x10,0x50,0xe0,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25e05010 <unknown>

whilege {p4.d, p5.d}, x10, x21  // 00100101-11110101-01010001-01010100
// CHECK-INST: whilege { p4.d, p5.d }, x10, x21
// CHECK-ENCODING: [0x54,0x51,0xf5,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25f55154 <unknown>

whilege {p6.d, p7.d}, x13, x8  // 00100101-11101000-01010001-10110110
// CHECK-INST: whilege { p6.d, p7.d }, x13, x8
// CHECK-ENCODING: [0xb6,0x51,0xe8,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25e851b6 <unknown>

whilege {p14.d, p15.d}, xzr, xzr  // 00100101-11111111-01010011-11111110
// CHECK-INST: whilege { p14.d, p15.d }, xzr, xzr
// CHECK-ENCODING: [0xfe,0x53,0xff,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25ff53fe <unknown>


whilege pn8.b, x0, x0, vlx2  // 00100101-00100000-01000000-00010000
// CHECK-INST: whilege pn8.b, x0, x0, vlx2
// CHECK-ENCODING: [0x10,0x40,0x20,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25204010 <unknown>

whilege pn13.b, x10, x21, vlx2  // 00100101-00110101-01000001-01010101
// CHECK-INST: whilege pn13.b, x10, x21, vlx2
// CHECK-ENCODING: [0x55,0x41,0x35,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25354155 <unknown>

whilege pn15.b, x13, x8, vlx4  // 00100101-00101000-01100001-10110111
// CHECK-INST: whilege pn15.b, x13, x8, vlx4
// CHECK-ENCODING: [0xb7,0x61,0x28,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 252861b7 <unknown>

whilege pn15.b, xzr, xzr, vlx4  // 00100101-00111111-01100011-11110111
// CHECK-INST: whilege pn15.b, xzr, xzr, vlx4
// CHECK-ENCODING: [0xf7,0x63,0x3f,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 253f63f7 <unknown>

whilege {p0.b, p1.b}, x0, x0  // 00100101-00100000-01010000-00010000
// CHECK-INST: whilege { p0.b, p1.b }, x0, x0
// CHECK-ENCODING: [0x10,0x50,0x20,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25205010 <unknown>

whilege {p4.b, p5.b}, x10, x21  // 00100101-00110101-01010001-01010100
// CHECK-INST: whilege { p4.b, p5.b }, x10, x21
// CHECK-ENCODING: [0x54,0x51,0x35,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 25355154 <unknown>

whilege {p6.b, p7.b}, x13, x8  // 00100101-00101000-01010001-10110110
// CHECK-INST: whilege { p6.b, p7.b }, x13, x8
// CHECK-ENCODING: [0xb6,0x51,0x28,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 252851b6 <unknown>

whilege {p14.b, p15.b}, xzr, xzr  // 00100101-00111111-01010011-11111110
// CHECK-INST: whilege { p14.b, p15.b }, xzr, xzr
// CHECK-ENCODING: [0xfe,0x53,0x3f,0x25]
// CHECK-ERROR: instruction requires: sme2 or sve2p1
// CHECK-UNKNOWN: 253f53fe <unknown>