summaryrefslogtreecommitdiffstats
path: root/arch/m68k/fpsp040/decbin.S
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-01-10 05:27:25 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-01-10 05:27:25 +0000
commitc9c06167e7933d93a6e396174c68abf242294abb (patch)
treed9a8bb30663e9a3405a1ef37ffb62bc14b9f019f /arch/m68k/fpsp040/decbin.S
parentf79e8cc3c34e4192a3e5ef4cc9c6542fdef703c0 (diff)
Merge with Linux 2.4.0-test12.
Diffstat (limited to 'arch/m68k/fpsp040/decbin.S')
-rw-r--r--arch/m68k/fpsp040/decbin.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68k/fpsp040/decbin.S b/arch/m68k/fpsp040/decbin.S
index af1279a4a..d2bf1b641 100644
--- a/arch/m68k/fpsp040/decbin.S
+++ b/arch/m68k/fpsp040/decbin.S
@@ -230,7 +230,7 @@ nextlw:
|
m_sign:
btst #31,(%a0) |test sign of the mantissa
- beqs ap_st_z |if clear, go to append/strip zeros
+ beq ap_st_z |if clear, go to append/strip zeros
fnegx %fp0 |if set, negate fp0
|
@@ -288,7 +288,7 @@ ap_st_z:
cmpl #27,%d1 |test is with 27
ble pwrten |if abs(expA) <28, skip ap/st zeros
btst #30,(%a0) |check sign of exp
- bnes ap_st_n |if neg, go to neg side
+ bne ap_st_n |if neg, go to neg side
clrl %d1 |zero count reg
movel (%a0),%d4 |load lword 1 to d4
bfextu %d4{#28:#4},%d0 |get M16 in d0
@@ -336,7 +336,7 @@ ap_p_en:
tstl %d0 |check if d0 is zero
bnes ap_p_el |if not, get next bit
fmulx %fp1,%fp0 |mul mantissa by 10**(no_bits_shifted)
- bras pwrten |go calc pwrten
+ bra pwrten |go calc pwrten
|
| This section handles a negative adjusted exponent.
|