diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-30 06:17:33 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-30 06:17:33 +0000 |
commit | 0924aa1d55504c9c44ee33530ff04805640c758c (patch) | |
tree | b04a6e7719377d946f29af62ff641c37e550df79 /gcc/config/sh/sh.md | |
parent | b2ca1873c2c81f608ee7df535657d85e63915e3e (diff) | |
download | gcc-0924aa1d55504c9c44ee33530ff04805640c758c.tar.gz |
* config/sh/lib1funcs.asm: Fix comment typos.
* config/sh/linux.h: Likewise.
* config/sh/sh.c: Likewise.
* config/sh/sh.md: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62129 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh/sh.md')
-rw-r--r-- | gcc/config/sh/sh.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 45f661014b1..7c4c7ae39b5 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -227,7 +227,7 @@ ;; fpconv_media SHmedia single precision floating point conversions ;; fstore_media SHmedia floating point register store instructions ;; gettr_media SHmedia gettr instruction -;; invalidate_line_media SHmedia invaldiate_line sequence +;; invalidate_line_media SHmedia invalidate_line sequence ;; jump_media SHmedia unconditional branch instructions ;; load_media SHmedia general register load instructions ;; pt_media SHmedia pt instruction (expanded by assembler) @@ -236,7 +236,7 @@ ;; mcmp_media SHmedia multimedia compare, absolute, saturating ops ;; mac_media SHmedia mac-style fixed point operations ;; d2mpy_media SHmedia: two 32 bit integer multiplies -;; atrans SHmedia approximate transcendential functions +;; atrans SHmedia approximate transcendental functions ;; ustore_media SHmedia unaligned stores ;; nil no-op move, will be deleted. @@ -1252,7 +1252,7 @@ ; the udivsi3 libcall has the same name, we must consider all registers ; clobbered that are in the union of the registers clobbered by the ; shmedia and the shcompact implementation. Note, if the shcompact -; implemenation actually used shcompact code, we'd need to clobber +; implementation actually used shcompact code, we'd need to clobber ; also r23 and fr23. (define_insn "udivsi3_i1_media" [(set (match_operand:SI 0 "register_operand" "=z") @@ -1418,7 +1418,7 @@ ; the sdivsi3 libcall has the same name, we must consider all registers ; clobbered that are in the union of the registers clobbered by the ; shmedia and the shcompact implementation. Note, if the shcompact -; implemenation actually used shcompact code, we'd need to clobber +; implementation actually used shcompact code, we'd need to clobber ; also r22, r23 and fr23. (define_insn "divsi3_i1_media" [(set (match_operand:SI 0 "register_operand" "=z") @@ -10596,8 +10596,8 @@ "issue+load_store") ;; We don't model all pipeline stages; we model the issue ('D') stage -;; inasmuch as we allow only two instructions to issue simultanously, -;; and CO instructions prevent any simultanous issue of another instruction. +;; inasmuch as we allow only two instructions to issue simultaneously, +;; and CO instructions prevent any simultaneous issue of another instruction. ;; (This uses pipe_01 and pipe_02). ;; Double issue of EX insns is prevented by using the int unit in the EX stage. ;; Double issue of EX / BR insns is prevented by using the int unit / @@ -10610,7 +10610,7 @@ ;; (except in the cases outlined above), nor to describe the FS stage after ;; the F2 stage. -;; Other MT group intructions(1 step operations) +;; Other MT group instructions(1 step operations) ;; Group: MT ;; Latency: 1 ;; Issue Rate: 1 |