Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210114' into staging
MIPS patches queue
- Simplify CPU/ISA definitions
- Various maintenance code movements in translate.c
- Convert part of the MSA ASE instructions to decodetree
- Convert some instructions removed from Release 6 to decodetree
- Remove deprecated 'fulong2e' machine alias
# gpg: Signature made Thu 14 Jan 2021 16:16:29 GMT
# gpg: using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
# gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full]
# Primary key fingerprint: FAAB E75E 1291 7221 DCFD 6BB2 E3E3 2C2C DEAD C0DE
* remotes/philmd-gitlab/tags/mips-20210114: (69 commits)
docs/system: Remove deprecated 'fulong2e' machine alias
target/mips: Remove vendor specific CPU definitions
target/mips: Remove CPU_NANOMIPS32 definition
target/mips: Remove CPU_R5900 definition
target/mips: Convert Rel6 LL/SC opcodes to decodetree
target/mips: Convert Rel6 LLD/SCD opcodes to decodetree
target/mips: Convert Rel6 LDL/LDR/SDL/SDR opcodes to decodetree
target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE opcodes to decodetree
target/mips: Convert Rel6 LWL/LWR/SWL/SWR opcodes to decodetree
target/mips: Convert Rel6 CACHE/PREF opcodes to decodetree
target/mips: Convert Rel6 COP1X opcode to decodetree
target/mips: Convert Rel6 Special2 opcode to decodetree
target/mips: Remove now unreachable LSA/DLSA opcodes code
target/mips: Introduce decodetree helpers for Release6 LSA/DLSA opcodes
target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
target/mips: Extract LSA/DLSA translation generators
target/mips: Use decode_ase_msa() generated from decodetree
target/mips: Introduce decode tree bindings for MSA ASE
target/mips: Pass TCGCond argument to MSA gen_check_zero_element()
target/mips: Extract MSA translation routines
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- docs/system/deprecated.rst 0 additions, 5 deletionsdocs/system/deprecated.rst
- docs/system/removed-features.rst 5 additions, 0 deletionsdocs/system/removed-features.rst
- hw/mips/boston.c 2 additions, 4 deletionshw/mips/boston.c
- hw/mips/fuloong2e.c 0 additions, 1 deletionhw/mips/fuloong2e.c
- linux-user/mips/cpu_loop.c 3 additions, 4 deletionslinux-user/mips/cpu_loop.c
- target/mips/addr.c 10 additions, 0 deletionstarget/mips/addr.c
- target/mips/cp0_helper.c 9 additions, 9 deletionstarget/mips/cp0_helper.c
- target/mips/cp0_timer.c 2 additions, 2 deletionstarget/mips/cp0_timer.c
- target/mips/cpu-defs.c.inc 27 additions, 101 deletionstarget/mips/cpu-defs.c.inc
- target/mips/cpu.c 224 additions, 31 deletionstarget/mips/cpu.c
- target/mips/cpu.h 22 additions, 1 deletiontarget/mips/cpu.h
- target/mips/fpu_helper.c 3 additions, 2 deletionstarget/mips/fpu_helper.c
- target/mips/fpu_helper.h 59 additions, 0 deletionstarget/mips/fpu_helper.h
- target/mips/gdbstub.c 1 addition, 0 deletionstarget/mips/gdbstub.c
- target/mips/helper.h 2 additions, 434 deletionstarget/mips/helper.h
- target/mips/internal.h 10 additions, 54 deletionstarget/mips/internal.h
- target/mips/kvm.c 7 additions, 6 deletionstarget/mips/kvm.c
- target/mips/machine.c 1 addition, 0 deletionstarget/mips/machine.c
- target/mips/meson.build 18 additions, 3 deletionstarget/mips/meson.build
- target/mips/mips-defs.h 18 additions, 38 deletionstarget/mips/mips-defs.h
Loading
Please register or sign in to comment