x86-64: Properly encode and decode movsxd
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movsxd.d
1 #as:
2 #objdump: -dw
3 #name: x86-64 movsxd (AMD64)
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 0+ <_start>:
10 +[a-f0-9]+: 48 63 c8 movslq %eax,%rcx
11 +[a-f0-9]+: 48 63 08 movslq \(%rax\),%rcx
12 +[a-f0-9]+: 63 c8 movsxd %eax,%ecx
13 +[a-f0-9]+: 63 08 movsxd \(%rax\),%ecx
14 +[a-f0-9]+: 66 63 c8 movsxd %eax,%cx
15 +[a-f0-9]+: 66 63 08 movsxd \(%rax\),%cx
16 +[a-f0-9]+: 48 63 c8 movslq %eax,%rcx
17 +[a-f0-9]+: 48 63 08 movslq \(%rax\),%rcx
18 +[a-f0-9]+: 48 63 08 movslq \(%rax\),%rcx
19 +[a-f0-9]+: 63 c8 movsxd %eax,%ecx
20 +[a-f0-9]+: 63 08 movsxd \(%rax\),%ecx
21 +[a-f0-9]+: 63 08 movsxd \(%rax\),%ecx
22 +[a-f0-9]+: 66 63 c8 movsxd %eax,%cx
23 +[a-f0-9]+: 63 08 movsxd \(%rax\),%ecx
24 +[a-f0-9]+: 66 63 08 movsxd \(%rax\),%cx
25 #pass
This page took 0.046802 seconds and 4 git commands to generate.