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

/external/qemu/target-mips/
H A Dop_helper.c2872 uint32_t fsth1 = fdt1 >> 32; \
2878 wth2 = float32_ ## name (fsth0, fsth1, &env->active_fpu.fp_status); \
2918 uint32_t fsth1 = fdt1 >> 32; \
2923 fsth0 = float32_ ## name1 (fsth0, fsth1, &env->active_fpu.fp_status); \
2960 uint32_t fsth1 = fdt1 >> 32; \
2965 fsth0 = float32_ ## name1 (fsth0, fsth1, &env->active_fpu.fp_status); \
3055 uint32_t fsth1 = fdt1 >> 32; local
3061 fsth2 = float32_add (fst1, fsth1, &env->active_fpu.fp_status);
3071 uint32_t fsth1 = fdt1 >> 32; local
3077 fsth2 = float32_mul (fst1, fsth1,
[all...]

Completed in 108 milliseconds