x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-suffix.s
CommitLineData
4b4c407a
L
1# Disassembling with -Msuffix.
2
3 .text
4foo:
5 monitor
6 mwait
7
8 vmcall
9 vmlaunch
10 vmresume
11 vmxoff
12
13 iretw
14 iretl
15 iret
16 iretq
17 sysretl
18 sysret
19 sysretq
20
21 .intel_syntax noprefix
22 iretw
23 iretd
24 iret
25 iretq
26 sysretd
27 sysret
28 sysretq
This page took 0.102201 seconds and 4 git commands to generate.