Add support for MIPS R6.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips4.s
CommitLineData
f6829a45 1# Source file used to test -mips4 *non-fp* instructions.
252b5132
RH
2
3text_label:
7361da2c 4 .ifndef r6
252b5132 5 movn $4,$6,$6
252b5132 6 movz $4,$6,$6
7361da2c 7 .endif
2f2760a3
TS
8 # It used to be disabled due to a clash with lwc3.
9 pref 4,0($4)
252b5132 10
df58fc94
RS
11# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
12 .align 2
13 .space 8
This page took 0.680454 seconds and 4 git commands to generate.