Lines Matching refs:current_bundle_index
207 static int current_bundle_index; variable
271 current_bundle_index = 0; in md_begin()
390 current_bundle_index * sizeof current_bundle[0]); in prepend_nop_to_bundle()
392 ++current_bundle_index; in prepend_nop_to_bundle()
797 for (j = 0; j < current_bundle_index; j++) in check_illegal_reg_writes()
870 switch (current_bundle_index) in tilegx_flush_bundle()
898 for (j = 0; j < current_bundle_index; j++) in tilegx_flush_bundle()
912 current_bundle_index = 0; in tilegx_flush_bundle()
924 (current_bundle_index == 3 in tilegx_flush_bundle()
942 current_bundle_index = 0; in tilegx_flush_bundle()
953 for (j = 0; j < current_bundle_index; j++) in tilegx_flush_bundle()
956 if (current_bundle_index == 2 && !tilegx_is_x_pipeline (match->pipe[0])) in tilegx_flush_bundle()
983 for (j = 0; j < current_bundle_index; j++) in tilegx_flush_bundle()
997 current_bundle_index = 0; in tilegx_flush_bundle()
1258 if (current_bundle_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE) in md_assemble()
1274 current_bundle[current_bundle_index].opcode = op; in md_assemble()
1278 current_bundle[current_bundle_index].operand_values); in md_assemble()
1279 ++current_bundle_index; in md_assemble()
1806 current_bundle_index = 0; in tilegx_unrecognized_line()