Revision 664c6733

b/target-arm/translate.c
3379 3379
                        gen_vfp_F1_ld0(dp);
3380 3380
                        gen_vfp_cmpe(dp);
3381 3381
                        break;
3382
                    case 12: /* vrintr */
3383
                    {
3384
                        TCGv_ptr fpst = get_fpstatus_ptr(0);
3385
                        if (dp) {
3386
                            gen_helper_rintd(cpu_F0d, cpu_F0d, fpst);
3387
                        } else {
3388
                            gen_helper_rints(cpu_F0s, cpu_F0s, fpst);
3389
                        }
3390
                        tcg_temp_free_ptr(fpst);
3391
                        break;
3392
                    }
3382 3393
                    case 15: /* single<->double conversion */
3383 3394
                        if (dp)
3384 3395
                            gen_helper_vfp_fcvtsd(cpu_F0s, cpu_F0d, cpu_env);

Also available in: Unified diff