Searched refs:FTINT (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2772 #define FTINT(NAME, FMT1, FMT2, T1, T2, MODE) \ macro 2806 FTINT(rne_w_s, float32, int32, uint32_t, uint32_t, float_round_nearest_even) in DO_FTINT() 2807 FTINT(rne_l_d, float64, int64, uint64_t, uint64_t, float_round_nearest_even) in DO_FTINT() 2808 FTINT(rp_w_s, float32, int32, uint32_t, uint32_t, float_round_up) in DO_FTINT() 2809 FTINT(rp_l_d, float64, int64, uint64_t, uint64_t, float_round_up) in DO_FTINT() 2810 FTINT(rz_w_s, float32, int32, uint32_t, uint32_t, float_round_to_zero) in DO_FTINT() 2811 FTINT(rz_l_d, float64, int64, uint64_t, uint64_t, float_round_to_zero) in DO_FTINT() 2812 FTINT(rm_w_s, float32, int32, uint32_t, uint32_t, float_round_down) in DO_FTINT() 2813 FTINT(rm_l_d, float64, int64, uint64_t, uint64_t, float_round_down) in DO_FTINT() 2826 FTINT(rz_wu_s, float32, uint32, uint32_t, uint32_t, float_round_to_zero) in DO_FTINT() [all …]
|