/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | explow.cc | 1773 rtx_code_label *loop_lab = gen_label_rtx (); in probe_stack_range() local 1810 emit_label (loop_lab); in probe_stack_range() 1826 emit_jump (loop_lab); in probe_stack_range() 1933 emit_stack_clash_protection_probe_loop_start (rtx *loop_lab, in emit_stack_clash_protection_probe_loop_start() argument 1940 *loop_lab = gen_label_rtx (); in emit_stack_clash_protection_probe_loop_start() 1943 emit_label (*loop_lab); in emit_stack_clash_protection_probe_loop_start() 1955 emit_stack_clash_protection_probe_loop_end (rtx loop_lab, rtx end_loop, in emit_stack_clash_protection_probe_loop_end() argument 1960 Pmode, 1, loop_lab); in emit_stack_clash_protection_probe_loop_end() 1962 emit_jump (loop_lab); in emit_stack_clash_protection_probe_loop_end() 2035 rtx loop_lab, end_loop; in anti_adjust_stack_and_probe_stack_clash() local [all …]
|
H A D | internal-fn.cc | 2254 rtx_code_label *loop_lab = NULL; in expand_vector_ubsan_overflow() local 2292 loop_lab = gen_label_rtx (); in expand_vector_ubsan_overflow() 2296 emit_label (loop_lab); in expand_vector_ubsan_overflow() 2380 TYPE_MODE (sizetype), NULL_RTX, NULL, loop_lab, in expand_vector_ubsan_overflow()
|
H A D | ChangeLog-2014 | 26762 (probe_stack_range): Likewise for locals "loop_lab", "end_lab".
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | explow.c | 1741 rtx_code_label *loop_lab = gen_label_rtx (); in probe_stack_range() local 1778 emit_label (loop_lab); in probe_stack_range() 1794 emit_jump (loop_lab); in probe_stack_range() 1901 emit_stack_clash_protection_probe_loop_start (rtx *loop_lab, in emit_stack_clash_protection_probe_loop_start() argument 1908 *loop_lab = gen_label_rtx (); in emit_stack_clash_protection_probe_loop_start() 1911 emit_label (*loop_lab); in emit_stack_clash_protection_probe_loop_start() 1923 emit_stack_clash_protection_probe_loop_end (rtx loop_lab, rtx end_loop, in emit_stack_clash_protection_probe_loop_end() argument 1928 Pmode, 1, loop_lab); in emit_stack_clash_protection_probe_loop_end() 1930 emit_jump (loop_lab); in emit_stack_clash_protection_probe_loop_end() 2003 rtx loop_lab, end_loop; in anti_adjust_stack_and_probe_stack_clash() local [all …]
|
H A D | internal-fn.c | 2034 rtx_code_label *loop_lab = NULL; in expand_vector_ubsan_overflow() local 2068 loop_lab = gen_label_rtx (); in expand_vector_ubsan_overflow() 2072 emit_label (loop_lab); in expand_vector_ubsan_overflow() 2156 TYPE_MODE (sizetype), NULL_RTX, NULL, loop_lab, in expand_vector_ubsan_overflow()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-logue.cc | 1890 char loop_lab[32]; in output_probe_stack_range_1() local 1893 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range_1() 1896 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range_1() 1916 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range_1() 1968 char loop_lab[32]; in output_probe_stack_range_stack_clash() local 1973 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range_stack_clash() 1975 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range_stack_clash() 1995 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range_stack_clash()
|
H A D | rs6000.md | 10669 rtx loop_lab, end_loop; 10675 emit_stack_clash_protection_probe_loop_start (&loop_lab, &end_loop, 10686 emit_stack_clash_protection_probe_loop_end (loop_lab, end_loop,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-logue.c | 1862 char loop_lab[32]; in output_probe_stack_range_1() local 1865 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range_1() 1868 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range_1() 1888 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range_1() 1940 char loop_lab[32]; in output_probe_stack_range_stack_clash() local 1945 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range_stack_clash() 1947 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range_stack_clash() 1967 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range_stack_clash()
|
H A D | rs6000.md | 9942 rtx loop_lab, end_loop; 9948 emit_stack_clash_protection_probe_loop_start (&loop_lab, &end_loop, 9959 emit_stack_clash_protection_probe_loop_end (loop_lab, end_loop,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch.cc | 1234 char loop_lab[32], tmp[64]; in loongarch_output_probe_stack_range() local 1237 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in loongarch_output_probe_stack_range() 1240 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in loongarch_output_probe_stack_range() 1258 output_asm_insn (strcat (tmp, &loop_lab[1]), xops); in loongarch_output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 7512 char loop_lab[32]; in output_adjust_stack_and_probe() local 7515 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_adjust_stack_and_probe() 7518 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_adjust_stack_and_probe() 7536 assemble_name_raw (asm_out_file, loop_lab); in output_adjust_stack_and_probe() 7644 char loop_lab[32]; in output_probe_stack_range() local 7647 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 7650 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 7670 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 7862 char loop_lab[32]; in output_adjust_stack_and_probe() local 7865 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_adjust_stack_and_probe() 7868 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_adjust_stack_and_probe() 7886 assemble_name_raw (asm_out_file, loop_lab); in output_adjust_stack_and_probe() 7996 char loop_lab[32]; in output_probe_stack_range() local 7999 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 8002 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 8022 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | ia64.cc | 3436 char loop_lab[32]; in output_probe_stack_range() local 3439 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 3442 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 3460 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | ia64.c | 3436 char loop_lab[32]; in output_probe_stack_range() local 3439 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 3442 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 3460 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 5805 char loop_lab[32]; in output_probe_stack_range() local 5808 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 5811 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 5827 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 5737 char loop_lab[32]; in output_probe_stack_range() local 5740 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 5743 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 5759 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 6678 char loop_lab[32]; in aarch64_output_probe_stack_range() local 6681 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in aarch64_output_probe_stack_range() 6684 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in aarch64_output_probe_stack_range() 6720 assemble_name_raw (asm_out_file, loop_lab); in aarch64_output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 12214 char loop_lab[32], tmp[64]; in mips_output_probe_stack_range() local 12217 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in mips_output_probe_stack_range() 12220 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in mips_output_probe_stack_range() 12233 output_asm_insn (strcat (tmp, &loop_lab[1]), xops); in mips_output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 12073 char loop_lab[32], tmp[64]; in mips_output_probe_stack_range() local 12076 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in mips_output_probe_stack_range() 12079 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in mips_output_probe_stack_range() 12092 output_asm_insn (strcat (tmp, &loop_lab[1]), xops); in mips_output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 7991 char loop_lab[32]; in aarch64_output_probe_stack_range() local 7994 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in aarch64_output_probe_stack_range() 7997 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in aarch64_output_probe_stack_range() 8033 assemble_name_raw (asm_out_file, loop_lab); in aarch64_output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 23167 char loop_lab[32]; in output_probe_stack_range() local 23170 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 23173 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 23189 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 23367 char loop_lab[32]; in output_probe_stack_range() local 23370 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 23373 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 23389 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|