aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1992-08-14 14:38:10 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1992-08-14 14:38:10 -0400
commitae3c61faf79fce63ba24b532e28425fa7174798d (patch)
treef4296ae9a0e8e99101f3625277c581bfb4bc3abd /gcc/rtl.def
parentf89e32e9504fbcd7ea54768fdc520aeb37fcdd5f (diff)
downloadgcc-ae3c61faf79fce63ba24b532e28425fa7174798d.zip
gcc-ae3c61faf79fce63ba24b532e28425fa7174798d.tar.gz
gcc-ae3c61faf79fce63ba24b532e28425fa7174798d.tar.bz2
*** empty log message ***
From-SVN: r1829
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r--gcc/rtl.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def
index c9d7251..17b9715 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -154,6 +154,11 @@ DEF_RTL_EXPR(MATCH_PARALLEL, "match_parallel", "isE", 'm')
DEF_RTL_EXPR(MATCH_OP_DUP, "match_op_dup", "iE", 'm')
/* Appears only in machine descriptions.
+ Means match only something equal to what is stored in the operand table
+ at the index specified by the argument. For MATCH_PARALLEL. */
+DEF_RTL_EXPR(MATCH_PAR_DUP, "match_par_dup", "iE", 'm')
+
+/* Appears only in machine descriptions.
Defines the pattern for one kind of instruction.
Operand:
0: names this instruction.