Searched refs:do_fop_wew (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 1784 static bool do_fop_wew(DisasContext *ctx, unsigned rt, unsigned ra, in do_fop_wew() function 4104 return do_fop_wew(ctx, a->t, a->r, gen_fcpy_f); in trans_fcpy_f() 4124 return do_fop_wew(ctx, a->t, a->r, gen_fabs_f); in trans_fabs_f() 4139 return do_fop_wew(ctx, a->t, a->r, gen_helper_fsqrt_s); in trans_fsqrt_f() 4149 return do_fop_wew(ctx, a->t, a->r, gen_helper_frnd_s); in trans_frnd_f() 4164 return do_fop_wew(ctx, a->t, a->r, gen_fneg_f); in trans_fneg_f() 4184 return do_fop_wew(ctx, a->t, a->r, gen_fnegabs_f); in trans_fnegabs_f() 4213 return do_fop_wew(ctx, a->t, a->r, gen_helper_fcnv_w_s); in trans_fcnv_w_f() 4233 return do_fop_wew(ctx, a->t, a->r, gen_helper_fcnv_s_w); in trans_fcnv_f_w() 4253 return do_fop_wew(ctx, a->t, a->r, gen_helper_fcnv_t_s_w); in trans_fcnv_t_f_w() [all …]
|