diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-04 19:46:25 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-04 19:46:25 +0000 |
commit | 58552ed0887409a66cffbdca678d249ece213208 (patch) | |
tree | 225f9eb49e3f815d204a09357409f4f05e10d11a /gcc/config/arm/vfp.md | |
parent | 0364c2b48c99a782c042027da4c549994adce949 (diff) | |
download | gcc-58552ed0887409a66cffbdca678d249ece213208.tar.gz |
* config/alpha/alpha.c, config/arc/arc.c,
config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
config/ia64/ia64.c, config/ia64/unwind-ia64.c,
config/iq2000/iq2000.c, config/m32r/m32r.c,
config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
config/rs6000/rs6000.h, config/sparc/sparc.c,
config/vax/vax.c: Fix comment typos. Follow spelling
conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77267 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/vfp.md')
-rw-r--r-- | gcc/config/arm/vfp.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/arm/vfp.md b/gcc/config/arm/vfp.md index a4b6bfb334d..5ae6c41f75a 100644 --- a/gcc/config/arm/vfp.md +++ b/gcc/config/arm/vfp.md @@ -42,10 +42,10 @@ ;; second memory stage for loads. ;; We do not model Write-After-Read hazards. -;; We do not do write scheduling with the arm core, so it is only neccessary -;; to model the first stage of each pieline +;; We do not do write scheduling with the arm core, so it is only necessary +;; to model the first stage of each pipeline ;; ??? Need to model LS pipeline properly for load/store multiple? -;; We do not model fmstat properly. This could be done by modeiling pipelines +;; We do not model fmstat properly. This could be done by modeling pipelines ;; properly and defining an absence set between a dummy fmstat unit and all ;; other vfp units. @@ -58,7 +58,7 @@ ;; The VFP "type" attributes differ from those used in the FPA model. ;; ffarith Fast floating point insns, eg. abs, neg, cpy, cmp. ;; farith Most arithmetic insns. -;; fmul Double preision multiply. +;; fmul Double precision multiply. ;; fdivs Single precision sqrt or division. ;; fdivd Double precision sqrt or division. ;; f_load Floating point load from memory. @@ -104,12 +104,12 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Insn pattersn +;; Insn pattern ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; SImode moves ;; ??? For now do not allow loading constants into vfp regs. This causes -;; problems because small sonstants get converted into adds. +;; problems because small constants get converted into adds. (define_insn "*arm_movsi_vfp" [(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r ,m,!w,r,!w,!w, U") (match_operand:SI 1 "general_operand" "rI,K,mi,r,r,!w,!w,Ui,!w"))] @@ -738,7 +738,7 @@ ;; fldm* ;; fstm* ;; fmdhr et al (VFPv1) -;; Support for xD (single precisio only) variants. +;; Support for xD (single precision only) variants. ;; fmrrs, fmsrr ;; fuito* ;; ftoui* |