aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/ifpsp060
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-21 07:57:20 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2016-07-03 08:05:28 -0400
commit86a8280a7fe007d61b05fa8a352edc0595283dad (patch)
tree934fde98c50475649c6adf757912905a31108467 /arch/m68k/ifpsp060
parent1a695a905c18548062509178b98bc91e67510864 (diff)
m68k: Assorted spelling fixes
- s/acccess/access/ - s/accoding/according/ - s/addad/added/ - s/addreess/address/ - s/allocatiom/allocation/ - s/Assember/Assembler/ - s/compactnes/compactness/ - s/conneced/connected/ - s/decending/descending/ - s/diectly/directly/ - s/diplacement/displacement/ Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> [geert: Squashed, fix arch/m68k/ifpsp060/src/pfpsp.S] Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/ifpsp060')
-rw-r--r--arch/m68k/ifpsp060/src/fpsp.S8
-rw-r--r--arch/m68k/ifpsp060/src/pfpsp.S4
2 files changed, 6 insertions, 6 deletions
diff --git a/arch/m68k/ifpsp060/src/fpsp.S b/arch/m68k/ifpsp060/src/fpsp.S
index 78cb60f5bb4d..9bbffebe3eb5 100644
--- a/arch/m68k/ifpsp060/src/fpsp.S
+++ b/arch/m68k/ifpsp060/src/fpsp.S
@@ -10191,7 +10191,7 @@ xdnrm_con:
10191xdnrm_sd: 10191xdnrm_sd:
10192 mov.l %a1,-(%sp) 10192 mov.l %a1,-(%sp)
10193 tst.b LOCAL_EX(%a0) # is denorm pos or neg? 10193 tst.b LOCAL_EX(%a0) # is denorm pos or neg?
10194 smi.b %d1 # set d0 accodingly 10194 smi.b %d1 # set d0 accordingly
10195 bsr.l unf_sub 10195 bsr.l unf_sub
10196 mov.l (%sp)+,%a1 10196 mov.l (%sp)+,%a1
10197xdnrm_exit: 10197xdnrm_exit:
@@ -10990,7 +10990,7 @@ src_qnan_m:
10990# routines where an instruction is selected by an index into 10990# routines where an instruction is selected by an index into
10991# a large jump table corresponding to a given instruction which 10991# a large jump table corresponding to a given instruction which
10992# has been decoded. Flow continues here where we now decode 10992# has been decoded. Flow continues here where we now decode
10993# further accoding to the source operand type. 10993# further according to the source operand type.
10994# 10994#
10995 10995
10996 global fsinh 10996 global fsinh
@@ -23196,14 +23196,14 @@ m_sign:
23196# 23196#
23197# 1. Branch on the sign of the adjusted exponent. 23197# 1. Branch on the sign of the adjusted exponent.
23198# 2p.(positive exp) 23198# 2p.(positive exp)
23199# 2. Check M16 and the digits in lwords 2 and 3 in decending order. 23199# 2. Check M16 and the digits in lwords 2 and 3 in descending order.
23200# 3. Add one for each zero encountered until a non-zero digit. 23200# 3. Add one for each zero encountered until a non-zero digit.
23201# 4. Subtract the count from the exp. 23201# 4. Subtract the count from the exp.
23202# 5. Check if the exp has crossed zero in #3 above; make the exp abs 23202# 5. Check if the exp has crossed zero in #3 above; make the exp abs
23203# and set SE. 23203# and set SE.
23204# 6. Multiply the mantissa by 10**count. 23204# 6. Multiply the mantissa by 10**count.
23205# 2n.(negative exp) 23205# 2n.(negative exp)
23206# 2. Check the digits in lwords 3 and 2 in decending order. 23206# 2. Check the digits in lwords 3 and 2 in descending order.
23207# 3. Add one for each zero encountered until a non-zero digit. 23207# 3. Add one for each zero encountered until a non-zero digit.
23208# 4. Add the count to the exp. 23208# 4. Add the count to the exp.
23209# 5. Check if the exp has crossed zero in #3 above; clear SE. 23209# 5. Check if the exp has crossed zero in #3 above; clear SE.
diff --git a/arch/m68k/ifpsp060/src/pfpsp.S b/arch/m68k/ifpsp060/src/pfpsp.S
index 4aedef973cf6..3535e6c87eec 100644
--- a/arch/m68k/ifpsp060/src/pfpsp.S
+++ b/arch/m68k/ifpsp060/src/pfpsp.S
@@ -13156,14 +13156,14 @@ m_sign:
13156# 13156#
13157# 1. Branch on the sign of the adjusted exponent. 13157# 1. Branch on the sign of the adjusted exponent.
13158# 2p.(positive exp) 13158# 2p.(positive exp)
13159# 2. Check M16 and the digits in lwords 2 and 3 in decending order. 13159# 2. Check M16 and the digits in lwords 2 and 3 in descending order.
13160# 3. Add one for each zero encountered until a non-zero digit. 13160# 3. Add one for each zero encountered until a non-zero digit.
13161# 4. Subtract the count from the exp. 13161# 4. Subtract the count from the exp.
13162# 5. Check if the exp has crossed zero in #3 above; make the exp abs 13162# 5. Check if the exp has crossed zero in #3 above; make the exp abs
13163# and set SE. 13163# and set SE.
13164# 6. Multiply the mantissa by 10**count. 13164# 6. Multiply the mantissa by 10**count.
13165# 2n.(negative exp) 13165# 2n.(negative exp)
13166# 2. Check the digits in lwords 3 and 2 in decending order. 13166# 2. Check the digits in lwords 3 and 2 in descending order.
13167# 3. Add one for each zero encountered until a non-zero digit. 13167# 3. Add one for each zero encountered until a non-zero digit.
13168# 4. Add the count to the exp. 13168# 4. Add the count to the exp.
13169# 5. Check if the exp has crossed zero in #3 above; clear SE. 13169# 5. Check if the exp has crossed zero in #3 above; clear SE.