Lines Matching refs:current_bundle_index
157 static int current_bundle_index; variable
216 current_bundle_index = 0; in md_begin()
345 current_bundle_index * sizeof current_bundle[0]); in prepend_nop_to_bundle()
347 ++current_bundle_index; in prepend_nop_to_bundle()
689 for (j = 0; j < current_bundle_index; j++) in check_illegal_reg_writes()
761 switch (current_bundle_index) in tilepro_flush_bundle()
789 for (j = 0; j < current_bundle_index; j++) in tilepro_flush_bundle()
803 current_bundle_index = 0; in tilepro_flush_bundle()
815 (current_bundle_index == 3 in tilepro_flush_bundle()
833 current_bundle_index = 0; in tilepro_flush_bundle()
844 for (j = 0; j < current_bundle_index; j++) in tilepro_flush_bundle()
847 if (current_bundle_index == 2 && !tilepro_is_x_pipeline(match->pipe[0])) in tilepro_flush_bundle()
874 for (j = 0; j < current_bundle_index; j++) in tilepro_flush_bundle()
889 current_bundle_index = 0; in tilepro_flush_bundle()
1143 if (current_bundle_index == TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE) in md_assemble()
1159 current_bundle[current_bundle_index].opcode = op; in md_assemble()
1163 current_bundle[current_bundle_index].operand_values); in md_assemble()
1164 ++current_bundle_index; in md_assemble()
1586 current_bundle_index = 0; in tilepro_unrecognized_line()