Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic6x.c3138 unsigned int num_operands_read; in md_assemble() local
3356 num_operands_read = 0; in md_assemble()
3362 if (num_operands_read > 0) in md_assemble()
3377 if (!tic6x_parse_operand (&p, &operands[num_operands_read], in md_assemble()
3378 operand_forms[num_operands_read], str, opc_len, in md_assemble()
3379 num_operands_read + 1)) in md_assemble()
3381 num_operands_read++; in md_assemble()
3388 if (num_operands_read == max_num_operands) in md_assemble()
3401 if (!bad_operands && !num_operands_permitted[num_operands_read]) in md_assemble()
3415 for (i = 0; i < num_operands_read; i++) in md_assemble()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic6x.c3138 unsigned int num_operands_read; in md_assemble() local
3356 num_operands_read = 0; in md_assemble()
3362 if (num_operands_read > 0) in md_assemble()
3377 if (!tic6x_parse_operand (&p, &operands[num_operands_read], in md_assemble()
3378 operand_forms[num_operands_read], str, opc_len, in md_assemble()
3379 num_operands_read + 1)) in md_assemble()
3381 num_operands_read++; in md_assemble()
3388 if (num_operands_read == max_num_operands) in md_assemble()
3401 if (!bad_operands && !num_operands_permitted[num_operands_read]) in md_assemble()
3415 for (i = 0; i < num_operands_read; i++) in md_assemble()
[all …]