qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] target/loongarch: Fix emulation of float-point disable exception
@ 2022-11-05  2:10 Rui Wang
  2022-11-05  2:10 ` [PATCH v4 1/2] target/loongarch: Adjust the layout of hardware flags bit fields Rui Wang
  2022-11-05  2:10 ` [PATCH v4 2/2] target/loongarch: Fix emulation of float-point disable exception Rui Wang
  0 siblings, 2 replies; 5+ messages in thread
From: Rui Wang @ 2022-11-05  2:10 UTC (permalink / raw)
  To: Richard Henderson; +Cc: Song Gao, Xiaojuan Yang, qemu-devel, hev, Rui Wang

v4:
 - Separate hardware flags to mmu index and plv.
 - Fix return value of check fpe.

Rui Wang (2):
  target/loongarch: Adjust the layout of hardware flags bit fields
  target/loongarch: Fix emulation of float-point disable exception

 target/loongarch/cpu.c                        |  2 ++
 target/loongarch/cpu.h                        | 29 ++++++++++------
 .../loongarch/insn_trans/trans_farith.c.inc   | 30 ++++++++++++++++
 target/loongarch/insn_trans/trans_fcmp.c.inc  | 11 ++++--
 .../loongarch/insn_trans/trans_fmemory.c.inc  | 34 +++++++++++++++----
 target/loongarch/insn_trans/trans_fmov.c.inc  | 29 ++++++++++++++--
 .../insn_trans/trans_privileged.c.inc         |  4 +--
 target/loongarch/tlb_helper.c                 |  4 +--
 target/loongarch/translate.c                  |  7 +++-
 target/loongarch/translate.h                  |  3 +-
 10 files changed, 126 insertions(+), 27 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2022-11-05  4:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-05  2:10 [PATCH v4 0/2] target/loongarch: Fix emulation of float-point disable exception Rui Wang
2022-11-05  2:10 ` [PATCH v4 1/2] target/loongarch: Adjust the layout of hardware flags bit fields Rui Wang
2022-11-05  4:15   ` Richard Henderson
2022-11-05  2:10 ` [PATCH v4 2/2] target/loongarch: Fix emulation of float-point disable exception Rui Wang
2022-11-05  4:16   ` 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).