Home
last modified time | relevance | path

Searched refs:TIC4X_OPERANDS_MAX (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic4x.c133 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()
/toolchain/binutils/binutils-2.27/include/opcode/
Dtic4x.h281 #define TIC4X_OPERANDS_MAX 7 /* Max number of operands for an inst. */ macro