Searched refs:VFCMP (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 3078 #define VFCMP(NAME, BIT, E, FN) \ macro 3098 VFCMP(vfcmp_c_s, 32, UW, float32_compare_quiet) 3099 VFCMP(vfcmp_s_s, 32, UW, float32_compare) 3100 VFCMP(vfcmp_c_d, 64, UD, float64_compare_quiet) 3101 VFCMP(vfcmp_s_d, 64, UD, float64_compare)
|