Home | History | Annotate | Download | only in target-mips

Lines Matching full:wth2

2220     uint32_t wth2;
2224 wth2 = float32_to_int32(fdt0 >> 32, &env->active_fpu.fp_status);
2228 wth2 = FLOAT_SNAN32;
2230 return ((uint64_t)wth2 << 32) | wt2;
2692 uint32_t wth2; \
2696 wth2 = float32_ ## name (fsth0, fsth1, &env->active_fpu.fp_status); \
2700 wth2 = FLOAT_QNAN32; \
2702 return ((uint64_t)wth2 << 32) | wt2; \