comparison gcc/config/pdp11/pdp11-protos.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
24 extern int const_immediate_operand (rtx, enum machine_mode); 24 extern int const_immediate_operand (rtx, enum machine_mode);
25 extern int expand_shift_operand (rtx, enum machine_mode); 25 extern int expand_shift_operand (rtx, enum machine_mode);
26 extern int immediate15_operand (rtx, enum machine_mode); 26 extern int immediate15_operand (rtx, enum machine_mode);
27 extern int simple_memory_operand (rtx, enum machine_mode); 27 extern int simple_memory_operand (rtx, enum machine_mode);
28 28
29 extern int legitimate_address_p (enum machine_mode, rtx);
30 extern int legitimate_const_double_p (rtx); 29 extern int legitimate_const_double_p (rtx);
31 extern void notice_update_cc_on_set (rtx, rtx); 30 extern void notice_update_cc_on_set (rtx, rtx);
32 extern void output_addr_const_pdp11 (FILE *, rtx); 31 extern void output_addr_const_pdp11 (FILE *, rtx);
33 extern const char *output_move_double (rtx *); 32 extern const char *output_move_double (rtx *);
34 extern const char *output_move_quad (rtx *); 33 extern const char *output_move_quad (rtx *);
35 extern const char *output_block_move (rtx *); 34 extern const char *output_block_move (rtx *);
35 extern const char *output_jump (enum rtx_code, int, int);
36 extern void print_operand_address (FILE *, rtx); 36 extern void print_operand_address (FILE *, rtx);
37 extern int register_move_cost (enum reg_class, enum reg_class); 37 extern int register_move_cost (enum reg_class, enum reg_class);
38 #endif /* RTX_CODE */ 38 #endif /* RTX_CODE */
39 39
40 extern void output_ascii (FILE *, const char *, int); 40 extern void output_ascii (FILE *, const char *, int);
41 extern const char *output_jump (const char *, const char *, int);