Add support for AArch32 CRC instruction in ARMv8.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / crc32-bad.s
1 .section .text
2 .syntax unified
3 .arm
4 crc32b r15, r1, r2
5 crc32h r0, r15, r2
6 crc32w r0, r1, r15
7 crc32cb r0, r15, r2
8 crc32ch r15, r1, r2
9 crc32cw r0, r15, r2
10
11 .thumb
12 crc32b r13, r1, r2
13 crc32h r0, r15, r2
14 crc32w r0, r1, r13
15 crc32cb r0, r15, r2
16 crc32ch r13, r1, r2
17 crc32cw r0, r15, r2
This page took 0.030197 seconds and 4 git commands to generate.