x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ilp32 / x86-64-crc32.d
CommitLineData
351f65ca
L
1#source: ../x86-64-crc32.s
2#objdump: -dw
3#name: x86-64 (ILP32) crc32
4
5.*: file format .*
6
7Disassembly of section .text:
8
90+ <foo>:
10[ ]*[a-f0-9]+: f2 0f 38 f0 06 crc32b \(%rsi\),%eax
11[ ]*[a-f0-9]+: f2 48 0f 38 f0 06 crc32b \(%rsi\),%rax
12[ ]*[a-f0-9]+: 66 f2 0f 38 f1 06 crc32w \(%rsi\),%eax
13[ ]*[a-f0-9]+: f2 0f 38 f1 06 crc32l \(%rsi\),%eax
14[ ]*[a-f0-9]+: f2 48 0f 38 f1 06 crc32q \(%rsi\),%rax
15[ ]*[a-f0-9]+: f2 0f 38 f0 c0 crc32b %al,%eax
16[ ]*[a-f0-9]+: f2 0f 38 f0 c0 crc32b %al,%eax
17[ ]*[a-f0-9]+: f2 48 0f 38 f0 c0 crc32b %al,%rax
18[ ]*[a-f0-9]+: f2 48 0f 38 f0 c0 crc32b %al,%rax
19[ ]*[a-f0-9]+: 66 f2 0f 38 f1 c0 crc32w %ax,%eax
20[ ]*[a-f0-9]+: 66 f2 0f 38 f1 c0 crc32w %ax,%eax
21[ ]*[a-f0-9]+: f2 0f 38 f1 c0 crc32l %eax,%eax
22[ ]*[a-f0-9]+: f2 0f 38 f1 c0 crc32l %eax,%eax
23[ ]*[a-f0-9]+: f2 48 0f 38 f1 c0 crc32q %rax,%rax
24[ ]*[a-f0-9]+: f2 48 0f 38 f1 c0 crc32q %rax,%rax
25[ ]*[a-f0-9]+: f2 48 0f 38 f0 06 crc32b \(%rsi\),%rax
26[ ]*[a-f0-9]+: f2 0f 38 f0 06 crc32b \(%rsi\),%eax
27[ ]*[a-f0-9]+: 66 f2 0f 38 f1 06 crc32w \(%rsi\),%eax
28[ ]*[a-f0-9]+: f2 0f 38 f1 06 crc32l \(%rsi\),%eax
29[ ]*[a-f0-9]+: f2 48 0f 38 f1 06 crc32q \(%rsi\),%rax
30[ ]*[a-f0-9]+: f2 0f 38 f0 c0 crc32b %al,%eax
31[ ]*[a-f0-9]+: f2 48 0f 38 f0 c0 crc32b %al,%rax
32[ ]*[a-f0-9]+: 66 f2 0f 38 f1 c0 crc32w %ax,%eax
33[ ]*[a-f0-9]+: f2 0f 38 f1 c0 crc32l %eax,%eax
34[ ]*[a-f0-9]+: f2 48 0f 38 f1 c0 crc32q %rax,%rax
35#pass
This page took 0.256125 seconds and 4 git commands to generate.