Properly handle suffix for iret and sysret
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / suffix.d
1 #objdump: -dw -Msuffix
2 #name: i386 suffix
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+ <foo>:
9 [ ]*[a-f0-9]+: 0f 01 c8 monitor %eax,%ecx,%edx
10 [ ]*[a-f0-9]+: 0f 01 c9 mwait %eax,%ecx
11 [ ]*[a-f0-9]+: 0f 01 c1 vmcall
12 [ ]*[a-f0-9]+: 0f 01 c2 vmlaunch
13 [ ]*[a-f0-9]+: 0f 01 c3 vmresume
14 [ ]*[a-f0-9]+: 0f 01 c4 vmxoff
15 [ ]*[a-f0-9]+: 66 cf iretw
16 [ ]*[a-f0-9]+: cf iretl
17 [ ]*[a-f0-9]+: cf iretl
18 [ ]*[a-f0-9]+: 0f 07 sysretl
19 [ ]*[a-f0-9]+: 0f 07 sysretl
20 [ ]*[a-f0-9]+: 66 cf iretw
21 [ ]*[a-f0-9]+: cf iretl
22 [ ]*[a-f0-9]+: cf iretl
23 [ ]*[a-f0-9]+: 0f 07 sysretl
24 [ ]*[a-f0-9]+: 0f 07 sysretl
25 #pass
This page took 0.033929 seconds and 5 git commands to generate.