Lines Matching defs:this_rtx
5431 rtx this_rtx, temp1, temp2, fnaddr;
5451 this_rtx = gen_rtx_REG (Pmode, GP_ARG_FIRST + 1);
5453 this_rtx = gen_rtx_REG (Pmode, GP_ARG_FIRST);
5455 /* Add DELTA to THIS_RTX. */
5464 emit_insn (gen_add3_insn (this_rtx, this_rtx, offset));
5467 /* If needed, add *(*THIS_RTX + VCALL_OFFSET) to THIS_RTX. */
5472 /* Set TEMP1 to *THIS_RTX. */
5473 loongarch_emit_move (temp1, gen_rtx_MEM (Pmode, this_rtx));
5475 /* Set ADDR to a legitimate address for *THIS_RTX + VCALL_OFFSET. */
5478 /* Load the offset and add it to THIS_RTX. */
5480 emit_insn (gen_add3_insn (this_rtx, this_rtx, temp1));