Searched refs:MAX_RECOG_ALTERNATIVES (Results 1 – 4 of 4) sorted by relevance
23 #define MAX_RECOG_ALTERNATIVES 30 macro212 extern struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES];
81 struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES];2100 gcc_assert (recog_data.n_alternatives <= MAX_RECOG_ALTERNATIVES); in extract_insn()
1155 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES) in check_operand_nalternatives()
944 * recog.h (MAX_RECOG_ALTERNATIVES): New macro.