Commit 6918e4ae by Torbjorn Granlund

(PREDICATE_CODES): Add cmplsrcb_operand.

From-SVN: r7478
parent 6f7f03f8
......@@ -1630,6 +1630,7 @@ extern int a29k_debug_reg_map[];
{"spec_reg_operand", {REG}}, \
{"accum_reg_operand", {REG}}, \
{"srcb_operand", {SUBREG, REG, CONST_INT}}, \
{"cmplsrcb_operand", {SUBREG, REG, CONST_INT}}, \
{"reg_or_immediate_operand", {SUBREG, REG, CONST_INT, CONST, \
CONST_DOUBLE, CONST, SYMBOL_REF, LABEL_REF}}, \
{"reg_or_u_short_operand", {SUBREG, REG, CONST_INT}}, \
......
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