diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-02-20 02:26:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-02-20 02:26:06 +0000 |
commit | a7b376eeb6b470b23a739038f57f0f2846fde1fb (patch) | |
tree | c743bf814d7cb42b897746f31213730d00e36ae4 /gcc/config/crx | |
parent | a50aa827413db12b5a850b61f5a03546ac0381d3 (diff) | |
download | gcc-a7b376eeb6b470b23a739038f57f0f2846fde1fb.zip gcc-a7b376eeb6b470b23a739038f57f0f2846fde1fb.tar.gz gcc-a7b376eeb6b470b23a739038f57f0f2846fde1fb.tar.bz2 |
c4x.md, [...]: Follow spelling conventions.
* config/c4x/c4x.md, config/cris/cris.c, config/crx/crx.c,
config/fr30/fr30.md, config/i386/i386.h,
config/iq2000/iq2000.h, config/iq2000/predicates.md,
config/pa/milli64.S, config/pa/pa.c, config/pa/pa.h,
config/pa/pa.md, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
config/pdp11/pdp11.c, config/pdp11/pdp11.h,
config/rs6000/altivec.md, config/rs6000/rs6000.c,
config/s390/s390-modes.def, config/sparc/netbsd-elf.h,
config/sparc/sparc.c, config/sparc/sparc.h,
config/sparc/sparc.md, config/spu/constraints.md,
config/spu/spu.c, config/stormy16/stormy16.md: Follow spelling
conventions.
From-SVN: r122151
Diffstat (limited to 'gcc/config/crx')
-rw-r--r-- | gcc/config/crx/crx.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/crx/crx.c b/gcc/config/crx/crx.c index 838993e..7b8efee 100644 --- a/gcc/config/crx/crx.c +++ b/gcc/config/crx/crx.c @@ -546,12 +546,12 @@ crx_function_arg_regno_p (int n) * The following addressing modes are supported on CRX: * * Relocations --> const | symbol_ref | label_ref - * Absolute address --> 32 bit absolute - * Post increment --> reg + 12 bit disp. - * Post modify --> reg + 12 bit disp. - * Register relative --> reg | 32 bit disp. + reg | 4 bit + reg - * Scaled index --> reg + reg | 22 bit disp. + reg + reg | - * 22 disp. + reg + reg + (2 | 4 | 8) */ + * Absolute address --> 32-bit absolute + * Post increment --> reg + 12-bit disp. + * Post modify --> reg + 12-bit disp. + * Register relative --> reg | 32-bit disp. + reg | 4 bit + reg + * Scaled index --> reg + reg | 22-bit disp. + reg + reg | + * 22-disp. + reg + reg + (2 | 4 | 8) */ static int crx_addr_reg_p (rtx addr_reg) { |