Home
last modified time | relevance | path

Searched refs:current_bundle_index (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tilepro.c157 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()
[all …]
Dtc-tilegx.c207 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()
[all …]