forked from mirror/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.5 KiB
SQL
34 lines
1.5 KiB
SQL
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* Copyright (c) 2021 Loongson Technology Corporation Limited
|
|
*/
|
|
|
|
TRANS(fcvt_s_d, gen_ff, gen_helper_fcvt_s_d)
|
|
TRANS(fcvt_d_s, gen_ff, gen_helper_fcvt_d_s)
|
|
TRANS(ftintrm_w_s, gen_ff, gen_helper_ftintrm_w_s)
|
|
TRANS(ftintrm_w_d, gen_ff, gen_helper_ftintrm_w_d)
|
|
TRANS(ftintrm_l_s, gen_ff, gen_helper_ftintrm_l_s)
|
|
TRANS(ftintrm_l_d, gen_ff, gen_helper_ftintrm_l_d)
|
|
TRANS(ftintrp_w_s, gen_ff, gen_helper_ftintrp_w_s)
|
|
TRANS(ftintrp_w_d, gen_ff, gen_helper_ftintrp_w_d)
|
|
TRANS(ftintrp_l_s, gen_ff, gen_helper_ftintrp_l_s)
|
|
TRANS(ftintrp_l_d, gen_ff, gen_helper_ftintrp_l_d)
|
|
TRANS(ftintrz_w_s, gen_ff, gen_helper_ftintrz_w_s)
|
|
TRANS(ftintrz_w_d, gen_ff, gen_helper_ftintrz_w_d)
|
|
TRANS(ftintrz_l_s, gen_ff, gen_helper_ftintrz_l_s)
|
|
TRANS(ftintrz_l_d, gen_ff, gen_helper_ftintrz_l_d)
|
|
TRANS(ftintrne_w_s, gen_ff, gen_helper_ftintrne_w_s)
|
|
TRANS(ftintrne_w_d, gen_ff, gen_helper_ftintrne_w_d)
|
|
TRANS(ftintrne_l_s, gen_ff, gen_helper_ftintrne_l_s)
|
|
TRANS(ftintrne_l_d, gen_ff, gen_helper_ftintrne_l_d)
|
|
TRANS(ftint_w_s, gen_ff, gen_helper_ftint_w_s)
|
|
TRANS(ftint_w_d, gen_ff, gen_helper_ftint_w_d)
|
|
TRANS(ftint_l_s, gen_ff, gen_helper_ftint_l_s)
|
|
TRANS(ftint_l_d, gen_ff, gen_helper_ftint_l_d)
|
|
TRANS(ffint_s_w, gen_ff, gen_helper_ffint_s_w)
|
|
TRANS(ffint_s_l, gen_ff, gen_helper_ffint_s_l)
|
|
TRANS(ffint_d_w, gen_ff, gen_helper_ffint_d_w)
|
|
TRANS(ffint_d_l, gen_ff, gen_helper_ffint_d_l)
|
|
TRANS(frint_s, gen_ff, gen_helper_frint_s)
|
|
TRANS(frint_d, gen_ff, gen_helper_frint_d)
|