Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c8386 int *narrow_nops, in find_address_of_next_align_frag() argument
8418 (*narrow_nops)++; in find_address_of_next_align_frag()
8473 int narrow_nops = 0; in future_alignment_required() local
8483 (&fragP, &wide_nops, &narrow_nops, &num_widens, &paddable); in future_alignment_required()
8561 = bytes_to_stretch (this_frag, wide_nops, narrow_nops, in future_alignment_required()
8564 = bytes_to_stretch (this_frag, wide_nops, narrow_nops, in future_alignment_required()
8631 int narrow_nops, in bytes_to_stretch() argument
8671 if (!this_frag->tc_frag_data.is_no_density && narrow_nops == 1) in bytes_to_stretch()
8682 if (!this_frag->tc_frag_data.is_no_density && narrow_nops == 2) in bytes_to_stretch()
8690 if (wide_nops < 2 || narrow_nops == 0) in bytes_to_stretch()
[all …]