Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dop_helper.c2688 uint32_t fsth0 = fdt0 >> 32; \
2696 wth2 = float32_ ## name (fsth0, fsth1, &env->active_fpu.fp_status); \
2731 uint32_t fsth0 = fdt0 >> 32; \
2738 fsth0 = float32_ ## name1 (fsth0, fsth1, &env->active_fpu.fp_status); \
2740 fsth2 = float32_ ## name2 (fsth0, fsth2, &env->active_fpu.fp_status); \
2770 uint32_t fsth0 = fdt0 >> 32; \
2777 fsth0 = float32_ ## name1 (fsth0, fsth1, &env->active_fpu.fp_status); \
2779 fsth2 = float32_ ## name2 (fsth0, fsth2, &env->active_fpu.fp_status); \
2811 uint32_t fsth0 = fdt0 >> 32; in helper_float_recip2_ps() local
2817 fsth2 = float32_mul(fsth0, fsth2, &env->active_fpu.fp_status); in helper_float_recip2_ps()
[all …]