MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / mips / mips-ase-2.s
1 .module mips64r2
2 .module fp=64
3 .module mdmx
4 .set mips3d
5 foo:
6 add.qh $v0, $v1, $v2
7 add.ps $f3, $f4, $f5
8 addr.ps $f6, $f7, $f8
9
10 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
11 .align 4, 0
12 .space 16
This page took 0.029739 seconds and 4 git commands to generate.