Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_F64 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/linux-user/mips/
H A Dtarget_prctl.h69 env->hflags |= MIPS_HFLAG_F64; in do_prctl_set_fp_mode()
72 env->hflags &= ~MIPS_HFLAG_F64; in do_prctl_set_fp_mode()
H A Dcpu_loop.c293 env->hflags |= MIPS_HFLAG_F64; in target_cpu_copy_regs()
297 env->hflags |= MIPS_HFLAG_F64; in target_cpu_copy_regs()
/openbmc/qemu/target/mips/
H A Dinternal.h303 MIPS_HFLAG_F64 | MIPS_HFLAG_FPU | MIPS_HFLAG_KSU | in compute_hflags()
348 env->hflags |= MIPS_HFLAG_F64; in compute_hflags()
H A Dcpu.h1121 #define MIPS_HFLAG_F64 0x00040 /* 64-bit FPU enabled */ macro
H A Dcpu.c69 bool is_fpu64 = !!(env->hflags & MIPS_HFLAG_F64); in fpu_dump_state()
/openbmc/qemu/target/mips/tcg/
H A Dmsa_translate.c155 !(ctx->hflags & MIPS_HFLAG_F64))) { in check_msa_enabled()
H A Dtranslate.c1368 if (ctx->hflags & MIPS_HFLAG_F64) { in gen_load_fpr32h()
1377 if (ctx->hflags & MIPS_HFLAG_F64) { in gen_store_fpr32h()
1388 if (ctx->hflags & MIPS_HFLAG_F64) { in gen_load_fpr64()
1397 if (ctx->hflags & MIPS_HFLAG_F64) { in gen_store_fpr64()
1508 if (unlikely(~ctx->hflags & MIPS_HFLAG_F64)) { in check_cp1_64bitmode()
1526 if (unlikely(!(ctx->hflags & MIPS_HFLAG_F64) && (regs & 1))) { in check_cp1_registers()