[ARM] Support ARMv8.2 FP16 simd instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / crc32.s
1 .section .text
2 .syntax unified
3 .arm
4 crc32b r0, r1, r2
5 crc32h r0, r1, r2
6 crc32w r0, r1, r2
7 crc32cb r0, r1, r2
8 crc32ch r0, r1, r2
9 crc32cw r0, r1, r2
10
11 .thumb
12 crc32b r0, r1, r2
13 crc32h r0, r1, r2
14 crc32w r0, r1, r2
15 crc32cb r0, r1, r2
16 crc32ch r0, r1, r2
17 crc32cw r0, r1, r2
This page took 0.030079 seconds and 4 git commands to generate.