Searched refs:max_skip (Results 1 – 6 of 6) sorted by relevance
142 int64_t max_skip = in file_skip() local144 if (request > max_skip) in file_skip()145 skip = max_skip; in file_skip()
147 int64_t max_skip = in file_skip() local149 if (request > max_skip) in file_skip()150 skip = max_skip; in file_skip()
699 int log, max_skip, max_log; in compute_alignments() local712 max_skip = LABEL_ALIGN_MAX_SKIP; in compute_alignments()742 max_skip = JUMP_ALIGN_MAX_SKIP; in compute_alignments()756 max_skip = LOOP_ALIGN_MAX_SKIP; in compute_alignments()760 SET_LABEL_ALIGN (label, max_log, max_skip); in compute_alignments()802 int max_skip; in shorten_branches() local832 max_skip = 0; in shorten_branches()854 max_skip = LABEL_MAX_SKIP (insn); in shorten_branches()862 max_skip = LABEL_ALIGN_MAX_SKIP; in shorten_branches()879 max_skip = LABEL_ALIGN_MAX_SKIP; in shorten_branches()[all …]
10920 * final.c (final_scan_insn): Wrap variable `max_skip' in macro
5715 * i386.c (override_options): Set max_skip values.
8093 @defmac ASM_OUTPUT_MAX_SKIP_ALIGN (@var{stream}, @var{power}, @var{max_skip})8096 @var{power} bytes, but only if @var{max_skip} or fewer bytes are needed to8097 satisfy the alignment request. @var{power} and @var{max_skip} will be