MIPS: Add microMIPS R5 support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / module-set-mfpxx.s
1 .module mips32r2
2 .module fp=xx
3 .module doublefloat
4 .module hardfloat
5 .module oddspreg
6
7 add.s $f1,$f1,$f1
8 .set push
9 .set fp=32
10 add.s $f1,$f1,$f1
11 .set pop
12
13 .set push
14 .set fp=64
15 add.d $f1,$f1,$f1
16 .set pop
This page took 0.03772 seconds and 4 git commands to generate.