Home
last modified time | relevance | path

Searched refs:push_rtx (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c1163 rtx push_rtx, push_insn; local
1167 push_rtx = gen_movtf (top_stack_reg, top_stack_reg);
1169 push_rtx = gen_movxf (top_stack_reg, top_stack_reg);
1170 push_insn = emit_insn_before (push_rtx, insn);
/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c1060 rtx push_rtx; in move_for_stack_reg() local
1063 push_rtx = gen_movxf (top_stack_reg, top_stack_reg); in move_for_stack_reg()
1064 emit_insn_before (push_rtx, insn); in move_for_stack_reg()