qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] target-mips: add Config5.FRE support


From: Leon Alrae
Subject: [Qemu-devel] [PATCH v2 0/2] target-mips: add Config5.FRE support
Date: Tue, 21 Apr 2015 16:06:26 +0100

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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]