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

  /src/external/gpl3/binutils/dist/gas/config/
tc-tilepro.c 780 const struct tilepro_opcode *cannot_bundle = NULL; local
787 if (!op->can_bundle && cannot_bundle == NULL)
788 cannot_bundle = op;
795 if (cannot_bundle != NULL && seen_non_nop)
799 cannot_bundle->name);
tc-tilegx.c 893 const struct tilegx_opcode *cannot_bundle = NULL; local
900 if (!op->can_bundle && cannot_bundle == NULL)
901 cannot_bundle = op;
908 if (cannot_bundle != NULL && seen_non_nop)
912 cannot_bundle->name);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tilepro.c 780 const struct tilepro_opcode *cannot_bundle = NULL; local
787 if (!op->can_bundle && cannot_bundle == NULL)
788 cannot_bundle = op;
795 if (cannot_bundle != NULL && seen_non_nop)
799 cannot_bundle->name);
tc-tilegx.c 893 const struct tilegx_opcode *cannot_bundle = NULL; local
900 if (!op->can_bundle && cannot_bundle == NULL)
901 cannot_bundle = op;
908 if (cannot_bundle != NULL && seen_non_nop)
912 cannot_bundle->name);

Completed in 32 milliseconds