Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c802 const bool sig_a = dcmask_a & DCMASK_SIGNALING_NAN; in vfmin_res()
803 const bool sig_b = dcmask_b & DCMASK_SIGNALING_NAN; in vfmin_res()
805 if ((dcmask_a | dcmask_b) & DCMASK_SIGNALING_NAN) { in vfmin_res()
850 const bool sig_a = dcmask_a & DCMASK_SIGNALING_NAN; in vfmax_res()
851 const bool sig_b = dcmask_b & DCMASK_SIGNALING_NAN; in vfmax_res()
855 if ((dcmask_a | dcmask_b) & DCMASK_SIGNALING_NAN) { in vfmax_res()
/openbmc/qemu/target/s390x/
H A Ds390x-internal.h310 #define DCMASK_SIGNALING_NAN 0x0003 macro