Home
last modified time | relevance | path

Searched refs:MAX_RECOG_ALTERNATIVES (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Drecog.h23 #define MAX_RECOG_ALTERNATIVES 30 macro
212 extern struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES];
Drecog.c81 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()
Dstmt.c1155 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES) in check_operand_nalternatives()
DChangeLog-1998944 * recog.h (MAX_RECOG_ALTERNATIVES): New macro.