Revision 66230e0d target-arm/translate.c

b/target-arm/translate.c
1079 1079
static inline void gen_vfp_sito(int dp)
1080 1080
{
1081 1081
    if (dp)
1082
        gen_helper_vfp_uitod(cpu_F0d, cpu_F0s, cpu_env);
1082
        gen_helper_vfp_sitod(cpu_F0d, cpu_F0s, cpu_env);
1083 1083
    else
1084
        gen_helper_vfp_uitos(cpu_F0s, cpu_F0s, cpu_env);
1084
        gen_helper_vfp_sitos(cpu_F0s, cpu_F0s, cpu_env);
1085 1085
}
1086 1086

  
1087 1087
static inline void gen_vfp_toui(int dp)

Also available in: Unified diff