Home
last modified time | relevance | path

Searched refs:nan_b (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c797 const bool nan_b = dcmask_b & DCMASK_NAN; in vfmin_res() local
817 return nan_b ? S390_MINMAX_RES_A : S390_MINMAX_RES_B; in vfmin_res()
853 const bool nan_b = dcmask_b & DCMASK_NAN; in vfmax_res() local
867 return nan_b ? S390_MINMAX_RES_A : S390_MINMAX_RES_B; in vfmax_res()