Lines Matching refs:current_bundle
154 current_bundle[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; variable
344 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()
845 current_bundle[j].pipe = match->pipe[j]; in tilepro_flush_bundle()
854 current_bundle[0].pipe = in tilepro_flush_bundle()
858 (current_bundle[1].pipe + current_bundle[2].pipe)); in tilepro_flush_bundle()
876 struct tilepro_instruction *instr = ¤t_bundle[j]; in tilepro_flush_bundle()
1159 current_bundle[current_bundle_index].opcode = op; in md_assemble()
1163 current_bundle[current_bundle_index].operand_values); in md_assemble()