Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c8592 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in sparc_output_mi_thunk() local
8611 emit_move_insn (scratch2, vcall_offset_rtx); in sparc_output_mi_thunk()
8612 vcall_offset_rtx = scratch2; in sparc_output_mi_thunk()
8628 vcall_offset_rtx = GEN_INT (vcall_offset); /* cannot be 0 */ in sparc_output_mi_thunk()
8635 vcall_offset_rtx))); in sparc_output_mi_thunk()
/freebsd-12.1/contrib/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()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c15746 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in rs6000_output_mi_thunk() local
15753 ? gen_addsi3 (tmp, tmp, vcall_offset_rtx) in rs6000_output_mi_thunk()
15754 : gen_adddi3 (tmp, tmp, vcall_offset_rtx)); in rs6000_output_mi_thunk()
15759 rtx loc = gen_rtx_PLUS (Pmode, tmp, vcall_offset_rtx); in rs6000_output_mi_thunk()