Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10200.c880 int next_opindex, relaxable; in md_assemble() local
916 next_opindex = 0; in md_assemble()
926 if (next_opindex == 0) in md_assemble()
932 operand = &mn10200_operands[next_opindex]; in md_assemble()
933 next_opindex = 0; in md_assemble()
Dtc-mn10300.c1237 int next_opindex, relaxable; in md_assemble() local
1278 next_opindex = 0; in md_assemble()
1297 if (next_opindex == 0) in md_assemble()
1303 operand = &mn10300_operands[next_opindex]; in md_assemble()
1304 next_opindex = 0; in md_assemble()
Dtc-v850.c2299 int next_opindex; in md_assemble() local
2371 next_opindex = 0; in md_assemble()
2385 if (next_opindex == 0) in md_assemble()
2389 operand = &v850_operands[next_opindex]; in md_assemble()
2390 next_opindex = 0; in md_assemble()
Dtc-ppc.c2647 int next_opindex; in md_assemble() local
2736 next_opindex = 0; in md_assemble()
2746 if (next_opindex == 0) in md_assemble()
2750 operand = &powerpc_operands[next_opindex]; in md_assemble()
2751 next_opindex = 0; in md_assemble()
2783 next_opindex = *opindex_ptr + 1; in md_assemble()