MIPS architectural feature allowing emulation of Status.FR=0 on a CPU with Status.FR hardwired to 1.
v2: * move functions and drop prototypes (James) * fix declaration after code (James) Leon Alrae (2): target-mips: move group of functions above gen_load_fpr32() target-mips: add Config5.FRE support allowing Status.FR=0 emulation target-mips/cpu.h | 13 +- target-mips/op_helper.c | 34 ++++ target-mips/translate.c | 426 ++++++++++++++++++++++--------------------- target-mips/translate_init.c | 9 +- 4 files changed, 266 insertions(+), 216 deletions(-)