]> gcc.gnu.org Git - gcc.git/commit
s390-protos.h (legitimize_la_operand, [...]): Add prototypes.
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 4 Feb 2002 15:51:18 +0000 (15:51 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Mon, 4 Feb 2002 15:51:18 +0000 (15:51 +0000)
commitf3e9edff6a370713067611836309c614a7a6b66a
tree7b439dbd1120cc295cc4e3e8cbffe9eac9defac0
parent3c9a08ec8e37707e3e973bfc419067937ebb9a20
s390-protos.h (legitimize_la_operand, [...]): Add prototypes.

* config/s390/s390-protos.h (legitimize_la_operand,
s390_secondary_input_reload_class, s390_plus_operand,
s390_expand_plus_operand): Add prototypes.

config/s390/s390.c (s390_secondary_input_reload_class,
s390_plus_operand, s390_expand_plus_operand): New functions.

(struct s390_address): New member 'pointer'.
(s390_decompose_address): Compute it.
(legitimate_la_operand_p): Use it.
(legitimize_la_operand): New function.
(movti, movdi, movdf splitters): Call it.

config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS): Define.
(PREDICATE_CODES): Add s390_plus_operand.

config/s390/s390.md (adddi3_inv_64, addaddr_ccclobber): Delete.
(la_ccclobber): Allow GENERAL_REGS as output operand.

(reload_load_address, *reload_load_address_reg_0, *la, *do_la_reg_0,
*reload_la_64, *reload_la_31 and splitters): Delete, replace by ...
(*la_64, *la_31, reload_indi, reload_insi): ... these.

From-SVN: r49476
gcc/ChangeLog
gcc/config/s390/s390-protos.h
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/config/s390/s390.md
This page took 0.057875 seconds and 5 git commands to generate.