[ARM] Remove ARMv6S-M special casing
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / crc32.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: ARMv8 CRC32 instructions
3 #as: -march=armv8-a+crc
4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
5
6 .*: *file format .*arm.*
7
8
9 Disassembly of section .text:
10 0+0 <[^>]*> e1010042 crc32b r0, r1, r2
11 0+4 <[^>]*> e1210042 crc32h r0, r1, r2
12 0+8 <[^>]*> e1410042 crc32w r0, r1, r2
13 0+c <[^>]*> e1010242 crc32cb r0, r1, r2
14 0+10 <[^>]*> e1210242 crc32ch r0, r1, r2
15 0+14 <[^>]*> e1410242 crc32cw r0, r1, r2
16 0+18 <[^>]*> fac1 f082 crc32b r0, r1, r2
17 0+1c <[^>]*> fac1 f092 crc32h r0, r1, r2
18 0+20 <[^>]*> fac1 f0a2 crc32w r0, r1, r2
19 0+24 <[^>]*> fad1 f082 crc32cb r0, r1, r2
20 0+28 <[^>]*> fad1 f092 crc32ch r0, r1, r2
21 0+2c <[^>]*> fad1 f0a2 crc32cw r0, r1, r2
22
This page took 0.030544 seconds and 4 git commands to generate.