gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips4.s
1 # Source file used to test -mips4 *non-fp* instructions.
2
3 text_label:
4 movn $4,$6,$6
5 movz $4,$6,$6
6 # It used to be disabled due to a clash with lwc3.
7 pref 4,0($4)
8
9 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
10 .align 2
11 .space 8
This page took 0.029648 seconds and 4 git commands to generate.