(PREDICATE_CODES): Add cint8_operand.

From-SVN: r7643
This commit is contained in:
Jim Wilson 1994-07-02 16:03:33 -07:00
parent a62eb16fe1
commit 9e2befc27b

View File

@ -1811,6 +1811,7 @@ literal_section () \
{"reg_or_0_operand", {SUBREG, REG, CONST_INT}}, \
{"reg_or_6bit_operand", {SUBREG, REG, CONST_INT}}, \
{"reg_or_8bit_operand", {SUBREG, REG, CONST_INT}}, \
{"cint8_operand", {CONST_INT}}, \
{"reg_or_cint_operand", {SUBREG, REG, CONST_INT}}, \
{"add_operand", {SUBREG, REG, CONST_INT}}, \
{"sext_add_operand", {SUBREG, REG, CONST_INT}}, \