diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2004-06-30 09:32:41 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2004-06-30 09:32:41 +0000 |
commit | 852a13111dba712f147ea76b8924eda12d053644 (patch) | |
tree | 1fedbe38fd0bbcbf21aa94c1112fec73283729d9 /gcc/config/c4x | |
parent | badd64ad92b21a93d38da6ce99c559fff9a0ca0e (diff) | |
download | gcc-852a13111dba712f147ea76b8924eda12d053644.zip gcc-852a13111dba712f147ea76b8924eda12d053644.tar.gz gcc-852a13111dba712f147ea76b8924eda12d053644.tar.bz2 |
* config/c4x/c4x.md: Fix comment.
From-SVN: r83898
Diffstat (limited to 'gcc/config/c4x')
-rw-r--r-- | gcc/config/c4x/c4x.md | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index 3c2d2f8..adfdbac 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -474,31 +474,17 @@ ]) ; -; C4x FUNCTIONAL UNITS -; -; Define functional units for instruction scheduling to minimize -; pipeline conflicts. +; C4x PIPELINE MODEL ; ; With the C3x, an external memory write (with no wait states) takes ; two cycles and an external memory read (with no wait states) takes ; one cycle. However, an external read following an external write ; takes two cycles. With internal memory, reads and writes take ; half a cycle. -; ; When a C4x address register is loaded it will not be available for ; an extra machine cycle. Calculating with a C4x address register -; makes it unavailable for 2 machine cycles. To notify GCC of these -; pipeline delays, each of the auxiliary and index registers are declared -; as separate functional units. +; makes it unavailable for 2 machine cycles. ; -; (define_function_unit NAME MULTIPLICITY SIMULTANEITY -; TEST READY-DELAY ISSUE-DELAY [CONFLICT-LIST]) -; -; MULTIPLICITY 1 (C4x has no independent identical function units) -; SIMULTANEITY 0 (C4x is pipelined) -; READY_DELAY 1 (Results usually ready after every cyle) -; ISSUE_DELAY 1 (Can issue insns every cycle) - ; Just some dummy definitions. The real work is done in c4x_adjust_cost. ; These are needed so the min/max READY_DELAY is known. |