Fix compile time warnings about using possibly uninitialised variables in rs6000...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / disp32.s
CommitLineData
f8a5c266 1 .text
a501d77e 2 mov (%eax),%ebx
f8a5c266 3 mov 3(%eax),%ebx
a501d77e
L
4
5 mov.d8 (%eax),%ebx
6 mov.d8 3(%eax),%ebx
7 mov.d8 0xfff(%eax),%ebx
8
9 mov.d32 (%eax),%ebx
f8a5c266
L
10 mov.d32 3(%eax),%ebx
11
5be33403
L
12 vmovdqu64.d32 -0x40(%eax),%xmm3
13
f8a5c266 14 jmp foo
a501d77e 15 jmp.d8 foo
f8a5c266
L
16 jmp.d32 foo
17foo:
18
19 .intel_syntax noprefix
a501d77e 20 mov DWORD PTR [eax], ebx
f8a5c266 21 mov DWORD PTR [eax+3], ebx
a501d77e
L
22 mov DWORD PTR [eax+0xfff], ebx
23
24 mov.d8 DWORD PTR [eax], ebx
25 mov.d8 DWORD PTR [eax+3], ebx
26
27 mov.d32 DWORD PTR [eax], ebx
f8a5c266 28 mov.d32 DWORD PTR [eax+3], ebx
5be33403
L
29
30 vmovdqu64.d32 xmm3,XMMWORD PTR [eax-0x40]
This page took 0.346064 seconds and 4 git commands to generate.