HomeSort by: relevance | last modified time | path
    Searched defs:next_opindex (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-mn10200.c 873 int next_opindex, relaxable;
908 next_opindex = 0;
918 if (next_opindex == 0)
924 operand = &mn10200_operands[next_opindex];
925 next_opindex = 0;
870 int next_opindex, relaxable; local
tc-mn10300.c 1240 int next_opindex, relaxable;
1281 next_opindex = 0;
1300 if (next_opindex == 0)
1306 operand = &mn10300_operands[next_opindex];
1307 next_opindex = 0;
1237 int next_opindex, relaxable; local
tc-v850.c 2266 int next_opindex;
2338 next_opindex = 0;
2352 if (next_opindex == 0)
2356 operand = &v850_operands[next_opindex];
2357 next_opindex = 0;
2263 int next_opindex; local
tc-ppc.c 3292 int next_opindex;
3361 next_opindex = 0;
3371 if (next_opindex == 0)
3375 operand = &powerpc_operands[next_opindex];
3376 next_opindex = 0;
3438 next_opindex = *opindex_ptr + 1;
3282 int next_opindex; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10200.c 873 int next_opindex, relaxable;
909 next_opindex = 0;
919 if (next_opindex == 0)
925 operand = &mn10200_operands[next_opindex];
926 next_opindex = 0;
870 int next_opindex, relaxable; local
tc-mn10300.c 1240 int next_opindex, relaxable;
1281 next_opindex = 0;
1300 if (next_opindex == 0)
1306 operand = &mn10300_operands[next_opindex];
1307 next_opindex = 0;
1237 int next_opindex, relaxable; local
tc-v850.c 2271 int next_opindex;
2343 next_opindex = 0;
2357 if (next_opindex == 0)
2361 operand = &v850_operands[next_opindex];
2362 next_opindex = 0;
2268 int next_opindex; local
tc-ppc.c 3328 int next_opindex;
3397 next_opindex = 0;
3407 if (next_opindex == 0)
3411 operand = &powerpc_operands[next_opindex];
3412 next_opindex = 0;
3474 next_opindex = *opindex_ptr + 1;
3318 int next_opindex; local

Completed in 57 milliseconds