gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movsxd.d
CommitLineData
bc31405e
L
1#as:
2#objdump: -dw
3#name: x86-64 movsxd (AMD64)
4
5.*: +file format .*
6
7Disassembly of section .text:
8
90+ <_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
65fca059 23 +[a-f0-9]+: 66 63 08 movsxd \(%rax\),%cx
bc31405e
L
24 +[a-f0-9]+: 66 63 08 movsxd \(%rax\),%cx
25#pass
This page took 0.049047 seconds and 4 git commands to generate.