Searched refs:TCG_REG_RA (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.h | 67 TCG_REG_RA, enumerator
|
H A D | tcg-target.c.inc | 734 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/loongarch64/ |
H A D | tcg-target.h | 41 TCG_REG_RA, enumerator
|
H A D | tcg-target.c.inc | 749 TCGReg link = tail ? TCG_REG_ZERO : TCG_REG_RA; 2401 TCG_REG_RA, /* should be last for ABI compliance */ 2451 tcg_out_opc_jirl(s, TCG_REG_ZERO, TCG_REG_RA, 0); 2525 .h.cie.return_column = TCG_REG_RA,
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.h | 35 TCG_REG_ZERO, TCG_REG_RA, TCG_REG_SP, TCG_REG_GP, enumerator
|
H A D | tcg-target.c.inc | 1582 TCGReg link = tail ? TCG_REG_ZERO : TCG_REG_RA; 2781 TCG_REG_RA, /* should be last for ABI compliance */ 2831 tcg_out_opc_imm(s, OPC_JALR, TCG_REG_ZERO, TCG_REG_RA, 0); 2966 .h.cie.return_column = TCG_REG_RA,
|