Searched refs:do_fop_weww (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 1844 static bool do_fop_weww(DisasContext *ctx, unsigned rt, in do_fop_weww() function 4424 return do_fop_weww(ctx, a->t, a->r1, a->r2, gen_helper_fadd_s); in trans_fadd_f() 4434 return do_fop_weww(ctx, a->t, a->r1, a->r2, gen_helper_fsub_s); in trans_fsub_f() 4444 return do_fop_weww(ctx, a->t, a->r1, a->r2, gen_helper_fmpy_s); in trans_fmpy_f() 4454 return do_fop_weww(ctx, a->t, a->r1, a->r2, gen_helper_fdiv_s); in trans_fdiv_f() 4492 do_fop_weww(ctx, tm, rm1, rm2, gen_helper_fmpy_s); in do_fmpyadd_s() 4493 do_fop_weww(ctx, ta, ta, ra, in do_fmpyadd_s()
|