i386: Add tests for lfence with load/indirect branch/ret
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movd-intel.d
CommitLineData
704a705d
L
1#source: x86-64-movd.s
2#as: -J
3#objdump: -dw -Mintel
4#name: x86-64 movd (Intel mode)
5
6.*: +file format .*
7
8Disassembly of section .text:
9
100+ <_start>:
11 +[a-f0-9]+: 66 0f 6e 88 80 00 00 00 movd xmm1,DWORD PTR \[rax\+0x80\]
12 +[a-f0-9]+: 66 48 0f 6e c8 movq xmm1,rax
13 +[a-f0-9]+: 66 0f 7e 88 80 00 00 00 movd DWORD PTR \[rax\+0x80\],xmm1
14 +[a-f0-9]+: 66 48 0f 7e c8 movq rax,xmm1
15 +[a-f0-9]+: c5 f9 6e 88 80 00 00 00 vmovd xmm1,DWORD PTR \[rax\+0x80\]
16 +[a-f0-9]+: c4 e1 f9 6e c8 vmovq xmm1,rax
17 +[a-f0-9]+: c5 f9 7e 88 80 00 00 00 vmovd DWORD PTR \[rax\+0x80\],xmm1
18 +[a-f0-9]+: c4 e1 f9 7e c8 vmovq rax,xmm1
19 +[a-f0-9]+: 62 f1 7d 08 6e 48 20 vmovd xmm1,DWORD PTR \[rax\+0x80\]
20 +[a-f0-9]+: 62 f1 7d 08 7e 48 20 vmovd DWORD PTR \[rax\+0x80\],xmm1
21 +[a-f0-9]+: 66 0f 6e 88 80 00 00 00 movd xmm1,DWORD PTR \[rax\+0x80\]
22 +[a-f0-9]+: 66 0f 6e 88 80 00 00 00 movd xmm1,DWORD PTR \[rax\+0x80\]
23 +[a-f0-9]+: 66 0f 6e c8 movd xmm1,eax
24 +[a-f0-9]+: 66 0f 7e 88 80 00 00 00 movd DWORD PTR \[rax\+0x80\],xmm1
25 +[a-f0-9]+: 66 0f 7e 88 80 00 00 00 movd DWORD PTR \[rax\+0x80\],xmm1
26 +[a-f0-9]+: 66 0f 7e c8 movd eax,xmm1
27 +[a-f0-9]+: 66 48 0f 6e 88 80 00 00 00 movq xmm1,QWORD PTR \[rax\+0x80\]
28 +[a-f0-9]+: 66 48 0f 6e c8 movq xmm1,rax
29 +[a-f0-9]+: 66 48 0f 7e 88 80 00 00 00 movq QWORD PTR \[rax\+0x80\],xmm1
30 +[a-f0-9]+: 66 48 0f 7e c8 movq rax,xmm1
31 +[a-f0-9]+: c5 f9 6e 88 80 00 00 00 vmovd xmm1,DWORD PTR \[rax\+0x80\]
32 +[a-f0-9]+: c5 f9 6e 88 80 00 00 00 vmovd xmm1,DWORD PTR \[rax\+0x80\]
33 +[a-f0-9]+: c5 f9 6e c8 vmovd xmm1,eax
34 +[a-f0-9]+: c5 f9 7e 88 80 00 00 00 vmovd DWORD PTR \[rax\+0x80\],xmm1
35 +[a-f0-9]+: c5 f9 7e 88 80 00 00 00 vmovd DWORD PTR \[rax\+0x80\],xmm1
36 +[a-f0-9]+: c5 f9 7e c8 vmovd eax,xmm1
37 +[a-f0-9]+: 62 f1 7d 08 6e 48 20 vmovd xmm1,DWORD PTR \[rax\+0x80\]
38 +[a-f0-9]+: 62 f1 7d 08 6e 48 20 vmovd xmm1,DWORD PTR \[rax\+0x80\]
39 +[a-f0-9]+: 62 f1 7d 08 6e c8 vmovd xmm1,eax
40 +[a-f0-9]+: 62 f1 7d 08 7e 48 20 vmovd DWORD PTR \[rax\+0x80\],xmm1
41 +[a-f0-9]+: 62 f1 7d 08 7e 48 20 vmovd DWORD PTR \[rax\+0x80\],xmm1
42 +[a-f0-9]+: 62 f1 7d 08 7e c8 vmovd eax,xmm1
704a705d 43 +[a-f0-9]+: c4 e1 f9 6e c8 vmovq xmm1,rax
704a705d
L
44 +[a-f0-9]+: c4 e1 f9 7e c8 vmovq rax,xmm1
45#pass
This page took 0.142361 seconds and 4 git commands to generate.