Searched refs:DO_4OP_F (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2439 #define DO_4OP_F(NAME, BIT, E, FN, flags) \ macro 2457 DO_4OP_F(vfmadd_s, 32, UW, float32_muladd, 0) 2458 DO_4OP_F(vfmadd_d, 64, UD, float64_muladd, 0) 2459 DO_4OP_F(vfmsub_s, 32, UW, float32_muladd, float_muladd_negate_c) 2460 DO_4OP_F(vfmsub_d, 64, UD, float64_muladd, float_muladd_negate_c) 2461 DO_4OP_F(vfnmadd_s, 32, UW, float32_muladd, float_muladd_negate_result) 2462 DO_4OP_F(vfnmadd_d, 64, UD, float64_muladd, float_muladd_negate_result) 2463 DO_4OP_F(vfnmsub_s, 32, UW, float32_muladd, 2465 DO_4OP_F(vfnmsub_d, 64, UD, float64_muladd,
|