Sign in
gnu
/
binutils-gdb
/
125ff8197df74cd3108e36d271267c798cd0e15f
/
.
/
gas
/
testsuite
/
gas
/
i386
/
x86-64-movsxd-inval.s
blob: 84bf520905776b5f294d006afe7ea7537a411d38 [
file
] [
log
] [
blame
]
# 64-bit only invalid MOVSXD with AMD64 ISA
.text
_start
:
movslq
%ax, %
cx
movslq
%eax, %
ecx
movslq
(%rax), %
ecx
movsxd
%ax, %
cx
.intel_syntax noprefix
movslq cx
,
eax
movslq ecx
,
eax
movslq ecx
,
[
rax
]
movsxd cx
,
ax
movsxd cx
,
WORD PTR
[
rax
]