x86: Remove i386-*-kaos* and i386-*-chaos targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-disp32.s
CommitLineData
f8a5c266 1 .text
a501d77e 2 mov (%rax),%ebx
f8a5c266 3 mov 3(%rax),%ebx
a501d77e
L
4
5 mov.d8 (%rax),%ebx
6 mov.d8 3(%rax),%ebx
7 mov.d8 0xfff(%rax),%ebx
8
9 mov.d32 (%rax),%ebx
f8a5c266 10 mov.d32 3(%rax),%ebx
5be33403 11 vmovdqu64.d32 -0x40(%rax),%xmm3
f8a5c266
L
12
13 jmp foo
a501d77e 14 jmp.d8 foo
f8a5c266
L
15 jmp.d32 foo
16foo:
17
18 .intel_syntax noprefix
a501d77e 19 mov DWORD PTR [rax], ebx
f8a5c266 20 mov DWORD PTR [rax+3], ebx
a501d77e
L
21 mov DWORD PTR [rax+0xfff], ebx
22
23 mov.d8 DWORD PTR [rax], ebx
24 mov.d8 DWORD PTR [rax+3], ebx
25
26 mov.d32 DWORD PTR [rax], ebx
f8a5c266 27 mov.d32 DWORD PTR [rax+3], ebx
5be33403
L
28
29 vmovdqu64.d32 xmm3,XMMWORD PTR [rax-0x40]
This page took 0.399838 seconds and 4 git commands to generate.