[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[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.031913 seconds and 4 git commands to generate.