gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movsxd.s
CommitLineData
bc31405e
L
1# 64-bit only MOVSXD with AMD64 ISA
2 .text
3_start:
4 movslq %eax, %rcx
5 movslq (%rax), %rcx
6 movsxd %eax, %ecx
7 movsxd (%rax), %ecx
8 movsxd %eax, %cx
9 movsxd (%rax), %cx
10
11 .intel_syntax noprefix
12 movsxd rcx, eax
13 movsxd rcx, DWORD PTR [rax]
14 movsxd rcx, [rax]
15 movsxd ecx, eax
16 movsxd ecx, DWORD PTR [rax]
17 movsxd ecx, [rax]
18 movsxd cx, eax
19 movsxd cx, DWORD PTR [rax]
20 movsxd cx, [rax]
This page took 0.052097 seconds and 4 git commands to generate.