Searched refs:DO_3OP_F (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2405 #define DO_3OP_F(NAME, BIT, E, FN) \ macro 2422 DO_3OP_F(vfadd_s, 32, UW, float32_add) 2423 DO_3OP_F(vfadd_d, 64, UD, float64_add) 2424 DO_3OP_F(vfsub_s, 32, UW, float32_sub) 2425 DO_3OP_F(vfsub_d, 64, UD, float64_sub) 2426 DO_3OP_F(vfmul_s, 32, UW, float32_mul) 2427 DO_3OP_F(vfmul_d, 64, UD, float64_mul) 2428 DO_3OP_F(vfdiv_s, 32, UW, float32_div) 2429 DO_3OP_F(vfdiv_d, 64, UD, float64_div) 2430 DO_3OP_F(vfmax_s, 32, UW, float32_maxnum) [all …]
|