Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c9390 int extra_bytes; in bytes_to_stretch() local
9429 extra_bytes = desired_diff - nop_bytes; in bytes_to_stretch()
9435 else if (num_widens == extra_bytes) in bytes_to_stretch()
9443 extra_bytes -= 2; in bytes_to_stretch()
9447 if (nop_bytes + num_widens >= desired_diff && extra_bytes >= 0) in bytes_to_stretch()
9451 else if (num_widens == extra_bytes) in bytes_to_stretch()
9461 extra_bytes++; in bytes_to_stretch()
9466 else if (num_widens == extra_bytes) in bytes_to_stretch()