Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c4260 unsigned int cur_want_nops, max_want_nops, do_nops, i; in tic6x_adjust_section() local
4271 max_want_nops = cur_want_nops - want_insert_done_so_far; in tic6x_adjust_section()
4273 do_nops = (max_poss_nops < max_want_nops in tic6x_adjust_section()
4275 : max_want_nops); in tic6x_adjust_section()