Searched refs:cannot_bundle (Results 1 – 2 of 2) sorted by relevance
786 const struct tilepro_opcode *cannot_bundle = NULL; in tilepro_flush_bundle() local793 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()
895 const struct tilegx_opcode *cannot_bundle = NULL; in tilegx_flush_bundle() local902 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()