Searched refs:wth2 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-mips/
H A Dop_helper.c2398 uint32_t wth2; local
2402 wth2 = float32_to_int32(fdt0 >> 32, &env->active_fpu.fp_status);
2406 wth2 = FLOAT_SNAN32;
2408 return ((uint64_t)wth2 << 32) | wt2;
2874 uint32_t wth2; \
2878 wth2 = float32_ ## name (fsth0, fsth1, &env->active_fpu.fp_status); \
2882 wth2 = FLOAT_QNAN32; \
2884 return ((uint64_t)wth2 << 32) | wt2; \

Completed in 52 milliseconds