diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-08-14 14:38:10 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-08-14 14:38:10 -0400 |
commit | ae3c61faf79fce63ba24b532e28425fa7174798d (patch) | |
tree | f4296ae9a0e8e99101f3625277c581bfb4bc3abd /gcc/rtl.def | |
parent | f89e32e9504fbcd7ea54768fdc520aeb37fcdd5f (diff) | |
download | gcc-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.def | 5 |
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. |