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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c3431 rtx l1, labelno, pic_tmp, pic_tmp2, pic_rtx;
3449 pic_tmp = plus_constant (l1, TARGET_ARM ? 8 : 4);
3456 pic_rtx = gen_rtx_CONST (Pmode, gen_rtx_MINUS (Pmode, pic_tmp2, pic_tmp));
3471 pic_tmp = gen_rtx_REG (SImode,
3473 emit_insn (gen_pic_load_addr_thumb (pic_tmp, pic_rtx));
3474 emit_insn (gen_movsi (pic_offset_table_rtx, pic_tmp));
3422 rtx l1, labelno, pic_tmp, pic_tmp2, pic_rtx; local

Completed in 79 milliseconds