Home | History | Annotate | Download | only in tilegx

Lines Matching defs:this_rtx

4919   rtx this_rtx, funexp, addend;
4931 this_rtx = gen_rtx_REG (Pmode, 1);
4933 this_rtx = gen_rtx_REG (Pmode, 0);
4935 /* Add DELTA to THIS_RTX. */
4945 emit_insn (gen_addsi3 (this_rtx, this_rtx, addend));
4947 emit_insn (gen_adddi3 (this_rtx, this_rtx, addend));
4949 /* If needed, add *(*THIS_RTX + VCALL_OFFSET) to THIS_RTX. */
4955 emit_move_insn (tmp, gen_rtx_MEM (Pmode, this_rtx));
4973 emit_insn (gen_addsi3 (this_rtx, this_rtx, tmp));
4975 emit_insn (gen_adddi3 (this_rtx, this_rtx, tmp));