Home
last modified time | relevance | path

Searched refs:do_dpcmp (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/openrisc/
H A Dtranslate.c1340 static bool do_dpcmp(DisasContext *dc, arg_ab_pair *a, in do_dpcmp() function
1467 return do_dpcmp(dc, a, gen_helper_float_eq_d, false, false); in trans_lf_sfeq_d()
1472 return do_dpcmp(dc, a, gen_helper_float_eq_d, true, false); in trans_lf_sfne_d()
1477 return do_dpcmp(dc, a, gen_helper_float_lt_d, false, true); in trans_lf_sfgt_d()
1482 return do_dpcmp(dc, a, gen_helper_float_le_d, false, true); in trans_lf_sfge_d()
1487 return do_dpcmp(dc, a, gen_helper_float_lt_d, false, false); in trans_lf_sflt_d()
1492 return do_dpcmp(dc, a, gen_helper_float_le_d, false, false); in trans_lf_sfle_d()
1497 return do_dpcmp(dc, a, gen_helper_float_ueq_d, false, false); in trans_lf_sfueq_d()
1507 return do_dpcmp(dc, a, gen_helper_float_ule_d, false, true); in trans_lf_sfuge_d()
1517 return do_dpcmp(dc, a, gen_helper_float_ult_d, false, true); in trans_lf_sfugt_d()
[all …]