Searched refs:vfminmax_res (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_fpu_helper.c | 895 static S390MinMaxRes vfminmax_res(uint16_t dcmask_a, uint16_t dcmask_b, in vfminmax_res() function 926 res = vfminmax_res(float32_dcmask(env, a), float32_dcmask(env, b), in vfminmax32() 988 res = vfminmax_res(float64_dcmask(env, a), float64_dcmask(env, b), in vfminmax64() 1046 res = vfminmax_res(float128_dcmask(env, a), float128_dcmask(env, b), in vfminmax128()
|