Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c9252 int num_widens = 0; in future_alignment_required() local
9264 (&fragP, &wide_nops, &narrow_nops, &num_widens, &paddable); in future_alignment_required()
9343 num_widens, local_opt_diff); in future_alignment_required()
9346 num_widens, opt_diff); in future_alignment_required()
9385 int num_widens, in bytes_to_stretch() argument
9391 int bytes_short = desired_diff - num_widens; in bytes_to_stretch()
9398 gas_assert (wide_nops > 0 || num_widens > 0); in bytes_to_stretch()
9431 if (nop_bytes + num_widens >= desired_diff) in bytes_to_stretch()
9435 else if (num_widens == extra_bytes) in bytes_to_stretch()
9447 if (nop_bytes + num_widens >= desired_diff && extra_bytes >= 0) in bytes_to_stretch()
[all …]