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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c10343 rtx vcall_offset_rtx = GEN_INT (vcall_offset);
10351 if (satisfies_constraint_I (vcall_offset_rtx))
10353 emit_insn (gen_ptr_extend_plus_imm (tmp, t, vcall_offset_rtx));
10364 if (!satisfies_constraint_J (vcall_offset_rtx))
10367 emit_move_insn (tmp2, vcall_offset_rtx);
10368 vcall_offset_rtx = tmp2;
10370 emit_insn (gen_adddi3 (tmp, tmp, vcall_offset_rtx));
10319 rtx vcall_offset_rtx = GEN_INT (vcall_offset); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dsparc.c8521 rtx vcall_offset_rtx = GEN_INT (vcall_offset);
8540 emit_move_insn (scratch2, vcall_offset_rtx);
8541 vcall_offset_rtx = scratch2;
8557 vcall_offset_rtx = GEN_INT (vcall_offset); /* cannot be 0 */
8564 vcall_offset_rtx)));
8495 rtx vcall_offset_rtx = GEN_INT (vcall_offset); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.c8886 rtx vcall_offset_rtx = GEN_INT (vcall_offset);
8905 emit_move_insn (scratch2, vcall_offset_rtx);
8906 vcall_offset_rtx = scratch2;
8922 vcall_offset_rtx = GEN_INT (vcall_offset); /* cannot be 0 */
8929 vcall_offset_rtx)));
8860 rtx vcall_offset_rtx = GEN_INT (vcall_offset); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c8843 rtx vcall_offset_rtx = GEN_INT (vcall_offset);
8854 vcall_offset_rtx));
8868 emit_move_insn (tmp2, vcall_offset_rtx);
8869 vcall_offset_rtx = tmp2;
8871 emit_insn (gen_adddi3 (tmp, tmp, vcall_offset_rtx));
8819 rtx vcall_offset_rtx = GEN_INT (vcall_offset); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Drs6000.c15576 rtx vcall_offset_rtx = GEN_INT (vcall_offset);
15583 ? gen_addsi3 (tmp, tmp, vcall_offset_rtx)
15584 : gen_adddi3 (tmp, tmp, vcall_offset_rtx));
15589 rtx loc = gen_rtx_PLUS (Pmode, tmp, vcall_offset_rtx);
15542 rtx vcall_offset_rtx = GEN_INT (vcall_offset); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.c20691 rtx vcall_offset_rtx = GEN_INT (vcall_offset);
20697 emit_insn (gen_add3_insn (tmp, tmp, vcall_offset_rtx));
20702 rtx loc = gen_rtx_PLUS (Pmode, tmp, vcall_offset_rtx);
20655 rtx vcall_offset_rtx = GEN_INT (vcall_offset); local

Completed in 424 milliseconds