mbox series

[0/3] target/mips: misc microMIPS fixes

Message ID 20230215084754.3816747-1-marcin.nowakowski@fungible.com
Headers show
Series target/mips: misc microMIPS fixes | expand

Message

Marcin Nowakowski Feb. 15, 2023, 8:47 a.m. UTC
Marcin Nowakowski (3):
  target/mips: fix JALS32/J32 instruction handling for microMIPS
  target/mips: fix SWM32 handling for micromips
  target/mips: implement CP0.Config7.WII bit support

 target/mips/cpu-defs.c.inc    | 1 +
 target/mips/cpu.c             | 6 ++++--
 target/mips/cpu.h             | 1 +
 target/mips/tcg/ldst_helper.c | 4 ++--
 target/mips/tcg/translate.c   | 6 ++++++
 5 files changed, 14 insertions(+), 4 deletions(-)