Lines Matching defs:this_rtx
4366 rtx this_rtx, funexp;
4378 this_rtx = gen_rtx_REG (Pmode, 1);
4380 this_rtx = gen_rtx_REG (Pmode, 0);
4382 /* Add DELTA to THIS_RTX. */
4383 emit_insn (gen_addsi3 (this_rtx, this_rtx, GEN_INT (delta)));
4385 /* If needed, add *(*THIS_RTX + VCALL_OFFSET) to THIS_RTX. */
4391 emit_move_insn (tmp, gen_rtx_MEM (Pmode, this_rtx));
4397 emit_insn (gen_addsi3 (this_rtx, this_rtx, tmp));