diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-24 11:12:29 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-24 11:12:29 +0000 |
commit | f5f2db69c10d855342cf3d35582f8dc13311f599 (patch) | |
tree | 218e3cd16c47ba73924fe8fd4591c5b964ff902c /gcc/config/m68k/m68k-protos.h | |
parent | f3b6fbc2824bce3407f99b82918c6c2f63fad60c (diff) | |
download | gcc-f5f2db69c10d855342cf3d35582f8dc13311f599.tar.gz |
2004-07-24 Roman Zippel <zippel@linux-m68k.org>
* config/m68k/m68k.c (output_scc_di): Fix coding style.
(symbolic_operand): Fix prototype.
* config/m68k/m68k.h (PREDICATE_CODES): Add symbolic_operand.
* config/m68k/m68k.md: Add constants for registers a0 and sp and
use them, change from the "{...}" syntax to the simpler {...}
syntax.
(*cfv4_extendqisi2): Fix destination predicate.
* config/m68k/m68k-protos.h: Remove various declarations also
generated via PREDICATE_CODES.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85115 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/m68k-protos.h')
-rw-r--r-- | gcc/config/m68k/m68k-protos.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/m68k/m68k-protos.h b/gcc/config/m68k/m68k-protos.h index 73810d72f82..8538b8e0d28 100644 --- a/gcc/config/m68k/m68k-protos.h +++ b/gcc/config/m68k/m68k-protos.h @@ -41,24 +41,14 @@ extern const char *output_iorsi3 (rtx *); extern const char *output_xorsi3 (rtx *); extern void m68k_output_pic_call (rtx dest); extern void output_dbcc_and_branch (rtx *); -extern int const_uint32_operand (rtx, enum machine_mode); -extern int const_sint32_operand (rtx, enum machine_mode); extern int floating_exact_log2 (rtx); -extern int not_sp_operand (rtx, enum machine_mode); -extern int valid_dbcc_comparison_p (rtx, enum machine_mode); -extern int extend_operator (rtx, enum machine_mode); extern bool strict_low_part_peephole_ok (enum machine_mode mode, rtx first_insn, rtx target); /* Functions from m68k.c used in macros. */ -extern bool symbolic_operand (rtx, enum machine_mode); extern int standard_68881_constant_p (rtx); extern void print_operand_address (FILE *, rtx); extern void print_operand (FILE *, rtx, int); extern void notice_update_cc (rtx, rtx); -extern int general_src_operand (rtx, enum machine_mode); -extern int nonimmediate_src_operand (rtx, enum machine_mode); -extern int memory_src_operand (rtx, enum machine_mode); -extern int pcrel_address (rtx, enum machine_mode); extern rtx legitimize_pic_address (rtx, enum machine_mode, rtx); #endif /* RTX_CODE */ |