Home
last modified time | relevance | path

Searched refs:TCG_REG_RA (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tcg/mips/
H A Dtcg-target.h67 TCG_REG_RA, enumerator
H A Dtcg-target.c.inc734 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_TMP1, 0);
1116 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0);
2298 TCG_REG_RA, /* should be last for ABI compliance */
2454 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0);
2485 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0);
2515 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0);
2573 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0);
2617 tcg_regset_set_reg(s->reserved_regs, TCG_REG_RA); /* return address */
2641 .h.cie.return_column = TCG_REG_RA,
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.h36 TCG_REG_RA, enumerator
H A Dtcg-target.c.inc1109 TCGReg link = tail ? TCG_REG_ZERO : TCG_REG_RA;
2041 TCG_REG_RA, /* should be last for ABI compliance */
2091 tcg_out_opc_imm(s, OPC_JALR, TCG_REG_ZERO, TCG_REG_RA, 0);
2142 .h.cie.return_column = TCG_REG_RA,
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.h41 TCG_REG_RA, enumerator
H A Dtcg-target.c.inc750 TCGReg link = tail ? TCG_REG_ZERO : TCG_REG_RA;
2402 TCG_REG_RA, /* should be last for ABI compliance */
2452 tcg_out_opc_jirl(s, TCG_REG_ZERO, TCG_REG_RA, 0);
2526 .h.cie.return_column = TCG_REG_RA,