Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc2947 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in rs6000_output_mi_thunk() local
2953 emit_insn (gen_add3_insn (tmp, tmp, vcall_offset_rtx)); in rs6000_output_mi_thunk()
2958 rtx loc = gen_rtx_PLUS (Pmode, tmp, vcall_offset_rtx); in rs6000_output_mi_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc10979 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in ia64_output_mi_thunk() local
10987 if (satisfies_constraint_I (vcall_offset_rtx)) in ia64_output_mi_thunk()
10989 emit_insn (gen_ptr_extend_plus_imm (tmp, t, vcall_offset_rtx)); in ia64_output_mi_thunk()
11000 if (!satisfies_constraint_J (vcall_offset_rtx)) in ia64_output_mi_thunk()
11003 emit_move_insn (tmp2, vcall_offset_rtx); in ia64_output_mi_thunk()
11004 vcall_offset_rtx = tmp2; in ia64_output_mi_thunk()
11006 emit_insn (gen_adddi3 (tmp, tmp, vcall_offset_rtx)); in ia64_output_mi_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c10979 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in ia64_output_mi_thunk() local
10987 if (satisfies_constraint_I (vcall_offset_rtx)) in ia64_output_mi_thunk()
10989 emit_insn (gen_ptr_extend_plus_imm (tmp, t, vcall_offset_rtx)); in ia64_output_mi_thunk()
11000 if (!satisfies_constraint_J (vcall_offset_rtx)) in ia64_output_mi_thunk()
11003 emit_move_insn (tmp2, vcall_offset_rtx); in ia64_output_mi_thunk()
11004 vcall_offset_rtx = tmp2; in ia64_output_mi_thunk()
11006 emit_insn (gen_adddi3 (tmp, tmp, vcall_offset_rtx)); in ia64_output_mi_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c3330 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in microblaze_asm_output_mi_thunk() local
3335 rtx loc = gen_rtx_PLUS (Pmode, temp1, vcall_offset_rtx); in microblaze_asm_output_mi_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc3331 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in microblaze_asm_output_mi_thunk() local
3336 rtx loc = gen_rtx_PLUS (Pmode, temp1, vcall_offset_rtx); in microblaze_asm_output_mi_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c12471 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in sparc_output_mi_thunk() local
12490 emit_move_insn (scratch2, vcall_offset_rtx); in sparc_output_mi_thunk()
12491 vcall_offset_rtx = scratch2; in sparc_output_mi_thunk()
12507 vcall_offset_rtx = GEN_INT (vcall_offset); /* cannot be 0 */ in sparc_output_mi_thunk()
12514 vcall_offset_rtx))); in sparc_output_mi_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc12433 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in sparc_output_mi_thunk() local
12452 emit_move_insn (scratch2, vcall_offset_rtx); in sparc_output_mi_thunk()
12453 vcall_offset_rtx = scratch2; in sparc_output_mi_thunk()
12469 vcall_offset_rtx = GEN_INT (vcall_offset); /* cannot be 0 */ in sparc_output_mi_thunk()
12476 vcall_offset_rtx))); in sparc_output_mi_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c14059 rtx vcall_offset_rtx = GEN_INT (vcall_offset); in rs6000_output_mi_thunk() local
14065 emit_insn (gen_add3_insn (tmp, tmp, vcall_offset_rtx)); in rs6000_output_mi_thunk()
14070 rtx loc = gen_rtx_PLUS (Pmode, tmp, vcall_offset_rtx); in rs6000_output_mi_thunk()