Commit 2851546a by Richard Kenner

*** empty log message ***

From-SVN: r817
parent 913c6f09
......@@ -1529,9 +1529,9 @@ extern int a29k_debug_reg_map[];
{"const_16__operand", {CONST_INT, ASHIFT}}, \
{"const_24__operand", {CONST_INT, ASHIFT}}, \
{"float_const_operand", {CONST_DOUBLE}}, \
{"gen_reg_operand", {SUBREG, REG}}, \
{"gen_reg_or_float_constant_operand", {SUBREG, REG, CONST_DOUBLE}}, \
{"gen_reg_or_integer_constant_operand", {SUBREG, REG, \
{"gpc_reg_operand", {SUBREG, REG}}, \
{"gpc_reg_or_float_constant_operand", {SUBREG, REG, CONST_DOUBLE}}, \
{"gpc_reg_or_integer_constant_operand", {SUBREG, REG, \
CONST_INT, CONST_DOUBLE}}, \
{"spec_reg_operand", {REG}}, \
{"accum_reg_operand", {REG}}, \
......
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