[PATCH 0/2] target/mips: Separate CP0-related and FPU-related helpers into their own files

Aleksandar Markovic posted 2 patches 5 years, 9 months ago
Test docker-quick@centos7 failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1580745443-24650-1-git-send-email-aleksandar.markovic@rt-rk.com
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>, Aleksandar Markovic <amarkovic@wavecomp.com>
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
[PATCH 0/2] target/mips: Separate CP0-related and FPU-related helpers into their own files
Posted by Aleksandar Markovic 5 years, 9 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

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