brintos

brintos / llvm-project-archived public Read only

0
0
Text · 843 B · a541002 Raw
17 lines · plain
1@ RUN: not llvm-mc -triple=armv8 -show-encoding < %s 2>&1 | FileCheck %s2@ RUN: not llvm-mc -triple=thumbv8 -show-encoding < %s 2>&1 | FileCheck %s3 4        crc32cbeq  r0, r1, r25        crc32bne   r0, r1, r26        crc32chcc  r0, r1, r27        crc32hpl   r0, r1, r28        crc32cwgt  r0, r1, r29        crc32wle   r0, r1, r210 11@ CHECK: error: instruction 'crc32cb' is not predicable, but condition code specified12@ CHECK: error: instruction 'crc32b' is not predicable, but condition code specified13@ CHECK: error: instruction 'crc32ch' is not predicable, but condition code specified14@ CHECK: error: instruction 'crc32h' is not predicable, but condition code specified15@ CHECK: error: instruction 'crc32cw' is not predicable, but condition code specified16@ CHECK: error: instruction 'crc32w' is not predicable, but condition code specified17