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