1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355
|
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+fp8 < %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=+fp8 < %s \
// RUN: | llvm-objdump -d --mattr=+fp8 - | FileCheck %s --check-prefix=CHECK-INST
// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+fp8 < %s \
// RUN: | llvm-objdump -d --mattr=-sme2 - | FileCheck %s --check-prefix=CHECK-UNKNOWN
// Disassemble encoding and check the re-encoding (-show-encoding) matches.
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+fp8 < %s \
// RUN: | sed '/.text/d' | sed 's/.*encoding: //g' \
// RUN: | llvm-mc -triple=aarch64 -mattr=+fp8 -disassemble -show-encoding \
// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
///
/// BF1CVTL instructions.
///
bf1cvtl v0.8h, v0.8b
// CHECK-INST: bf1cvtl v0.8h, v0.8b
// CHECK-ENCODING: [0x00,0x78,0xa1,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2ea17800 <unknown>
bf1cvtl v0.8h, v31.8b
// CHECK-INST: bf1cvtl v0.8h, v31.8b
// CHECK-ENCODING: [0xe0,0x7b,0xa1,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2ea17be0 <unknown>
bf1cvtl v31.8h, v31.8b
// CHECK-INST: bf1cvtl v31.8h, v31.8b
// CHECK-ENCODING: [0xff,0x7b,0xa1,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2ea17bff <unknown>
///
/// BF1CVTL2 instructions.
///
bf1cvtl2 v0.8h, v0.16b
// CHECK-INST: bf1cvtl2 v0.8h, v0.16b
// CHECK-ENCODING: [0x00,0x78,0xa1,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ea17800 <unknown>
bf1cvtl2 v0.8h, v31.16b
// CHECK-INST: bf1cvtl2 v0.8h, v31.16b
// CHECK-ENCODING: [0xe0,0x7b,0xa1,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ea17be0 <unknown>
bf1cvtl2 v31.8h, v31.16b
// CHECK-INST: bf1cvtl2 v31.8h, v31.16b
// CHECK-ENCODING: [0xff,0x7b,0xa1,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ea17bff <unknown>
///
/// BF2CVTL instructions.
///
bf2cvtl v0.8h, v0.8b
// CHECK-INST: bf2cvtl v0.8h, v0.8b
// CHECK-ENCODING: [0x00,0x78,0xe1,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2ee17800 <unknown>
bf2cvtl v0.8h, v31.8b
// CHECK-INST: bf2cvtl v0.8h, v31.8b
// CHECK-ENCODING: [0xe0,0x7b,0xe1,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2ee17be0 <unknown>
bf2cvtl v31.8h, v31.8b
// CHECK-INST: bf2cvtl v31.8h, v31.8b
// CHECK-ENCODING: [0xff,0x7b,0xe1,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2ee17bff <unknown>
///
/// BF2CVTL2 instructions.
///
bf2cvtl2 v0.8h, v0.16b
// CHECK-INST: bf2cvtl2 v0.8h, v0.16b
// CHECK-ENCODING: [0x00,0x78,0xe1,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ee17800 <unknown>
bf2cvtl2 v0.8h, v31.16b
// CHECK-INST: bf2cvtl2 v0.8h, v31.16b
// CHECK-ENCODING: [0xe0,0x7b,0xe1,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ee17be0 <unknown>
bf2cvtl2 v31.8h, v31.16b
// CHECK-INST: bf2cvtl2 v31.8h, v31.16b
// CHECK-ENCODING: [0xff,0x7b,0xe1,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ee17bff <unknown>
///
/// F1CVTL instructions.
///
f1cvtl v0.8h, v0.8b
// CHECK-INST: f1cvtl v0.8h, v0.8b
// CHECK-ENCODING: [0x00,0x78,0x21,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2e217800 <unknown>
f1cvtl v0.8h, v31.8b
// CHECK-INST: f1cvtl v0.8h, v31.8b
// CHECK-ENCODING: [0xe0,0x7b,0x21,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2e217be0 <unknown>
f1cvtl v31.8h, v31.8b
// CHECK-INST: f1cvtl v31.8h, v31.8b
// CHECK-ENCODING: [0xff,0x7b,0x21,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2e217bff <unknown>
///
/// F1CVTL2 instructions.
///
f1cvtl2 v0.8h, v0.16b
// CHECK-INST: f1cvtl2 v0.8h, v0.16b
// CHECK-ENCODING: [0x00,0x78,0x21,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6e217800 <unknown>
f1cvtl2 v0.8h, v31.16b
// CHECK-INST: f1cvtl2 v0.8h, v31.16b
// CHECK-ENCODING: [0xe0,0x7b,0x21,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6e217be0 <unknown>
f1cvtl2 v31.8h, v31.16b
// CHECK-INST: f1cvtl2 v31.8h, v31.16b
// CHECK-ENCODING: [0xff,0x7b,0x21,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6e217bff <unknown>
///
/// F2CVTL instructions.
///
f2cvtl v0.8h, v0.8b
// CHECK-INST: f2cvtl v0.8h, v0.8b
// CHECK-ENCODING: [0x00,0x78,0x61,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2e617800 <unknown>
f2cvtl v0.8h, v31.8b
// CHECK-INST: f2cvtl v0.8h, v31.8b
// CHECK-ENCODING: [0xe0,0x7b,0x61,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2e617be0 <unknown>
f2cvtl v31.8h, v31.8b
// CHECK-INST: f2cvtl v31.8h, v31.8b
// CHECK-ENCODING: [0xff,0x7b,0x61,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2e617bff <unknown>
///
/// F2CVTL2 instructions.
///
f2cvtl2 v0.8h, v0.16b
// CHECK-INST: f2cvtl2 v0.8h, v0.16b
// CHECK-ENCODING: [0x00,0x78,0x61,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6e617800 <unknown>
f2cvtl2 v0.8h, v31.16b
// CHECK-INST: f2cvtl2 v0.8h, v31.16b
// CHECK-ENCODING: [0xe0,0x7b,0x61,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6e617be0 <unknown>
f2cvtl2 v31.8h, v31.16b
// CHECK-INST: f2cvtl2 v31.8h, v31.16b
// CHECK-ENCODING: [0xff,0x7b,0x61,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6e617bff <unknown>
///
/// FCVTN instructions.
///
// FP16 TO FP8
fcvtn v31.8b, v31.4h, v31.4h
// CHECK-INST: fcvtn v31.8b, v31.4h, v31.4h
// CHECK-ENCODING: [0xff,0xf7,0x5f,0x0e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 0e5ff7ff <unknown>
fcvtn v31.8b, v0.4h, v0.4h
// CHECK-INST: fcvtn v31.8b, v0.4h, v0.4h
// CHECK-ENCODING: [0x1f,0xf4,0x40,0x0e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 0e40f41f <unknown>
fcvtn v0.8b, v0.4h, v0.4h
// CHECK-INST: fcvtn v0.8b, v0.4h, v0.4h
// CHECK-ENCODING: [0x00,0xf4,0x40,0x0e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 0e40f400 <unknown>
fcvtn v0.16b, v0.8h, v0.8h
// CHECK-INST: fcvtn v0.16b, v0.8h, v0.8h
// CHECK-ENCODING: [0x00,0xf4,0x40,0x4e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 4e40f400 <unknown>
fcvtn v31.16b, v0.8h, v0.8h
// CHECK-INST: fcvtn v31.16b, v0.8h, v0.8h
// CHECK-ENCODING: [0x1f,0xf4,0x40,0x4e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 4e40f41f <unknown>
fcvtn v31.16b, v31.8h, v31.8h
// CHECK-INST: fcvtn v31.16b, v31.8h, v31.8h
// CHECK-ENCODING: [0xff,0xf7,0x5f,0x4e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 4e5ff7ff <unknown>
// FP32 TO FP8
fcvtn v0.8b, v0.4s, v0.4s
// CHECK-INST: fcvtn v0.8b, v0.4s, v0.4s
// CHECK-ENCODING: [0x00,0xf4,0x00,0x0e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 0e00f400 <unknown>
fcvtn v0.8b, v31.4s, v31.4s
// CHECK-INST: fcvtn v0.8b, v31.4s, v31.4s
// CHECK-ENCODING: [0xe0,0xf7,0x1f,0x0e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 0e1ff7e0 <unknown>
fcvtn v31.8b, v31.4s, v31.4s
// CHECK-INST: fcvtn v31.8b, v31.4s, v31.4s
// CHECK-ENCODING: [0xff,0xf7,0x1f,0x0e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 0e1ff7ff <unknown>
///
/// FCVTN2 instructions.
///
fcvtn2 v0.16b, v0.4s, v0.4s
// CHECK-INST: fcvtn2 v0.16b, v0.4s, v0.4s
// CHECK-ENCODING: [0x00,0xf4,0x00,0x4e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 4e00f400 <unknown>
fcvtn2 v0.16b, v0.4s, v31.4s
// CHECK-INST: fcvtn2 v0.16b, v0.4s, v31.4s
// CHECK-ENCODING: [0x00,0xf4,0x1f,0x4e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 4e1ff400 <unknown>
fcvtn2 v31.16b, v31.4s, v31.4s
// CHECK-INST: fcvtn2 v31.16b, v31.4s, v31.4s
// CHECK-ENCODING: [0xff,0xf7,0x1f,0x4e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 4e1ff7ff <unknown>
///
/// FSCALE instructions.
///
fscale v0.4h, v0.4h, v0.4h
// CHECK-INST: fscale v0.4h, v0.4h, v0.4h
// CHECK-ENCODING: [0x00,0x3c,0xc0,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2ec03c00 <unknown>
fscale v0.4h, v31.4h, v31.4h
// CHECK-INST: fscale v0.4h, v31.4h, v31.4h
// CHECK-ENCODING: [0xe0,0x3f,0xdf,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2edf3fe0 <unknown>
fscale v31.4h, v31.4h, v31.4h
// CHECK-INST: fscale v31.4h, v31.4h, v31.4h
// CHECK-ENCODING: [0xff,0x3f,0xdf,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2edf3fff <unknown>
fscale v0.8h, v0.8h, v0.8h
// CHECK-INST: fscale v0.8h, v0.8h, v0.8h
// CHECK-ENCODING: [0x00,0x3c,0xc0,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ec03c00 <unknown>
fscale v31.8h, v0.8h, v0.8h
// CHECK-INST: fscale v31.8h, v0.8h, v0.8h
// CHECK-ENCODING: [0x1f,0x3c,0xc0,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ec03c1f <unknown>
fscale v31.8h, v31.8h, v31.8h
// CHECK-INST: fscale v31.8h, v31.8h, v31.8h
// CHECK-ENCODING: [0xff,0x3f,0xdf,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6edf3fff <unknown>
fscale v0.2s, v0.2s, v0.2s
// CHECK-INST: fscale v0.2s, v0.2s, v0.2s
// CHECK-ENCODING: [0x00,0xfc,0xa0,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2ea0fc00 <unknown>
fscale v0.2s, v0.2s, v31.2s
// CHECK-INST: fscale v0.2s, v0.2s, v31.2s
// CHECK-ENCODING: [0x00,0xfc,0xbf,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2ebffc00 <unknown>
fscale v31.2s, v31.2s, v31.2s
// CHECK-INST: fscale v31.2s, v31.2s, v31.2s
// CHECK-ENCODING: [0xff,0xff,0xbf,0x2e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 2ebfffff <unknown>
fscale v0.4s, v0.4s, v0.4s
// CHECK-INST: fscale v0.4s, v0.4s, v0.4s
// CHECK-ENCODING: [0x00,0xfc,0xa0,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ea0fc00 <unknown>
fscale v0.4s, v31.4s, v0.4s
// CHECK-INST: fscale v0.4s, v31.4s, v0.4s
// CHECK-ENCODING: [0xe0,0xff,0xa0,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ea0ffe0 <unknown>
fscale v31.4s, v31.4s, v31.4s
// CHECK-INST: fscale v31.4s, v31.4s, v31.4s
// CHECK-ENCODING: [0xff,0xff,0xbf,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ebfffff <unknown>
fscale v0.2d, v0.2d, v0.2d
// CHECK-INST: fscale v0.2d, v0.2d, v0.2d
// CHECK-ENCODING: [0x00,0xfc,0xe0,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ee0fc00 <unknown>
fscale v0.2d, v31.2d, v0.2d
// CHECK-INST: fscale v0.2d, v31.2d, v0.2d
// CHECK-ENCODING: [0xe0,0xff,0xe0,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6ee0ffe0 <unknown>
fscale v31.2d, v31.2d, v31.2d
// CHECK-INST: fscale v31.2d, v31.2d, v31.2d
// CHECK-ENCODING: [0xff,0xff,0xff,0x6e]
// CHECK-ERROR: instruction requires: fp8
// CHECK-UNKNOWN: 6effffff
|