Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ld-zero-u.s
1 .text
2 foo:
3 lwp $0, 0x12345678($2)
4 ldp $0, 0x12345678($2)
5
6 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
7 .align 4, 0
8 .space 16
This page took 0.030637 seconds and 4 git commands to generate.