Searched refs:next_opindex (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-mn10200.c780 int next_opindex, relaxable;
816 next_opindex = 0;
826 if (next_opindex == 0)
832 operand = &mn10200_operands[next_opindex];
833 next_opindex = 0;
777 int next_opindex, relaxable; local
H A Dtc-mn10300.c1374 int next_opindex, relaxable;
1415 next_opindex = 0;
1434 if (next_opindex == 0)
1440 operand = &mn10300_operands[next_opindex];
1441 next_opindex = 0;
1371 int next_opindex, relaxable; local
H A Dtc-v850.c1671 int next_opindex;
1724 next_opindex = 0;
1737 if (next_opindex == 0)
1743 operand = &v850_operands[next_opindex];
1744 next_opindex = 0;
1668 int next_opindex; local
H A Dtc-ppc.c2108 int next_opindex;
2199 next_opindex = 0;
2209 if (next_opindex == 0)
2213 operand = &powerpc_operands[next_opindex];
2214 next_opindex = 0;
2240 next_opindex = *opindex_ptr + 1;
2097 int next_opindex; local
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mn10200.c918 int next_opindex, relaxable;
954 next_opindex = 0;
964 if (next_opindex == 0)
970 operand = &mn10200_operands[next_opindex];
971 next_opindex = 0;
915 int next_opindex, relaxable; local
H A Dtc-v850.c1614 int next_opindex;
1667 next_opindex = 0;
1680 if (next_opindex == 0)
1684 operand = &v850_operands[next_opindex];
1685 next_opindex = 0;
1611 int next_opindex; local
H A Dtc-mn10300.c1379 int next_opindex, relaxable;
1420 next_opindex = 0;
1439 if (next_opindex == 0)
1445 operand = &mn10300_operands[next_opindex];
1446 next_opindex = 0;
1376 int next_opindex, relaxable; local
H A Dtc-ppc.c2122 int next_opindex;
2214 next_opindex = 0;
2224 if (next_opindex == 0)
2228 operand = &powerpc_operands[next_opindex];
2229 next_opindex = 0;
2255 next_opindex = *opindex_ptr + 1;
2111 int next_opindex; local

Completed in 153 milliseconds