Lines Matching defs:ieee
2861 int ieee = (env->vfp.xregs[ARM_VFP_FPSCR] & (1 << 26)) == 0;2862 float32 r = float16_to_float32(make_float16(a), ieee, s);2863 if (ieee) {2871 int ieee = (env->vfp.xregs[ARM_VFP_FPSCR] & (1 << 26)) == 0;2872 float16 r = float32_to_float16(a, ieee, s);2873 if (ieee) {