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

/haiku-buildtools/gcc/gcc/config/
H A Ddarwin.c830 rtx pic_ref = orig; local
883 pic_ref = reg;
911 set_unique_reg_note (insn, REG_EQUAL, pic_ref);
913 pic_ref = reg;
925 pic_ref = gen_rtx_PLUS (Pmode,
944 pic_ref = gen_rtx_PLUS (Pmode, pic,
949 emit_move_insn (reg, pic_ref);
950 pic_ref = gen_const_mem (GET_MODE (orig), reg);
983 pic_ref = reg;
990 pic_ref
[all...]
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c1061 rtx pic_ref, reg; local
1064 pic_ref = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, xplus1),
1066 pic_ref = gen_rtx_CONST (Pmode, pic_ref);
1067 pic_ref = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, pic_ref);
1068 pic_ref = gen_const_mem (Pmode, pic_ref);
1069 emit_move_insn (reg, pic_ref);
1086 rtx pic_ref; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dm68k.c1332 rtx pic_ref = orig;
1340 pic_ref = gen_rtx_MEM (Pmode,
1346 RTX_UNCHANGING_P (pic_ref) = 1;
1347 emit_move_insn (reg, pic_ref);
1373 pic_ref = gen_rtx_PLUS (Pmode, base, orig);
1376 return pic_ref;
1325 rtx pic_ref = orig; local
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.c638 rtx pic_ref = orig;
655 pic_ref
663 pic_ref = gen_rtx_MEM (Pmode,
667 RTX_UNCHANGING_P (pic_ref) = 1;
668 emit_move_insn (reg, pic_ref);
695 pic_ref = gen_rtx_PLUS (Pmode, base, orig);
698 return pic_ref;
636 rtx pic_ref = orig; local
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dm68k.c2463 rtx pic_ref = orig;
2470 pic_ref = m68k_wrap_symbol_into_got_ref (orig, RELOC_GOT, reg);
2471 pic_ref = m68k_move_to_reg (pic_ref, orig, reg);
2491 pic_ref = plus_constant (Pmode, base, INTVAL (orig));
2493 pic_ref = gen_rtx_PLUS (Pmode, base, orig);
2496 return pic_ref;
2455 rtx pic_ref = orig; local
/haiku-buildtools/gcc/gcc/config/m32r/
H A Dm32r.c1975 rtx pic_ref, address;
2004 pic_ref = gen_const_mem (Pmode, address);
2005 emit_move_insn (reg, pic_ref);
1956 rtx pic_ref, address; local
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa.c794 rtx pic_ref = orig;
856 pic_ref
862 emit_move_insn (reg, pic_ref);
864 pic_ref = gen_rtx_MEM (Pmode, reg);
872 pic_ref
882 insn = emit_move_insn (reg, pic_ref);
910 pic_ref = gen_rtx_PLUS (Pmode, base, orig);
914 return pic_ref;
790 rtx pic_ref = orig; local
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Darm.c1442 rtx pic_ref, address;
1469 pic_ref = gen_rtx_MEM (Pmode,
1472 RTX_UNCHANGING_P (pic_ref) = 1;
1473 insn = emit_move_insn (reg, pic_ref);
1440 rtx pic_ref, address; local
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c2467 rtx pic_ref, address;
2505 pic_ref = gen_rtx_MEM (Pmode,
2509 RTX_UNCHANGING_P (pic_ref) = 1;
2510 insn = emit_move_insn (reg, pic_ref);
2459 rtx pic_ref, address; local
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dtilepro.c1024 rtx address, pic_ref;
1080 pic_ref = gen_const_mem (Pmode, address);
1082 emit_move_insn (reg, pic_ref);
1020 rtx address, pic_ref; local
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dtilegx.c1251 rtx address, pic_ref;
1323 pic_ref = gen_const_mem (Pmode, address);
1325 emit_move_insn (reg, pic_ref);
1247 rtx address, pic_ref; local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c4292 rtx pic_ref, address;
4343 pic_ref
4347 insn = emit_move_insn (reg, pic_ref);
4285 rtx pic_ref, address; local

Completed in 429 milliseconds