x86: Remove restriction on NOTRACK prefix position
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / suffix.s
CommitLineData
22cbf2e7
L
1# Disassembling with -Msuffix.
2
3 .text
4foo:
5 monitor
6 mwait
7
8 vmcall
9 vmlaunch
10 vmresume
11 vmxoff
12
4b4c407a
L
13 iretw
14 iretl
15 iret
16 sysretl
17 sysret
18
19 .intel_syntax noprefix
20 iretw
21 iretd
22 iret
23 sysretd
24 sysret
This page took 0.520335 seconds and 4 git commands to generate.