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

  /src/external/gpl3/binutils/dist/gas/config/
tc-nds32.c 108 static enum ict_option ict_flag = ICT_NONE; variable in typeref:enum:ict_option
4426 ict_flag = ICT_SMALL;
4429 ict_flag = ICT_LARGE;
7453 if (!fixp && !verbatim && ict_flag == ICT_NONE)
7472 if (ict_flag == ICT_SMALL)
7474 else if (ict_flag == ICT_LARGE)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-nds32.c 108 static enum ict_option ict_flag = ICT_NONE; variable in typeref:enum:ict_option
4421 ict_flag = ICT_SMALL;
4424 ict_flag = ICT_LARGE;
7446 if (!fixp && !verbatim && ict_flag == ICT_NONE)
7465 if (ict_flag == ICT_SMALL)
7467 else if (ict_flag == ICT_LARGE)

Completed in 34 milliseconds