Commit a17cd30d by Jim Wilson

(PREDICATE_CODES): Add complemented_arith_operand.

From-SVN: r13487
parent 10f14441
...@@ -3176,6 +3176,7 @@ while (0) ...@@ -3176,6 +3176,7 @@ while (0)
{"reg_or_0_operand", { REG, CONST_INT, SUBREG }}, \ {"reg_or_0_operand", { REG, CONST_INT, SUBREG }}, \
{"small_int", { CONST_INT }}, \ {"small_int", { CONST_INT }}, \
{"large_int", { CONST_INT }}, \ {"large_int", { CONST_INT }}, \
{"complemented_arith_operand",{ CONST_INT }}, \
{"mips_const_double_ok", { CONST_DOUBLE }}, \ {"mips_const_double_ok", { CONST_DOUBLE }}, \
{"const_float_1_operand", { CONST_DOUBLE }}, \ {"const_float_1_operand", { CONST_DOUBLE }}, \
{"simple_memory_operand", { MEM, SUBREG }}, \ {"simple_memory_operand", { MEM, SUBREG }}, \
......
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