Home | History | Annotate | Download | only in mips
      1 #objdump: -dr --prefix-addresses --show-raw-insn
      2 #name: MIPS abs
      3 #source: abs.s
      4 #as: -32
      5 
      6 # Test the abs macro (microMIPS).
      7 
      8 .*: +file format .*mips.*
      9 
     10 Disassembly of section \.text:
     11 [0-9a-f]+ <[^>]*> 4044 fffe 	bgez	a0,[0-9a-f]+ <foo>
     12 [ 	]*[0-9a-f]+: R_MICROMIPS_PC16_S1	.*
     13 [0-9a-f]+ <[^>]*> 0c00      	nop
     14 [0-9a-f]+ <[^>]*> 0080 2190 	neg	a0,a0
     15 [0-9a-f]+ <[^>]*> 4045 fffe 	bgez	a1,[0-9a-f]+ <.*>
     16 [ 	]*[0-9a-f]+: R_MICROMIPS_PC16_S1	.*
     17 [0-9a-f]+ <[^>]*> 0c85      	move	a0,a1
     18 [0-9a-f]+ <[^>]*> 00a0 2190 	neg	a0,a1
     19 	\.\.\.
     20