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

Lines Matching full:fpst

916     TCGv_ptr fpst = get_fpstatus_ptr(0);                              \
918 gen_helper_vfp_##name##d(cpu_F0d, cpu_F0d, cpu_F1d, fpst); \
920 gen_helper_vfp_##name##s(cpu_F0s, cpu_F0s, cpu_F1s, fpst); \
922 tcg_temp_free_ptr(fpst); \
935 TCGv_ptr fpst = get_fpstatus_ptr(0);
937 gen_helper_vfp_muld(cpu_F1d, cpu_F0d, cpu_F1d, fpst);
939 gen_helper_vfp_muls(cpu_F1s, cpu_F0s, cpu_F1s, fpst);