Searched refs:do_ldst (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1706 goto do_ldst; 1710 goto do_ldst; 1714 goto do_ldst; 1718 goto do_ldst; 1722 goto do_ldst; 1725 goto do_ldst; 1728 goto do_ldst; 1732 goto do_ldst; 1736 goto do_ldst; 1740 goto do_ldst; [all …]
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 24 static bool do_ldst(DisasContext *ctx, int rt, int ra, TCGv displ, bool update, 51 return do_ldst(ctx, a->rt, a->ra, tcg_constant_tl(a->si), update, store, mop); 67 return do_ldst(ctx, a->rt, a->ra, cpu_gpr[a->rb], update, store, mop);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-mve.c | 144 static bool do_ldst(DisasContext *s, arg_VLDR_VSTR *a, MVEGenLdStFn *fn, in do_ldst() function 200 return do_ldst(s, a, ldstfns[a->size][a->l], a->size); in trans_VLDR_VSTR() 210 return do_ldst(s, a, ldstfns[a->u][a->l], MSIZE); \
|