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

/external/qemu/target-arm/
H A Dtranslate.c4852 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
4856 gen_helper_vfp_adds(tmp, tmp, tmp2, fpstatus);
4859 gen_helper_vfp_subs(tmp, tmp, tmp2, fpstatus);
4862 gen_helper_neon_abd_f32(tmp, tmp, tmp2, fpstatus);
4867 tcg_temp_free_ptr(fpstatus);
4872 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
4873 gen_helper_vfp_muls(tmp, tmp, tmp2, fpstatus);
4878 gen_helper_vfp_adds(tmp, tmp, tmp2, fpstatus);
4880 gen_helper_vfp_subs(tmp, tmp2, tmp, fpstatus);
4883 tcg_temp_free_ptr(fpstatus);
4888 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
4903 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
4914 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
5624 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
5645 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
5655 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
6070 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
6078 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
6087 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
6096 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
6105 TCGv_ptr fpstatus = get_fpstatus_ptr(1); local
[all...]

Completed in 299 milliseconds