Searched refs:vcall_offset_rtx (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.cc | 2947 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 D | ia64.cc | 10979 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 D | ia64.c | 10979 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 D | microblaze.c | 3330 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 D | microblaze.cc | 3331 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 D | sparc.c | 12471 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 D | sparc.cc | 12433 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 D | rs6000-call.c | 14059 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()
|