diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-14 18:38:10 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-14 18:38:10 +0000 |
commit | e9696e8723d9a982cc05b58f56e06b0b7363aaa5 (patch) | |
tree | f4296ae9a0e8e99101f3625277c581bfb4bc3abd /gcc/rtl.def | |
parent | 363d3bcf8ece8a14da58af19336fa1e5155bacd3 (diff) | |
download | gcc-e9696e8723d9a982cc05b58f56e06b0b7363aaa5.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1829 138bc75d-0d04-0410-961f-82ee72b054a4
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 c9d72517ef7..17b9715de43 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. |