Home
last modified time | relevance | path

Searched refs:vcall_offset_rtx (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c8720 rtx vcall_offset_rtx = GEN_INT (vcall_offset); local
8740 emit_move_insn (scratch2, vcall_offset_rtx);
8741 vcall_offset_rtx = scratch2;
8757 vcall_offset_rtx = GEN_INT (vcall_offset); /* cannot be 0 */
8764 vcall_offset_rtx)));
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c8595 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in sparc_output_mi_thunk() local
8614 emit_move_insn (scratch2, vcall_offset_rtx); in sparc_output_mi_thunk()
8615 vcall_offset_rtx = scratch2; in sparc_output_mi_thunk()
8631 vcall_offset_rtx = GEN_INT (vcall_offset); /* cannot be 0 */ in sparc_output_mi_thunk()
8638 vcall_offset_rtx))); in sparc_output_mi_thunk()
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dia64.c9470 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in ia64_output_mi_thunk() local
9481 vcall_offset_rtx)); in ia64_output_mi_thunk()
9495 emit_move_insn (tmp2, vcall_offset_rtx); in ia64_output_mi_thunk()
9496 vcall_offset_rtx = tmp2; in ia64_output_mi_thunk()
9498 emit_insn (gen_adddi3 (tmp, tmp, vcall_offset_rtx)); in ia64_output_mi_thunk()
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c8485 rtx vcall_offset_rtx = GEN_INT (vcall_offset); local
8500 emit_move_insn (tmp2, vcall_offset_rtx);
8501 vcall_offset_rtx = tmp2;
8503 emit_insn (gen_adddi3 (tmp, tmp, vcall_offset_rtx));
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c15690 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in rs6000_output_mi_thunk() local
15697 ? gen_addsi3 (tmp, tmp, vcall_offset_rtx) in rs6000_output_mi_thunk()
15698 : gen_adddi3 (tmp, tmp, vcall_offset_rtx)); in rs6000_output_mi_thunk()
15703 rtx loc = gen_rtx_PLUS (Pmode, tmp, vcall_offset_rtx); in rs6000_output_mi_thunk()