[ARM] Don't warn on REG_SP when used in CRC32 instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / crc32-armv8-ar-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 r15, r1, r2
13 crc32h r0, r15, r2
14 crc32w r0, r1, r15
15 crc32cb r0, r15, r2
16 crc32ch r15, r1, r2
17 crc32cw r0, r15, r2
This page took 0.031315 seconds and 5 git commands to generate.