lib1funcs.asm (divnorm, [...]): Fix code to negate SImode values.

* lib1funcs.asm (divnorm, modnorm, exitdiv): Fix code to
        negate SImode values.

From-SVN: r13991
This commit is contained in:
Jeff Law 1997-04-29 16:12:25 -06:00
parent 4c58124363
commit 51ac666bcb

View File

@ -339,8 +339,8 @@ divnorm:
add #1,A1L add #1,A1L
addx #0,A1H addx #0,A1H
addx #0,A0H
addx #0,A0L addx #0,A0L
addx #0,A0H
mov.b #1,S2L ; the sign will be -ve mov.b #1,S2L ; the sign will be -ve
postive: postive:
@ -373,8 +373,8 @@ modnorm:
add #1,A1L add #1,A1L
addx #0,A1H addx #0,A1H
addx #0,A0H
addx #0,A0L addx #0,A0L
addx #0,A0H
mov.b #1,S2L ; the sign will be -ve mov.b #1,S2L ; the sign will be -ve
mpostive: mpostive:
@ -499,8 +499,8 @@ exitdiv:
add #1,A1L add #1,A1L
addx #0,A1H addx #0,A1H
addx #0,A0H
addx #0,A0L addx #0,A0L
addx #0,A0H
#else /* __H8300H__ */ #else /* __H8300H__ */
neg.l A0P neg.l A0P
#endif #endif