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

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c9493 rtx vcall_offset_rtx = GEN_INT (vcall_offset);
9504 vcall_offset_rtx));
9518 emit_move_insn (tmp2, vcall_offset_rtx);
9519 vcall_offset_rtx = tmp2;
9521 emit_insn (gen_adddi3 (tmp, tmp, vcall_offset_rtx));
9470 rtx vcall_offset_rtx = GEN_INT (vcall_offset); local
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c8618 rtx vcall_offset_rtx = GEN_INT (vcall_offset);
8637 emit_move_insn (scratch2, vcall_offset_rtx);
8638 vcall_offset_rtx = scratch2;
8654 vcall_offset_rtx = GEN_INT (vcall_offset); /* cannot be 0 */
8661 vcall_offset_rtx)));
8592 rtx vcall_offset_rtx = GEN_INT (vcall_offset); local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c15780 rtx vcall_offset_rtx = GEN_INT (vcall_offset);
15787 ? gen_addsi3 (tmp, tmp, vcall_offset_rtx)
15788 : gen_adddi3 (tmp, tmp, vcall_offset_rtx));
15793 rtx loc = gen_rtx_PLUS (Pmode, tmp, vcall_offset_rtx);
15746 rtx vcall_offset_rtx = GEN_INT (vcall_offset); local

Completed in 287 milliseconds