search for: 21e4115

Displaying 2 results from an estimated 2 matches for "21e4115".

Did you mean: 21.115
2015 Sep 05
3
[PATCH] mips/setjmp.S don't save and restore float point registers
...save/restore odd-number FPR. Indeed no other architectures save/restore FPR at all. It shouldn't be needed. --- usr/klibc/arch/mips/setjmp.S | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/usr/klibc/arch/mips/setjmp.S b/usr/klibc/arch/mips/setjmp.S index 68eed19..21e4115 100644 --- a/usr/klibc/arch/mips/setjmp.S +++ b/usr/klibc/arch/mips/setjmp.S @@ -29,18 +29,6 @@ LEAF(setjmp) sw s8, 40(a0) sw ra, 44(a0) cfc1 t0,$31 - swc1 $f20,48(a0) - swc1 $f21,52(a0) - swc1 $f22,56(a0) - swc1 $f23,60(a0) - swc1 $f24,64(a0) - swc1 $f25,68(a0) - swc1 $f26,72(a0) - swc1 $f27...
2015 Sep 09
0
[PATCH] mips/setjmp.S don't save and restore float point registers
...eed no other architectures save/restore FPR at all. > It shouldn't be needed. > --- > usr/klibc/arch/mips/setjmp.S | 24 ------------------------ > 1 file changed, 24 deletions(-) > > diff --git a/usr/klibc/arch/mips/setjmp.S b/usr/klibc/arch/mips/setjmp.S > index 68eed19..21e4115 100644 > --- a/usr/klibc/arch/mips/setjmp.S > +++ b/usr/klibc/arch/mips/setjmp.S > @@ -29,18 +29,6 @@ LEAF(setjmp) > sw s8, 40(a0) > sw ra, 44(a0) > cfc1 t0,$31 > - swc1 $f20,48(a0) > - swc1 $f21,52(a0) > - swc1...