Searched refs:bottom_of_stack (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 9861 rtx bottom_of_stack = gen_reg_rtx (Pmode); local 9872 emit_move_insn (bottom_of_stack, mem); 9875 bottom_of_stack, stacksize, 9893 gen_rtx_PLUS (Pmode, bottom_of_stack, 9898 do_compare_rtx_and_jump (top_of_stack, bottom_of_stack, EQ, 1, 9902 mem = gen_rtx_MEM (Pmode, bottom_of_stack); 9904 emit_move_insn (bottom_of_stack, mem); 9907 gen_rtx_PLUS (Pmode, bottom_of_stack,
|