Searched refs:TIC4X_OPERANDS_MAX (Results 1 – 2 of 2) sorted by relevance
133 tic4x_operand_t operands[TIC4X_OPERANDS_MAX];2396 while (num_operands < TIC4X_OPERANDS_MAX && *s++ == ','); in tic4x_operands_parse()2398 if (num_operands > TIC4X_OPERANDS_MAX) in tic4x_operands_parse()
281 #define TIC4X_OPERANDS_MAX 7 /* Max number of operands for an inst. */ macro