MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ld-zero-3.s
1 .text
2 foo:
3 lwu $0, 0x12345678($2)
4 ld $0, 0x12345678($2)
5 lld $0, 0x12345678($2)
6
7 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
8 .align 4, 0
9 .space 16
This page took 0.03003 seconds and 4 git commands to generate.