Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mn10200.c915 int next_opindex, relaxable; in md_assemble() local
951 next_opindex = 0; in md_assemble()
961 if (next_opindex == 0) in md_assemble()
967 operand = &mn10200_operands[next_opindex]; in md_assemble()
968 next_opindex = 0; in md_assemble()
Dtc-v850.c1595 int next_opindex; in md_assemble() local
1648 next_opindex = 0; in md_assemble()
1661 if (next_opindex == 0) in md_assemble()
1665 operand = &v850_operands[next_opindex]; in md_assemble()
1666 next_opindex = 0; in md_assemble()
Dtc-mn10300.c1376 int next_opindex, relaxable; local
1417 next_opindex = 0;
1436 if (next_opindex == 0)
1442 operand = &mn10300_operands[next_opindex];
1443 next_opindex = 0;
Dtc-ppc.c2110 int next_opindex; local
2202 next_opindex = 0;
2212 if (next_opindex == 0)
2216 operand = &powerpc_operands[next_opindex];
2217 next_opindex = 0;
2243 next_opindex = *opindex_ptr + 1;