summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/x86-64-movsxd-intel64.d
blob: afd26d93a516014787607fcd606f229d99fd01e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#as: -mintel64
#objdump: -dw -Mintel64
#name: x86-64 movsxd (Intel64)

.*: +file format .*

Disassembly of section .text:

0+ <_start>:
 +[a-f0-9]+:	48 63 c8             	movslq %eax,%rcx
 +[a-f0-9]+:	48 63 08             	movslq \(%rax\),%rcx
 +[a-f0-9]+:	63 c8                	movsxd %eax,%ecx
 +[a-f0-9]+:	63 08                	movsxd \(%rax\),%ecx
 +[a-f0-9]+:	66 63 c8             	movsxd %ax,%cx
 +[a-f0-9]+:	66 63 08             	movsxd \(%rax\),%cx
 +[a-f0-9]+:	48 63 c8             	movslq %eax,%rcx
 +[a-f0-9]+:	48 63 08             	movslq \(%rax\),%rcx
 +[a-f0-9]+:	48 63 08             	movslq \(%rax\),%rcx
 +[a-f0-9]+:	63 c8                	movsxd %eax,%ecx
 +[a-f0-9]+:	63 08                	movsxd \(%rax\),%ecx
 +[a-f0-9]+:	63 08                	movsxd \(%rax\),%ecx
 +[a-f0-9]+:	66 63 c8             	movsxd %ax,%cx
 +[a-f0-9]+:	66 63 08             	movsxd \(%rax\),%cx
 +[a-f0-9]+:	66 63 08             	movsxd \(%rax\),%cx
#pass