Searched refs:emit_stack_probe (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | explow.cc | 1665 emit_stack_probe (rtx address) in emit_stack_probe() function 1756 emit_stack_probe (addr); in probe_stack_range() 1762 emit_stack_probe (addr); in probe_stack_range() 1824 emit_stack_probe (test_addr); in probe_stack_range() 1857 emit_stack_probe (addr); in probe_stack_range() 2027 emit_stack_probe (plus_constant (Pmode, stack_pointer_rtx, in anti_adjust_stack_and_probe_stack_clash() 2045 emit_stack_probe (plus_constant (Pmode, stack_pointer_rtx, in anti_adjust_stack_and_probe_stack_clash() 2080 emit_stack_probe (stack_pointer_rtx); in anti_adjust_stack_and_probe_stack_clash() 2105 emit_stack_probe (gen_rtx_PLUS (Pmode, stack_pointer_rtx, x)); in anti_adjust_stack_and_probe_stack_clash() 2151 emit_stack_probe (stack_pointer_rtx); in anti_adjust_stack_and_probe() [all …]
|
| D | explow.h | 115 extern void emit_stack_probe (rtx);
|
| D | ChangeLog-2009 | 589 * explow.c (emit_stack_probe): Do not test STACK_CHECK_PROBE_LOAD. 4039 (emit_stack_probe): Handle probe_stack insn.
|
| D | FSFChangeLog.11 | 4453 (emit_stack_probe, probe_stack_range): New functions.
|
| D | ChangeLog-2010 | 23306 * expr.h (emit_stack_probe): Declare. 23307 * explow.c (emit_stack_probe): Make global.
|
| D | ChangeLog-2012 | 24871 * explow.c (emit_stack_probe): Handle probe_stack_address.
|
| D | ChangeLog-2019 | 21690 (emit_stack_probe): Same.
|
| D | ChangeLog-2018 | 25888 * explow.c (emit_stack_probe): Call validize_mem on memory location
|
| D | ChangeLog-2015 | 25324 (emit_stack_probe): Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | ia64.cc | 3326 emit_stack_probe (r3); in ia64_emit_probe_stack_range() 3335 emit_stack_probe (r2); in ia64_emit_probe_stack_range() 3346 emit_stack_probe (r2); in ia64_emit_probe_stack_range() 3355 emit_stack_probe (r2); in ia64_emit_probe_stack_range() 3361 emit_stack_probe (r2); in ia64_emit_probe_stack_range() 3421 emit_stack_probe (r2); in ia64_emit_probe_stack_range()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-logue.cc | 1814 emit_stack_probe (plus_constant (Pmode, stack_pointer_rtx, in rs6000_emit_probe_stack_range() 1817 emit_stack_probe (plus_constant (Pmode, stack_pointer_rtx, in rs6000_emit_probe_stack_range() 1879 emit_stack_probe (plus_constant (Pmode, r12, rounded_size - size)); in rs6000_emit_probe_stack_range()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| D | sparc.cc | 5648 emit_stack_probe (plus_constant (Pmode, g1, -size)); in sparc_emit_probe_stack_range() 5660 emit_stack_probe (g1); in sparc_emit_probe_stack_range() 5669 emit_stack_probe (g1); in sparc_emit_probe_stack_range() 5672 emit_stack_probe (plus_constant (Pmode, g1, in sparc_emit_probe_stack_range() 5723 emit_stack_probe (plus_constant (Pmode, g4, rounded_size - size)); in sparc_emit_probe_stack_range()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386.cc | 7750 emit_stack_probe (stack_pointer_rtx); in ix86_adjust_stack_and_probe() 7765 emit_stack_probe (stack_pointer_rtx); in ix86_adjust_stack_and_probe() 7836 emit_stack_probe (stack_pointer_rtx); in ix86_adjust_stack_and_probe() 7916 emit_stack_probe (plus_constant (Pmode, stack_pointer_rtx, in ix86_emit_probe_stack_range() 7919 emit_stack_probe (plus_constant (Pmode, stack_pointer_rtx, in ix86_emit_probe_stack_range() 7976 emit_stack_probe (plus_constant (Pmode, in ix86_emit_probe_stack_range()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.cc | 23258 emit_stack_probe (plus_constant (Pmode, reg1, PROBE_INTERVAL - size)); in arm_emit_probe_stack_range() 23269 emit_stack_probe (reg1); in arm_emit_probe_stack_range() 23277 emit_stack_probe (reg1); in arm_emit_probe_stack_range() 23284 emit_stack_probe (plus_constant (Pmode, reg1, PROBE_INTERVAL - rem)); in arm_emit_probe_stack_range() 23287 emit_stack_probe (plus_constant (Pmode, reg1, -rem)); in arm_emit_probe_stack_range() 23346 emit_stack_probe (plus_constant (Pmode, sr.reg, in arm_emit_probe_stack_range() 23350 emit_stack_probe (plus_constant (Pmode, sr.reg, -rem)); in arm_emit_probe_stack_range()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 12137 emit_stack_probe (plus_constant (Pmode, stack_pointer_rtx, in mips_emit_probe_stack_range() 12140 emit_stack_probe (plus_constant (Pmode, stack_pointer_rtx, in mips_emit_probe_stack_range() 12200 emit_stack_probe (plus_constant (Pmode, r12, rounded_size - size)); in mips_emit_probe_stack_range()
|