Searched refs:current_bundle (Results 1 – 2 of 2) sorted by relevance
154 current_bundle[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; variable344 memmove (¤t_bundle[1], ¤t_bundle[0], in prepend_nop_to_bundle()345 current_bundle_index * sizeof current_bundle[0]); in prepend_nop_to_bundle()346 current_bundle[0].opcode = &tilepro_opcodes[mnemonic]; in prepend_nop_to_bundle()691 const struct tilepro_instruction *instr = ¤t_bundle[j]; in check_illegal_reg_writes()767 if (current_bundle[0].opcode->can_bundle) in tilepro_flush_bundle()791 const struct tilepro_opcode *op = current_bundle[j].opcode; in tilepro_flush_bundle()813 BUNDLE_TEMPLATE_MASK(current_bundle[0].opcode->pipes, in tilepro_flush_bundle()814 current_bundle[1].opcode->pipes, in tilepro_flush_bundle()816 ? current_bundle[2].opcode->pipes in tilepro_flush_bundle()[all …]
204 static struct tilegx_instruction current_bundle[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; variable389 memmove (¤t_bundle[1], ¤t_bundle[0], in prepend_nop_to_bundle()390 current_bundle_index * sizeof current_bundle[0]); in prepend_nop_to_bundle()391 current_bundle[0].opcode = &tilegx_opcodes[mnemonic]; in prepend_nop_to_bundle()799 const struct tilegx_instruction *instr = ¤t_bundle[j]; in check_illegal_reg_writes()876 if (current_bundle[0].opcode->can_bundle) in tilegx_flush_bundle()900 const struct tilegx_opcode *op = current_bundle[j].opcode; in tilegx_flush_bundle()922 BUNDLE_TEMPLATE_MASK(current_bundle[0].opcode->pipes, in tilegx_flush_bundle()923 current_bundle[1].opcode->pipes, in tilegx_flush_bundle()925 ? current_bundle[2].opcode->pipes in tilegx_flush_bundle()[all …]