~ubuntu-branches/ubuntu/maverick/ghdl/maverick

« back to all changes in this revision

Viewing changes to gcc/gcc/config/rs6000/rs6000-protos.h

  • Committer: Bazaar Package Importer
  • Author(s): Wesley J. Landaker
  • Date: 2009-04-02 21:23:07 UTC
  • mfrom: (1.1.11 upstream) (3.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090402212307-01pkh97q9b3u1vea
Tags: 0.27+svn110+gcc4.3.3+dfsg-1
* Now using gcc-4.3.3
* Updated copyright information
* Added Vcs-Git information
* Updated to policy 3.8.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Definitions of target machine for GNU compiler, for IBM RS/6000.
2
 
   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
 
2
   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
3
3
   Free Software Foundation, Inc.
4
4
   Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
5
5
 
31
31
#endif /* TREE_CODE */
32
32
 
33
33
extern bool easy_altivec_constant (rtx, enum machine_mode);
 
34
extern HOST_WIDE_INT const_vector_elt_as_int (rtx, unsigned int);
34
35
extern bool macho_lo_sum_memory_operand (rtx, enum machine_mode);
35
36
extern int num_insns_constant (rtx, enum machine_mode);
36
37
extern int num_insns_constant_wide (HOST_WIDE_INT);