Commit ae3c61fa by Richard Kenner

*** empty log message ***

From-SVN: r1829
parent f89e32e9
...@@ -154,6 +154,11 @@ DEF_RTL_EXPR(MATCH_PARALLEL, "match_parallel", "isE", 'm') ...@@ -154,6 +154,11 @@ DEF_RTL_EXPR(MATCH_PARALLEL, "match_parallel", "isE", 'm')
DEF_RTL_EXPR(MATCH_OP_DUP, "match_op_dup", "iE", 'm') DEF_RTL_EXPR(MATCH_OP_DUP, "match_op_dup", "iE", 'm')
/* Appears only in machine descriptions. /* 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. Defines the pattern for one kind of instruction.
Operand: Operand:
0: names this instruction. 0: names this instruction.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment