Home | History | Annotate | Download | only in mips
      1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32
      2 #name: MIPS32 sync instructions
      3 #as: -32 -mips32
      4 
      5 .*: +file format .*mips.*
      6 
      7 Disassembly of section \.text:
      8 0+0000 <foo> 0000000f[ 	]*sync
      9 0+0004 <foo\+0x4> 0000000f[ 	]*sync
     10 0+0008 <foo\+0x8> 0000004f[ 	]*sync	0x1
     11 0+000c <foo\+0xc> 0000008f[ 	]*sync	0x2
     12 0+0010 <foo\+0x10> 0000078f[ 	]*sync	0x1e
     13 0+0014 <foo\+0x14> 000007cf[ 	]*sync	0x1f
     14 #pass
     15