Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips@ld-zero-3.d
1 #objdump: -dr --prefix-addresses
2 #as: -32
3 #name: MIPS III load $zero
4 #source: ld-zero-3.s
5
6 .*: +file format .*mips.*
7
8 Disassembly of section \.text:
9 [0-9a-f]+ <[^>]*> lui at,0x1234
10 [0-9a-f]+ <[^>]*> ori at,at,0x5000
11 [0-9a-f]+ <[^>]*> addu at,at,v0
12 [0-9a-f]+ <[^>]*> lwu zero,1656\(at\)
13 [0-9a-f]+ <[^>]*> lui at,0x1234
14 [0-9a-f]+ <[^>]*> addu at,v0,at
15 [0-9a-f]+ <[^>]*> lw zero,22136\(at\)
16 [0-9a-f]+ <[^>]*> lw at,22140\(at\)
17 [0-9a-f]+ <[^>]*> lui at,0x1234
18 [0-9a-f]+ <[^>]*> ori at,at,0x5000
19 [0-9a-f]+ <[^>]*> addu at,at,v0
20 [0-9a-f]+ <[^>]*> lld zero,1656\(at\)
21 \.\.\.
This page took 0.02957 seconds and 4 git commands to generate.