qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/2] target/mips: Separate CP0-related and FPU-related helpers in


From: Aleksandar Markovic
Subject: [PATCH 0/2] target/mips: Separate CP0-related and FPU-related helpers into their own files
Date: Mon, 3 Feb 2020 16:57:21 +0100

From: Aleksandar Markovic <address@hidden>

This is just a mechanical movement of the code, done for clarity and
easier maintenance.

In stats it appears that more lines are added than removed - this is
because of license preambles within two new files.

Aleksandar Markovic (2):
  target mips: Separate CP0-related helpers into their own file
  target mips: Separate FPU-related helpers into their own file

 target/mips/Makefile.objs |    5 +-
 target/mips/cp0_helper.c  | 1678 +++++++++++++++++
 target/mips/fpu_helper.c  | 1911 ++++++++++++++++++++
 target/mips/op_helper.c   | 4414 +++++----------------------------------------
 4 files changed, 4040 insertions(+), 3968 deletions(-)
 create mode 100644 target/mips/cp0_helper.c
 create mode 100644 target/mips/fpu_helper.c

-- 
2.7.4




reply via email to

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