gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / crc-ext.s
1 .text
2 .arch armv8-a
3 .arch_extension crc
4 crc32w r0,r0,r2
5
6 .fpu crypto-neon-fp-armv8
7 crc32w r0,r0,r2
8
9 .arch armv8.1-a
10 crc32w r0,r0,r2
11
12 .cpu cortex-a53
13 crc32w r0,r0,r2
14
15 .cpu cortex-a55
16 crc32w r0,r0,r2
17
18 .cpu cortex-a57
19 crc32w r0,r0,r2
This page took 0.057393 seconds and 4 git commands to generate.