~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/i386/suffix.d

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#objdump: -dw -Msuffix
 
2
#name: i386 suffix
 
3
 
 
4
.*: +file format .*
 
5
 
 
6
Disassembly of section .text:
 
7
 
 
8
0+000 <foo>:
 
9
   0:   0f 01 c8 [      ]*monitor %eax,%ecx,%edx
 
10
   3:   0f 01 c9 [      ]*mwait  %eax,%ecx
 
11
   6:   0f 01 c1 [      ]*vmcall 
 
12
   9:   0f 01 c2 [      ]*vmlaunch 
 
13
   c:   0f 01 c3 [      ]*vmresume 
 
14
   f:   0f 01 c4 [      ]*vmxoff 
 
15
        ...