Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jul-02-2019' into staging
MIPS queue for July 2nd, 2019
# gpg: Signature made Tue 02 Jul 2019 17:09:29 BST
# gpg: using RSA key D4972A8967F75A65
# gpg: Good signature from "Aleksandar Markovic <amarkovic@wavecomp.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 8526 FBF1 5DA3 811F 4A01 DD75 D497 2A89 67F7 5A65
* remotes/amarkovic/tags/mips-queue-jul-02-2019:
target/mips: Correct helper for MSA FCLASS.<W|D> instructions
target/mips: Unroll loops for MSA float max/min instructions
target/mips: Correct comments in msa_helper.c
target/mips: Correct comments in translate.c
tcg/tests: target/mips: Correct MSA test compilation and execution order
tcg/tests: target/mips: Amend MSA integer multiply tests
tcg/tests: target/mips: Amend MSA fixed point multiply tests
hw/mips: Express dependencies of the r4k platform with Kconfig
hw/mips: Express dependencies of the Jazz machine with Kconfig
hw/mips: Express dependencies of the MIPSsim machine with Kconfig
hw/mips: Explicit the semi-hosting feature is always required
tests/machine-none: Test recent MIPS cpus
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- default-configs/mips-softmmu-common.mak 3 additions, 4 deletionsdefault-configs/mips-softmmu-common.mak
- default-configs/mips64-softmmu.mak 0 additions, 5 deletionsdefault-configs/mips64-softmmu.mak
- default-configs/mips64el-softmmu.mak 0 additions, 5 deletionsdefault-configs/mips64el-softmmu.mak
- hw/mips/Kconfig 30 additions, 0 deletionshw/mips/Kconfig
- target/mips/msa_helper.c 169 additions, 91 deletionstarget/mips/msa_helper.c
- target/mips/translate.c 314 additions, 183 deletionstarget/mips/translate.c
- tests/machine-none-test.c 2 additions, 2 deletionstests/machine-none-test.c
- tests/tcg/mips/include/wrappers_msa.h 16 additions, 0 deletionstests/tcg/mips/include/wrappers_msa.h
- tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_h.c 216 additions, 0 deletions.../tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_h.c
- tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_w.c 216 additions, 0 deletions.../tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_w.c
- tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_h.c 216 additions, 0 deletions...tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_h.c
- tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_w.c 216 additions, 0 deletions...tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_w.c
- tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_h.c 216 additions, 0 deletions.../tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_h.c
- tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_w.c 216 additions, 0 deletions.../tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_w.c
- tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_h.c 216 additions, 0 deletions...tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_h.c
- tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_w.c 216 additions, 0 deletions...tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_w.c
- tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_b.c 112 additions, 112 deletionstests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_b.c
- tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_d.c 107 additions, 107 deletionstests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_d.c
- tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_h.c 112 additions, 112 deletionstests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_h.c
- tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_w.c 112 additions, 112 deletionstests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_w.c
Loading
Please register or sign in to comment