[binutils][arm] arm support for ARMv8.m Custom Datapath Extension
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / suffix.s
1 # Disassembling with -Msuffix.
2
3 .text
4 foo:
5 monitor
6 mwait
7
8 vmcall
9 vmlaunch
10 vmresume
11 vmxoff
12
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.034299 seconds and 4 git commands to generate.