qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] target/hppa: Extract System/FPU helpers from op_helper.c
@ 2022-12-17 17:32 Philippe Mathieu-Daudé
  2022-12-17 17:32 ` [PATCH 1/2] target/hppa: Extract FPU helpers to fpu_helper.c Philippe Mathieu-Daudé
  2022-12-17 17:32 ` [PATCH 2/2] target/hppa: Extract system helpers to sys_helper.c Philippe Mathieu-Daudé
  0 siblings, 2 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-12-17 17:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Philippe Mathieu-Daudé

Extract 500 lines of op_helper.c into 2 new files: sys_helper.c
and fpu_helper.c, easing my life with "cpu.h" header cleanup.

Philippe Mathieu-Daudé (2):
  target/hppa: Extract FPU helpers to fpu_helper.c
  target/hppa: Extract system helpers to sys_helper.c

 target/hppa/fpu_helper.c | 450 ++++++++++++++++++++++++++++++++++
 target/hppa/meson.build  |   2 +
 target/hppa/op_helper.c  | 504 ---------------------------------------
 target/hppa/sys_helper.c |  99 ++++++++
 4 files changed, 551 insertions(+), 504 deletions(-)
 create mode 100644 target/hppa/fpu_helper.c
 create mode 100644 target/hppa/sys_helper.c

-- 
2.38.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-12-17 18:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-17 17:32 [PATCH 0/2] target/hppa: Extract System/FPU helpers from op_helper.c Philippe Mathieu-Daudé
2022-12-17 17:32 ` [PATCH 1/2] target/hppa: Extract FPU helpers to fpu_helper.c Philippe Mathieu-Daudé
2022-12-17 18:24   ` Richard Henderson
2022-12-17 17:32 ` [PATCH 2/2] target/hppa: Extract system helpers to sys_helper.c Philippe Mathieu-Daudé
2022-12-17 18:27   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).