[PATCH v3 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/20221104040517.222059-1-wangrui@loongson.cn
Maintainers: Song Gao <gaosong@loongson.cn>, Xiaojuan Yang <yangxiaojuan@loongson.cn>
There is a newer version of this series
target/loongarch/cpu.c                        |  2 ++
target/loongarch/cpu.h                        | 11 +++++-
.../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         |  2 +-
target/loongarch/translate.c                  |  6 +++-
8 files changed, 111 insertions(+), 14 deletions(-)
[PATCH v3 0/2] target/loongarch: Fix emulation of float-point disable exception
Posted by Rui Wang 1 year, 6 months ago
v3:
  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                        | 11 +++++-
 .../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         |  2 +-
 target/loongarch/translate.c                  |  6 +++-
 8 files changed, 111 insertions(+), 14 deletions(-)

-- 
2.38.1