xref: /aosp_15_r20/external/llvm/test/MC/AArch64/cyclone-crc.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// RUN: not llvm-mc -triple arm64-apple-ios -mcpu=cyclone %s 2>&1 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker    crc32b w0, w1, w5
4*9880d681SAndroid Build Coastguard Worker    crc32h w3, w5, w6
5*9880d681SAndroid Build Coastguard Worker    crc32w w19, wzr, w20
6*9880d681SAndroid Build Coastguard Worker    crc32x w3, w5, x20
7*9880d681SAndroid Build Coastguard WorkerCHECK: error: instruction requires: crc
8*9880d681SAndroid Build Coastguard WorkerCHECK:     crc32b w0, w1, w5
9*9880d681SAndroid Build Coastguard WorkerCHECK: error: instruction requires: crc
10*9880d681SAndroid Build Coastguard WorkerCHECK:     crc32h w3, w5, w6
11*9880d681SAndroid Build Coastguard WorkerCHECK: error: instruction requires: crc
12*9880d681SAndroid Build Coastguard WorkerCHECK:     crc32w w19, wzr, w20
13*9880d681SAndroid Build Coastguard WorkerCHECK: error: instruction requires: crc
14*9880d681SAndroid Build Coastguard WorkerCHECK:     crc32x w3, w5, x20
15*9880d681SAndroid Build Coastguard Worker
16*9880d681SAndroid Build Coastguard Worker    crc32cb w5, w10, w15
17*9880d681SAndroid Build Coastguard Worker    crc32ch w3, w5, w7
18*9880d681SAndroid Build Coastguard Worker    crc32cw w11, w13, w17
19*9880d681SAndroid Build Coastguard Worker    crc32cx w19, w23, x29
20*9880d681SAndroid Build Coastguard WorkerCHECK: error: instruction requires: crc
21*9880d681SAndroid Build Coastguard WorkerCHECK:     crc32cb w5, w10, w15
22*9880d681SAndroid Build Coastguard WorkerCHECK: error: instruction requires: crc
23*9880d681SAndroid Build Coastguard WorkerCHECK:     crc32ch w3, w5, w7
24*9880d681SAndroid Build Coastguard WorkerCHECK: error: instruction requires: crc
25*9880d681SAndroid Build Coastguard WorkerCHECK:     crc32cw w11, w13, w17
26*9880d681SAndroid Build Coastguard WorkerCHECK: error: instruction requires: crc
27*9880d681SAndroid Build Coastguard WorkerCHECK:     crc32cx w19, w23, x29
28