Searched refs:do_ldst (Results 1 – 2 of 2) sorted by relevance
| /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); \
|