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.c1339 static bool do_dpcmp(DisasContext *dc, arg_ab_pair *a, in do_dpcmp() function
1466 return do_dpcmp(dc, a, gen_helper_float_eq_d, false, false); in trans_lf_sfeq_d()
1471 return do_dpcmp(dc, a, gen_helper_float_eq_d, true, false); in trans_lf_sfne_d()
1476 return do_dpcmp(dc, a, gen_helper_float_lt_d, false, true); in trans_lf_sfgt_d()
1481 return do_dpcmp(dc, a, gen_helper_float_le_d, false, true); in trans_lf_sfge_d()
1486 return do_dpcmp(dc, a, gen_helper_float_lt_d, false, false); in trans_lf_sflt_d()
1491 return do_dpcmp(dc, a, gen_helper_float_le_d, false, false); in trans_lf_sfle_d()
1496 return do_dpcmp(dc, a, gen_helper_float_ueq_d, false, false); in trans_lf_sfueq_d()
1506 return do_dpcmp(dc, a, gen_helper_float_ule_d, false, true); in trans_lf_sfuge_d()
1516 return do_dpcmp(dc, a, gen_helper_float_ult_d, false, true); in trans_lf_sfugt_d()
[all …]