reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
# RUN: llvm-mc --disassemble %s -triple=armv8 2>&1 | FileCheck %s

# CHECK:  crc32b  r0, r1, r2
# CHECK:  crc32h  r0, r1, r2
# CHECK:  crc32w  r0, r1, r2
# CHECK:  crc32cb r0, r1, r2
# CHECK:  crc32ch r0, r1, r2
# CHECK:  crc32cw r0, r1, r2

0x42 0x00 0x01 0xe1
0x42 0x00 0x21 0xe1
0x42 0x00 0x41 0xe1
0x42 0x02 0x01 0xe1
0x42 0x02 0x21 0xe1
0x42 0x02 0x41 0xe1