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

/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin.c539 gen_rtx_PLUS (Pmode, pic_offset_table_rtx,
553 emit_insn (gen_rtx_USE (VOIDmode, pic_offset_table_rtx));
555 orig = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, reg);
735 sum = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, sum);
760 pic_offset_table_rtx, reg);
766 rtx pic = pic_offset_table_rtx;
813 pic_offset_table_rtx,
826 pic_offset_table_rtx, reg);
839 rtx pic = pic_offset_table_rtx;
847 pic_offset_table_rtx));
[all...]
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c2886 new = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, temp);
2909 new = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, new);
2944 new = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, temp);
2994 new = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, temp);
3074 new = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, temp);
3237 new = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, new);
3270 new = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, temp);
7111 emit_move_insn (pic_offset_table_rtx, got_symbol);
7122 emit_move_insn (pic_offset_table_rtx, offset);
7126 offset = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, offse
8887 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx); local
[all...]
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c2023 gen_rtx_LO_SUM (Pmode, pic_offset_table_rtx, loc)));
2085 emit_insn (gen_load_gotdi (tmp1, pic_offset_table_rtx, tmp2));
2090 emit_insn (gen_load_gotsi (tmp1, pic_offset_table_rtx, tmp2));
3005 address = mips_add_offset (pic_offset_table_rtx,
3012 emit_move_insn (pic_offset_table_rtx, slot);
3385 high = mips_unspec_offset_high (dest, pic_offset_table_rtx,
3447 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx);
6177 *loc = gen_rtx_LO_SUM (Pmode, pic_offset_table_rtx, *loc);
6622 Use pic_offset_table_rtx as the argument to the directive. */
6863 REGNO (pic_offset_table_rtx)
3433 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx); local
[all...]
H A Dmips.h1483 will modify pic_offset_table_rtx in place. Take the register number
1486 (reload_completed ? REGNO (pic_offset_table_rtx) : GLOBAL_POINTER_REGNUM)
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c914 tmp = gen_rtx_PLUS (Pmode, tmp, pic_offset_table_rtx);
1961 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx);
1993 emit_insn (gen_adddi3 (pic_offset_table_rtx,
1997 emit_move_insn (pic_offset_table_rtx, GEN_INT (offset));
1998 emit_insn (gen_adddi3 (pic_offset_table_rtx,
1999 pic_offset_table_rtx, tmp));
2002 tmp = gen_rtx_MEM (DImode, pic_offset_table_rtx);
2005 emit_move_insn (pic_offset_table_rtx, tmp);
2052 emit_move_insn (pic_offset_table_rtx, tmp);
3205 pic_offset_table_rtx);
1956 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx); local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dfinal.c3732 && pic_offset_table_rtx != 0
3733 && REG_P (pic_offset_table_rtx)
3734 && ! permitted_reg_in_leaf_functions[REGNO (pic_offset_table_rtx)])
H A Demit-rtl.c131 rtx pic_offset_table_rtx; /* (REG:Pmode PIC_OFFSET_TABLE_REGNUM) */ variable
527 return pic_offset_table_rtx;
1935 being able to recognize the magic around pic_offset_table_rtx.
1940 && XEXP (addr, 0) == pic_offset_table_rtx)
5324 pic_offset_table_rtx = gen_raw_REG (Pmode, PIC_OFFSET_TABLE_REGNUM);
H A Drtlanal.c123 if (x == pic_offset_table_rtx)
196 if (x == pic_offset_table_rtx
308 if (XEXP (x, 0) == pic_offset_table_rtx && CONSTANT_P (XEXP (x, 1)))
374 else if (XEXP (x, 0) == pic_offset_table_rtx
H A Dalias.c1437 if (tmp1 == pic_offset_table_rtx && CONSTANT_P (tmp2))
H A Drtl.h1882 extern GTY(()) rtx pic_offset_table_rtx;
1878 extern GTY(()) rtx pic_offset_table_rtx; variable
H A Dcse.c2235 || x == pic_offset_table_rtx)
H A Dexpr.c5995 && XEXP (value, 0) == pic_offset_table_rtx
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c2916 && rs1 == pic_offset_table_rtx
3036 return pic_offset_table_rtx;
3248 pic_offset_table_rtx, address));
3262 && XEXP (XEXP (orig, 0), 0) == pic_offset_table_rtx)
3348 const char *pic_name = reg_names[REGNO (pic_offset_table_rtx)];
3389 emit_insn (gen_load_pcrel_symdi (pic_offset_table_rtx, global_offset_table,
3392 emit_insn (gen_load_pcrel_symsi (pic_offset_table_rtx, global_offset_table,
3400 emit_insn (gen_rtx_USE (VOIDmode, pic_offset_table_rtx));
H A Dsparc.h2008 if (op0 == pic_offset_table_rtx \
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c5339 if (pic_offset_table_rtx
5840 if (pic_offset_table_rtx
5847 REGNO (pic_offset_table_rtx) = alt_pic_reg_used;
5855 insn = emit_insn (gen_set_got_rex64 (pic_offset_table_rtx));
5857 insn = emit_insn (gen_set_got (pic_offset_table_rtx));
5871 emit_insn (gen_blockage (pic_reg_used ? pic_offset_table_rtx : const0_rtx));
6082 if (pic_offset_table_rtx)
6083 REGNO (pic_offset_table_rtx) = REAL_PIC_OFFSET_TABLE_REGNUM;
6843 includes the pic_offset_table_rtx register.
6856 GOT table with pic_offset_table_rtx bas
[all...]
H A Di386.h1050 : reload_completed ? REGNO (pic_offset_table_rtx) \
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c3399 && XEXP (XEXP (x, 0), 0) == pic_offset_table_rtx
3499 gen_rtx_PLUS (Pmode, pic_offset_table_rtx,
10181 return pic_offset_table_rtx;
18291 && XEXP (XEXP (orig, 0), 0) == pic_offset_table_rtx)
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c3472 emit_insn (gen_movsi (pic_offset_table_rtx, pic_tmp));

Completed in 443 milliseconds