Searched defs:wt0 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-mips/
H A Dop_helper.c2161 uint64_t helper_float_cvtd_w(uint32_t wt0) argument
2166 fdt2 = int32_to_float64(wt0, &env->active_fpu.fp_status);
2243 uint32_t helper_float_cvts_w(uint32_t wt0) argument
2248 fst2 = int32_to_float32(wt0, &env->active_fpu.fp_status);
2263 uint32_t helper_float_cvts_pl(uint32_t wt0) argument
2268 wt2 = wt0;
2535 uint32_t wt0; \
2538 wt0 = float32_ ## name(fdt0 & 0XFFFFFFFF); \
2540 return ((uint64_t)wth0 << 32) | wt0; \

Completed in 50 milliseconds