Home
last modified time | relevance | path

Searched refs:ra_gen (Results 1 – 4 of 4) sorted by relevance

/qemu/tcg/
H A Dtcg.c196 TCGReg (*ra_gen)(TCGContext *s, const TCGLabelQemuLdst *l, int arg_reg); member
6492 if (parm->ra_gen) { in tcg_out_helper_load_common_args()
6499 ra_reg = parm->ra_gen(s, ldst, arg_reg); in tcg_out_helper_load_common_args()
/qemu/tcg/i386/
H A Dtcg-target.c.inc2033 * use the ra_gen hook to load into RAX if needed.
2045 .ra_gen = ldst_ra_gen
/qemu/tcg/arm/
H A Dtcg-target.c.inc1345 .ra_gen = ldst_ra_gen,
/qemu/tcg/ppc/
H A Dtcg-target.c.inc2331 .ra_gen = ldst_ra_gen,