]> gcc.gnu.org Git - gcc.git/commit
arm.c (is_load_address): Rename to...
authorNick Clifton <nickc@redhat.com>
Wed, 26 Feb 2003 11:26:37 +0000 (11:26 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 26 Feb 2003 11:26:37 +0000 (11:26 +0000)
commitf0375c668066691ecb7d3e26725d58f5fb29835e
tree70412158ca613d53196953d9d42a426f0fb240fa
parent0d446150c298b2048d18e354ee47b130ed3b8e7f
arm.c (is_load_address): Rename to...

* config/arm/arm.c (is_load_address): Rename to... (arm_memory_load_p) ... this
and make it check for SUBREGs and constant loads that will be converted into
loads from the minipool.
(is_cirrus_insn): Rename to ... (arm_cirrus_insn_p): ... this, for consistency.
Replace test of CIRRUS_NO with CIRRUS_NOT.
(cirrus_reorg): Use renamed functions.
(note_invalid_constants): Change from a void function to bool.  Add an extra
parameter, saying whether the fixups should be pushed.  Return true if fixups
are needed.
(arm_reorg): Use renamed functions.  Use INSN_P.  Replace test of CIRRUS_NO
with CIRRUS_NOT.
* config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that other floating point
co-processors can also affect this.
* config/arm/arm.md ("type" attribute): Add mav_farith and mav_dmult.  Replace
references to "cirrus_type" attribute with "type".
* config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
("cirrus_type" attribute): Delete - use "type" instead.
("cirrus" attribute): Replace 'no' with 'not' and 'yes' with 'normal'.

From-SVN: r63466
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/arm.md
gcc/config/arm/cirrus.md
This page took 0.060408 seconds and 5 git commands to generate.