Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c8471 int num_widens = 0; in future_alignment_required() local
8483 (&fragP, &wide_nops, &narrow_nops, &num_widens, &paddable); in future_alignment_required()
8562 num_widens, local_opt_diff); in future_alignment_required()
8565 num_widens, opt_diff); in future_alignment_required()
8632 int num_widens, in bytes_to_stretch() argument
8635 int bytes_short = desired_diff - num_widens; in bytes_to_stretch()
8641 assert (wide_nops > 0 || num_widens > 0); in bytes_to_stretch()
8680 if (num_widens >= 1 && wide_nops == 1) in bytes_to_stretch()
8686 if (num_widens >= 2 && wide_nops == 1) in bytes_to_stretch()
8705 else if (num_widens >= 3 && wide_nops == 1) in bytes_to_stretch()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c6701 int num_widens = 0; local
6708 if (num_widens > 8)
6723 num_widens++;
6739 if (num_widens == desired_diff)