HomeSort by: relevance | last modified time | path
    Searched defs:pic_offset_table_rtx (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-md-auxiliary.cc 3513 x = gen_rtx_PLUS (Pmode, reg, pic_offset_table_rtx);
3521 x = gen_const_mem (SImode, gen_rtx_PLUS (Pmode, pic_offset_table_rtx,
3544 x = gen_rtx_PLUS (Pmode, reg, pic_offset_table_rtx);
3555 pic_offset_table_rtx,
3695 use_reg (&CALL_INSN_FUNCTION_USAGE (insns), pic_offset_table_rtx); local
3708 emit_use (pic_offset_table_rtx);
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-md-auxiliary.cc 3513 x = gen_rtx_PLUS (Pmode, reg, pic_offset_table_rtx);
3521 x = gen_const_mem (SImode, gen_rtx_PLUS (Pmode, pic_offset_table_rtx,
3544 x = gen_rtx_PLUS (Pmode, reg, pic_offset_table_rtx);
3555 pic_offset_table_rtx,
3695 use_reg (&CALL_INSN_FUNCTION_USAGE (insns), pic_offset_table_rtx); local
3708 emit_use (pic_offset_table_rtx);
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 1263 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), pic_offset_table_rtx);
1305 if (picreg == pic_offset_table_rtx)
1371 emit_insn (gen_load_sdata_pic (dest, pic_offset_table_rtx, op));
1381 pic_offset_table_rtx);
2316 || XEXP (base, 0) == pic_offset_table_rtx))
2411 && XEXP (x, 0) == pic_offset_table_rtx
2418 && XEXP (x, 0) == pic_offset_table_rtx
2864 emit_insn (gen_setup_dsbt (pic_offset_table_rtx,
1253 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), pic_offset_table_rtx); local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 1263 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), pic_offset_table_rtx);
1305 if (picreg == pic_offset_table_rtx)
1371 emit_insn (gen_load_sdata_pic (dest, pic_offset_table_rtx, op));
1381 pic_offset_table_rtx);
2316 || XEXP (base, 0) == pic_offset_table_rtx))
2411 && XEXP (x, 0) == pic_offset_table_rtx
2418 && XEXP (x, 0) == pic_offset_table_rtx
2863 emit_insn (gen_setup_dsbt (pic_offset_table_rtx,
1253 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), pic_offset_table_rtx); local
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 1186 tmp = gen_rtx_PLUS (Pmode, tmp, pic_offset_table_rtx);
2213 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx);
2280 emit_insn (gen_adddi3 (pic_offset_table_rtx, tmp, offset_r));
2283 emit_move_insn (pic_offset_table_rtx, offset_r);
2284 emit_insn (gen_adddi3 (pic_offset_table_rtx,
2285 pic_offset_table_rtx, tmp));
2288 tmp = gen_rtx_MEM (DImode, pic_offset_table_rtx);
2291 emit_move_insn (pic_offset_table_rtx, tmp);
2338 emit_move_insn (pic_offset_table_rtx, tmp);
3848 pic_offset_table_rtx);
2209 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 1015 gen_rtx_PLUS (word_mode, pic_offset_table_rtx,
1031 gen_rtx_PLUS (word_mode, pic_offset_table_rtx,
1055 && XEXP (XEXP (orig, 0), 0) == pic_offset_table_rtx)
4439 emit_move_insn (gen_rtx_MEM (word_mode, addr), pic_offset_table_rtx);
4427 emit_move_insn (gen_rtx_MEM (word_mode, addr), pic_offset_table_rtx); local
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 4334 got_register_rtx = pic_offset_table_rtx;
4500 if (!REG_P (x) || !pic_offset_table_rtx)
4503 if (x == pic_offset_table_rtx)
4506 if (!HARD_REGISTER_P (pic_offset_table_rtx)
4508 && ORIGINAL_REGNO (x) == REGNO (pic_offset_table_rtx))
4690 return pic_offset_table_rtx;
4899 pic_offset_table_rtx,
4903 pic_offset_table_rtx,
4911 pic_offset_table_rtx, address));
5152 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx);
5145 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 1176 tmp = gen_rtx_PLUS (Pmode, tmp, pic_offset_table_rtx);
2203 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx);
2270 emit_insn (gen_adddi3 (pic_offset_table_rtx, tmp, offset_r));
2273 emit_move_insn (pic_offset_table_rtx, offset_r);
2274 emit_insn (gen_adddi3 (pic_offset_table_rtx,
2275 pic_offset_table_rtx, tmp));
2278 tmp = gen_rtx_MEM (DImode, pic_offset_table_rtx);
2281 emit_move_insn (pic_offset_table_rtx, tmp);
2328 emit_move_insn (pic_offset_table_rtx, tmp);
3838 pic_offset_table_rtx);
2199 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 871 gen_rtx_PLUS (word_mode, pic_offset_table_rtx,
887 gen_rtx_PLUS (word_mode, pic_offset_table_rtx,
911 && XEXP (XEXP (orig, 0), 0) == pic_offset_table_rtx)
4296 emit_move_insn (gen_rtx_MEM (word_mode, addr), pic_offset_table_rtx);
4284 emit_move_insn (gen_rtx_MEM (word_mode, addr), pic_offset_table_rtx); local
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 4342 got_register_rtx = pic_offset_table_rtx;
4508 if (!REG_P (x) || !pic_offset_table_rtx)
4511 if (x == pic_offset_table_rtx)
4514 if (!HARD_REGISTER_P (pic_offset_table_rtx)
4516 && ORIGINAL_REGNO (x) == REGNO (pic_offset_table_rtx))
4697 return pic_offset_table_rtx;
4906 pic_offset_table_rtx,
4910 pic_offset_table_rtx,
4918 pic_offset_table_rtx, address));
5159 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx);
5152 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 9721 emit_insn (gen_add2_insn (tmp, pic_offset_table_rtx));
9810 pic_offset_table_rtx); local
9823 fnaddr = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, fnaddr);
9837 fnaddr = gen_rtx_PLUS (Pmode, pic_offset_table_rtx,
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 3235 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx);
3365 /* Return a base register that holds pic_offset_table_rtx.
3372 return pic_offset_table_rtx;
3387 mips_emit_move (temp, pic_offset_table_rtx);
3570 emit_insn (gen_rtx_SET (a0, gen_rtx_LO_SUM (Pmode, pic_offset_table_rtx,
3665 emit_insn (gen_load_gotdi (tmp1, pic_offset_table_rtx, tmp2));
3667 emit_insn (gen_load_gotsi (tmp1, pic_offset_table_rtx, tmp2));
3942 *loc = gen_rtx_LO_SUM (Pmode, pic_offset_table_rtx, *loc);
10893 /* Uses of pic_offset_table_rtx in CALL_INSN_FUNCTION_USAGE
10896 return find_reg_fusage (insn, USE, pic_offset_table_rtx);
3220 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
rtl.h 3944 #define pic_offset_table_rtx \
3940 #define pic_offset_table_rtx macro
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 9145 emit_insn (gen_add2_insn (tmp, pic_offset_table_rtx));
9216 pic_offset_table_rtx); local
9229 fnaddr = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, fnaddr);
9243 fnaddr = gen_rtx_PLUS (Pmode, pic_offset_table_rtx,
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 3142 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx);
3272 /* Return a base register that holds pic_offset_table_rtx.
3279 return pic_offset_table_rtx;
3294 mips_emit_move (temp, pic_offset_table_rtx);
3477 emit_insn (gen_rtx_SET (a0, gen_rtx_LO_SUM (Pmode, pic_offset_table_rtx,
3572 emit_insn (gen_load_gotdi (tmp1, pic_offset_table_rtx, tmp2));
3574 emit_insn (gen_load_gotsi (tmp1, pic_offset_table_rtx, tmp2));
3849 *loc = gen_rtx_LO_SUM (Pmode, pic_offset_table_rtx, *loc);
10722 /* Uses of pic_offset_table_rtx in CALL_INSN_FUNCTION_USAGE
10725 return find_reg_fusage (insn, USE, pic_offset_table_rtx);
3127 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), pic_offset_table_rtx); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 3935 #define pic_offset_table_rtx \
3931 #define pic_offset_table_rtx macro

Completed in 105 milliseconds