* pa.h (TRAMPOLINE_TEMPLATE): Shorten sequence when generating PA
commit65fe50df63b88d7f2d75593507d8ceb8348c21af
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2003 17:24:15 +0000 (20 17:24 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2003 17:24:15 +0000 (20 17:24 +0000)
treead63993b40749ecdb0b5c476c3c3a8a3d6c0edf8
parentbc8dca6fcf3a128c2641711ecb6ca1ea3d26c456
* pa.h (TRAMPOLINE_TEMPLATE): Shorten sequence when generating PA
2.0 code.
(TRAMPOLINE_CODE_SIZE, MIN_CACHELINE_SIZE): New defines.
(INITIALIZE_TRAMPOLINE): Rework to pass line length, and aligned start
and end addresses to I and D cache instruction patterns.
* pa.md (anddi3, iordi3): Change predicates of operands 1 and 2 to
and_operand and ior_operand, respectively.  When generating 64-bit
code, only one operand needs to be a register operand.
(xordi3): Change predicates of operands 1 and 2 to register_operand.
(one_cmpldi2): Change predicate of operand 1 to register_operand.
(dcacheflush, icacheflush): Revise to flush an arbitrary number of
cache lines.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74888 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/pa/pa.h
gcc/config/pa/pa.md