Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_FRE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/mips/
H A Dtarget_prctl.h77 env->hflags |= MIPS_HFLAG_FRE; in do_prctl_set_fp_mode()
81 env->hflags &= ~MIPS_HFLAG_FRE; in do_prctl_set_fp_mode()
H A Dcpu_loop.c286 env->hflags |= MIPS_HFLAG_FRE; in target_cpu_copy_regs()
/openbmc/qemu/target/mips/
H A Dinternal.h306 MIPS_HFLAG_FRE | MIPS_HFLAG_ELPA | MIPS_HFLAG_ERL); in compute_hflags()
408 env->hflags |= MIPS_HFLAG_FRE; in compute_hflags()
H A Dcpu.h1160 #define MIPS_HFLAG_FRE 0x2000000 /* FRE enabled */ macro
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c1349 if (ctx->hflags & MIPS_HFLAG_FRE) { in gen_load_fpr32()
1358 if (ctx->hflags & MIPS_HFLAG_FRE) { in gen_store_fpr32()