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

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 2263 rtx offset_r;
2278 offset_r = GEN_INT (offset);
2279 if (satisfies_constraint_I (offset_r))
2280 emit_insn (gen_adddi3 (pic_offset_table_rtx, tmp, offset_r));
2283 emit_move_insn (pic_offset_table_rtx, offset_r);
2259 rtx offset_r; local
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 2253 rtx offset_r;
2268 offset_r = GEN_INT (offset);
2269 if (satisfies_constraint_I (offset_r))
2270 emit_insn (gen_adddi3 (pic_offset_table_rtx, tmp, offset_r));
2273 emit_move_insn (pic_offset_table_rtx, offset_r);
2249 rtx offset_r; local

Completed in 41 milliseconds