Searched refs:tcg_out_ld_helper_ret (Results 1 – 10 of 10) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 204 static void tcg_out_ld_helper_ret(TCGContext *s, const TCGLabelQemuLdst *l, 6648 static void tcg_out_ld_helper_ret(TCGContext *s, const TCGLabelQemuLdst *ldst, in tcg_out_ld_helper_ret() function
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1047 tcg_out_ld_helper_ret(s, lb, sgn, &ldst_helper_param);
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 1002 tcg_out_ld_helper_ret(s, l, false, &ldst_helper_param);
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1107 tcg_out_ld_helper_ret(s, l, true, &ldst_helper_param);
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1643 tcg_out_ld_helper_ret(s, l, true, &ldst_helper_param);
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1616 tcg_out_ld_helper_ret(s, lb, false, &ldst_helper_param);
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1360 tcg_out_ld_helper_ret(s, lb, false, &ldst_helper_param);
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1948 tcg_out_ld_helper_ret(s, lb, false, &ldst_helper_param);
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2346 tcg_out_ld_helper_ret(s, lb, false, &ldst_helper_param);
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2091 tcg_out_ld_helper_ret(s, l, false, &ldst_helper_param);
|