Searched refs:DO_2OP_F (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2468 #define DO_2OP_F(NAME, BIT, E, FN) \ macro 2555 DO_2OP_F(vflogb_s, 32, UW, do_flogb_32) 2556 DO_2OP_F(vflogb_d, 64, UD, do_flogb_64) 2557 DO_2OP_F(vfsqrt_s, 32, UW, do_fsqrt_32) 2558 DO_2OP_F(vfsqrt_d, 64, UD, do_fsqrt_64) 2559 DO_2OP_F(vfrecip_s, 32, UW, do_frecip_32) 2560 DO_2OP_F(vfrecip_d, 64, UD, do_frecip_64) 2561 DO_2OP_F(vfrsqrt_s, 32, UW, do_frsqrt_32) 2562 DO_2OP_F(vfrsqrt_d, 64, UD, do_frsqrt_64) 2815 DO_2OP_F(vftintrne_w_s, 32, UW, do_ftintrne_w_s) in DO_FTINT() [all …]
|