Home
last modified time | relevance | path

Searched refs:TCG_REG_R14 (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tcg/tci/
H A Dtcg-target.h141 TCG_REG_R14, enumerator
145 TCG_AREG0 = TCG_REG_R14,
H A Dtcg-target.c.inc192 TCG_REG_R14,
/openbmc/qemu/tcg/arm/
H A Dtcg-target.h51 TCG_REG_R14, enumerator
H A Dtcg-target.c.inc62 TCG_REG_R14,
358 (ALL_GENERAL_REGS & ~((tcg_use_softmmu ? 0xf : 0) | (1 << TCG_REG_R14)))
1366 return TCG_REG_R14;
2299 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R14);
2967 (1 << TCG_REG_R10) | (1 << TCG_REG_R11) | (1 << TCG_REG_R14));
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.h39 TCG_REG_R12, TCG_REG_R13, TCG_REG_R14, TCG_REG_R15, enumerator
H A Dtcg-target.c.inc128 TCG_REG_R14, /* call saved registers */
202 TCG_REG_R14,
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.h37 TCG_REG_R12, TCG_REG_R13, TCG_REG_R14, TCG_REG_R15, enumerator
H A Dtcg-target.c.inc349 TCG_REG_R14,
1660 tcg_out_insn(s, RIL, BRASL, TCG_REG_R14, off);
1663 tcg_out_insn(s, RR, BASR, TCG_REG_R14, TCG_TMP0);
3495 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R14);
3570 tcg_out_insn(s, RR, BCR, S390_CC_ALWAYS, TCG_REG_R14);
3600 .h.cie.return_column = TCG_REG_R14,
/openbmc/qemu/tcg/i386/
H A Dtcg-target.h58 TCG_REG_R14, enumerator
H A Dtcg-target.c.inc50 TCG_REG_R14,
4184 TCG_REG_R14, /* Currently used for the global env. */
/openbmc/qemu/tcg/
H A Dtci.c1035 QEMU_BUILD_BUG_ON(TCG_AREG0 != TCG_REG_R14); in str_r()