aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ia64/ia64.h
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2002-03-29 18:39:56 +0000
committerRichard Henderson <rth@gcc.gnu.org>2002-03-29 10:39:56 -0800
commite206a74f5228a33c04b5fb9b7a61b61fa54b8055 (patch)
tree9ee22edabc0b22789b5f9fd559d3a9f9f0482cf7 /gcc/config/ia64/ia64.h
parent6676c77f013532382042402c4f37c87bfe272099 (diff)
downloadgcc-e206a74f5228a33c04b5fb9b7a61b61fa54b8055.zip
gcc-e206a74f5228a33c04b5fb9b7a61b61fa54b8055.tar.gz
gcc-e206a74f5228a33c04b5fb9b7a61b61fa54b8055.tar.bz2
ia64.md (*ptr_extend_plus_1, [...]): New.
* config/ia64/ia64.md (*ptr_extend_plus_1, *ptr_extend_plus_2): New. * config/ia64/ia64.c (basereg_operand): New. * config/ia64/ia64-protos.h (basereg_operand): Declare. * config/ia64/ia64.h (PREDICATE_CODES): Add basereg_operand. From-SVN: r51564
Diffstat (limited to 'gcc/config/ia64/ia64.h')
-rw-r--r--gcc/config/ia64/ia64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h
index 8e3eaee..ba8c44c 100644
--- a/gcc/config/ia64/ia64.h
+++ b/gcc/config/ia64/ia64.h
@@ -2351,7 +2351,8 @@ do { \
{ "ar_pfs_reg_operand", {REG}}, \
{ "general_tfmode_operand", {SUBREG, REG, CONST_DOUBLE, MEM}}, \
{ "destination_tfmode_operand", {SUBREG, REG, MEM}}, \
-{ "tfreg_or_fp01_operand", {REG, CONST_DOUBLE}},
+{ "tfreg_or_fp01_operand", {REG, CONST_DOUBLE}}, \
+{ "basereg_operand", {SUBREG, REG}},
/* An alias for a machine mode name. This is the machine mode that elements of
a jump-table should have. */