Searched refs:pop_rtx (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | reg-stack.c | 920 rtx pop_insn, pop_rtx; local 945 pop_rtx = gen_rtx_SET (VOIDmode, FP_MODE_REG (hard_regno, DFmode), 949 pop_insn = emit_insn_after (pop_rtx, insn); 951 pop_insn = emit_insn_before (pop_rtx, insn);
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | reg-stack.c | 758 rtx pop_insn, pop_rtx; in emit_pop_insn() local 781 pop_rtx = gen_rtx_SET (VOIDmode, FP_MODE_REG (hard_regno, DFmode), in emit_pop_insn() 785 pop_insn = emit_insn_after (pop_rtx, insn); in emit_pop_insn() 787 pop_insn = emit_insn_before (pop_rtx, insn); in emit_pop_insn()
|