[PATCH v4 0/2] target/loongarch: Fix emulation of float-point disable exception

Rui Wang posted 2 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221105021022.558242-1-wangrui@loongson.cn
Maintainers: Song Gao <gaosong@loongson.cn>, Xiaojuan Yang <yangxiaojuan@loongson.cn>
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(-)
[PATCH v4 0/2] target/loongarch: Fix emulation of float-point disable exception
Posted by Rui Wang 1 year, 6 months ago
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