Lines Matching refs:narrow_nops
8386 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()
8693 if (wide_nops > 2 && narrow_nops > 1) in bytes_to_stretch()