Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
HDarchive_read_open_file.c148 int64_t max_skip = in file_skip() local
150 if (request > max_skip) in file_skip()
151 skip = max_skip; in file_skip()
HDarchive_read_open_fd.c144 int64_t max_skip = in file_skip() local
146 if (request > max_skip) in file_skip()
147 skip = max_skip; in file_skip()
/dragonfly/contrib/gcc-4.7/gcc/
HDfinal.c344 short max_skip; member
568 (label_align[CODE_LABEL_NUMBER (LABEL) - min_labelno].max_skip)
699 int log, max_skip, max_log; in compute_alignments() local
747 max_skip = targetm.asm_out.label_align_max_skip (label); in compute_alignments()
791 max_skip = targetm.asm_out.jump_align_max_skip (label); in compute_alignments()
808 max_skip = targetm.asm_out.loop_align_max_skip (label); in compute_alignments()
812 LABEL_TO_MAX_SKIP (label) = max_skip; in compute_alignments()
859 int max_skip; in shorten_branches() local
907 max_skip = 0; in shorten_branches()
927 max_skip = LABEL_TO_MAX_SKIP (insn); in shorten_branches()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDfinal.c333 short max_skip; member
542 (label_align[CODE_LABEL_NUMBER (LABEL) - min_labelno].max_skip)
670 int log, max_skip, max_log; in compute_alignments() local
722 max_skip = targetm.asm_out.label_align_max_skip (label); in compute_alignments()
774 max_skip = targetm.asm_out.jump_align_max_skip (label); in compute_alignments()
794 max_skip = targetm.asm_out.loop_align_max_skip (label); in compute_alignments()
798 LABEL_TO_MAX_SKIP (label) = max_skip; in compute_alignments()
907 int max_skip; in shorten_branches() local
934 max_skip = 0; in shorten_branches()
951 max_skip = LABEL_TO_MAX_SKIP (label); in shorten_branches()
[all …]
HDvarasm.c1814 int max_skip = align_functions - 1; in assemble_start_function() local
1816 && max_skip >= crtl->max_insn_address) in assemble_start_function()
1817 max_skip = crtl->max_insn_address - 1; in assemble_start_function()
1820 ASM_OUTPUT_MAX_SKIP_ALIGN (asm_out_file, align_log, max_skip); in assemble_start_function()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.c32632 int max_skip = label_to_max_skip (insn); in ix86_avoid_jump_mispredicts() local
32634 if (max_skip > 15) in ix86_avoid_jump_mispredicts()
32635 max_skip = 15; in ix86_avoid_jump_mispredicts()
32641 || (align <= 3 && max_skip != (1 << align) - 1)) in ix86_avoid_jump_mispredicts()
32642 max_skip = 0; in ix86_avoid_jump_mispredicts()
32645 INSN_UID (insn), max_skip); in ix86_avoid_jump_mispredicts()
32646 if (max_skip) in ix86_avoid_jump_mispredicts()
32648 while (nbytes + max_skip >= 16) in ix86_avoid_jump_mispredicts()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.c42097 int max_skip = label_to_max_skip (insn); in ix86_avoid_jump_mispredicts() local
42099 if (max_skip > 15) in ix86_avoid_jump_mispredicts()
42100 max_skip = 15; in ix86_avoid_jump_mispredicts()
42106 || (align <= 3 && max_skip != (1 << align) - 1)) in ix86_avoid_jump_mispredicts()
42107 max_skip = 0; in ix86_avoid_jump_mispredicts()
42110 INSN_UID (insn), max_skip); in ix86_avoid_jump_mispredicts()
42111 if (max_skip) in ix86_avoid_jump_mispredicts()
42113 while (nbytes + max_skip >= 16) in ix86_avoid_jump_mispredicts()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDtm.texi9118 @defmac ASM_OUTPUT_MAX_SKIP_ALIGN (@var{stream}, @var{power}, @var{max_skip})
9121 @var{power} bytes, but only if @var{max_skip} or fewer bytes are needed to
9122 satisfy the alignment request. @var{power} and @var{max_skip} will be
HDtm.texi.in9009 @defmac ASM_OUTPUT_MAX_SKIP_ALIGN (@var{stream}, @var{power}, @var{max_skip})
9012 @var{power} bytes, but only if @var{max_skip} or fewer bytes are needed to
9013 satisfy the alignment request. @var{power} and @var{max_skip} will be