Home
last modified time | relevance | path

Searched refs:cannot_bundle (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tilepro.c786 const struct tilepro_opcode *cannot_bundle = NULL; in tilepro_flush_bundle() local
793 if (!op->can_bundle && cannot_bundle == NULL) in tilepro_flush_bundle()
794 cannot_bundle = op; in tilepro_flush_bundle()
801 if (cannot_bundle != NULL && seen_non_nop) in tilepro_flush_bundle()
805 cannot_bundle->name); in tilepro_flush_bundle()
Dtc-tilegx.c895 const struct tilegx_opcode *cannot_bundle = NULL; in tilegx_flush_bundle() local
902 if (!op->can_bundle && cannot_bundle == NULL) in tilegx_flush_bundle()
903 cannot_bundle = op; in tilegx_flush_bundle()
910 if (cannot_bundle != NULL && seen_non_nop) in tilegx_flush_bundle()
914 cannot_bundle->name); in tilegx_flush_bundle()