x86: harmonize disp with imm handling
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / disp-imm-32.d
CommitLineData
a50187b2
JB
1#objdump: -dw
2#name: i386 displacements / immediates (32-bit)
3
4.*: +file format .*
5
6Disassembly of section .text:
7
80+ <disp_imm>:
9[ ]*[a-f0-9]+: 8b 40 01 mov 0x1\(%eax\),%eax
10[ ]*[a-f0-9]+: 62 f1 7c 48 28 40 01 vmovaps 0x40\(%eax\),%zmm0
11[ ]*[a-f0-9]+: 83 c1 01 add \$0x1,%ecx
12[ ]*[a-f0-9]+: 8b 00 mov \(%eax\),%eax
13[ ]*[a-f0-9]+: 62 f1 7c 48 28 00 vmovaps \(%eax\),%zmm0
14[ ]*[a-f0-9]+: 83 c1 00 add \$0x0,%ecx
15[ ]*[a-f0-9]+: 8b 40 ff mov -0x1\(%eax\),%eax
16[ ]*[a-f0-9]+: 62 f1 7c 48 28 40 ff vmovaps -0x40\(%eax\),%zmm0
17[ ]*[a-f0-9]+: 83 c1 ff add \$0xffffffff,%ecx
18[ ]*[a-f0-9]+: 8b 40 01 mov 0x1\(%eax\),%eax
19[ ]*[a-f0-9]+: 62 f1 7c 48 28 40 01 vmovaps 0x40\(%eax\),%zmm0
20[ ]*[a-f0-9]+: 83 c1 01 add \$0x1,%ecx
21#pass
This page took 0.024332 seconds and 4 git commands to generate.