Searched refs:pic_ref (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.c661 rtx pic_ref = orig; local
718 pic_ref = reg;
743 REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EQUAL, pic_ref,
746 pic_ref = reg;
759 pic_ref = gen_rtx_PLUS (Pmode,
780 pic_ref = gen_rtx_PLUS (Pmode, pic,
786 emit_move_insn (reg, pic_ref);
787 pic_ref = gen_const_mem (GET_MODE (orig), reg);
819 pic_ref = reg;
825 pic_ref
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c3210 rtx pic_ref, address;
3246 pic_ref = gen_const_mem (Pmode,
3250 insn = emit_move_insn (reg, pic_ref);
3202 rtx pic_ref, address; local
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c3222 rtx pic_ref, address;
3299 pic_ref = gen_rtx_PLUS (Pmode, cfun->machine->pic_reg, address);
3302 pic_ref = gen_const_mem (Pmode,
3307 insn = emit_move_insn (reg, pic_ref);
3213 rtx pic_ref, address; local

Completed in 222 milliseconds