Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dexplow.c1734 rtx_code_label *loop_lab = gen_label_rtx (); in probe_stack_range() local
1771 emit_label (loop_lab); in probe_stack_range()
1787 emit_jump (loop_lab); in probe_stack_range()
1894 emit_stack_clash_protection_probe_loop_start (rtx *loop_lab, in emit_stack_clash_protection_probe_loop_start() argument
1901 *loop_lab = gen_label_rtx (); in emit_stack_clash_protection_probe_loop_start()
1904 emit_label (*loop_lab); in emit_stack_clash_protection_probe_loop_start()
1916 emit_stack_clash_protection_probe_loop_end (rtx loop_lab, rtx end_loop, in emit_stack_clash_protection_probe_loop_end() argument
1921 Pmode, 1, loop_lab); in emit_stack_clash_protection_probe_loop_end()
1923 emit_jump (loop_lab); in emit_stack_clash_protection_probe_loop_end()
1986 rtx loop_lab, end_loop; in anti_adjust_stack_and_probe_stack_clash() local
[all …]
H A Dinternal-fn.c2016 rtx_code_label *loop_lab = NULL; in expand_vector_ubsan_overflow() local
2050 loop_lab = gen_label_rtx (); in expand_vector_ubsan_overflow()
2054 emit_label (loop_lab); in expand_vector_ubsan_overflow()
2138 TYPE_MODE (sizetype), NULL_RTX, NULL, loop_lab, in expand_vector_ubsan_overflow()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dexplow.c1617 rtx loop_lab = gen_label_rtx (); in probe_stack_range() local
1653 emit_label (loop_lab); in probe_stack_range()
1669 emit_jump (loop_lab); in probe_stack_range()
1760 rtx loop_lab = gen_label_rtx (); in anti_adjust_stack_and_probe() local
1794 emit_label (loop_lab); in anti_adjust_stack_and_probe()
1804 emit_jump (loop_lab); in anti_adjust_stack_and_probe()
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c9803 char loop_lab[32], end_lab[32]; in output_adjust_stack_and_probe() local
9806 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno); in output_adjust_stack_and_probe()
9809 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_adjust_stack_and_probe()
9828 assemble_name_raw (asm_out_file, loop_lab); in output_adjust_stack_and_probe()
9923 char loop_lab[32], end_lab[32]; in output_probe_stack_range() local
9926 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno); in output_probe_stack_range()
9929 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range()
9950 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c13031 char loop_lab[32]; in output_adjust_stack_and_probe() local
13034 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_adjust_stack_and_probe()
13037 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_adjust_stack_and_probe()
13055 assemble_name_raw (asm_out_file, loop_lab); in output_adjust_stack_and_probe()
13162 char loop_lab[32]; in output_probe_stack_range() local
13165 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range()
13168 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range()
13188 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()