Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c3147 unsigned int num_operands_read; in md_assemble() local
3365 num_operands_read = 0; in md_assemble()
3371 if (num_operands_read > 0) in md_assemble()
3386 if (!tic6x_parse_operand (&p, &operands[num_operands_read], in md_assemble()
3387 operand_forms[num_operands_read], str, opc_len, in md_assemble()
3388 num_operands_read + 1)) in md_assemble()
3390 num_operands_read++; in md_assemble()
3397 if (num_operands_read == max_num_operands) in md_assemble()
3410 if (!bad_operands && !num_operands_permitted[num_operands_read]) in md_assemble()
3424 for (i = 0; i < num_operands_read; i++) in md_assemble()
[all …]