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

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c 717 int expecting_operand = 0; local
799 if (expecting_operand)
820 expecting_operand = 1;
1465 int expecting_operand = 0; local
1532 if (expecting_operand)
1553 expecting_operand = 1;
tc-tic54x.c 3096 int expecting_operand = 0; local
3142 if (expecting_operand || *lptr == ',')
3155 expecting_operand = 1;
tc-i386.c 8271 unsigned int expecting_operand = 0;
8365 if (expecting_operand)
8386 expecting_operand = 1;
8267 unsigned int expecting_operand = 0; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c 717 int expecting_operand = 0; local
799 if (expecting_operand)
820 expecting_operand = 1;
1465 int expecting_operand = 0; local
1532 if (expecting_operand)
1553 expecting_operand = 1;
tc-tic54x.c 3096 int expecting_operand = 0; local
3142 if (expecting_operand || *lptr == ',')
3155 expecting_operand = 1;
tc-i386.c 8105 unsigned int expecting_operand = 0;
8199 if (expecting_operand)
8220 expecting_operand = 1;
8101 unsigned int expecting_operand = 0; local

Completed in 35 milliseconds