qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 362d2e: target/mips: nanoMIPS: Remove duplica


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 362d2e: target/mips: nanoMIPS: Remove duplicate macro defi...
Date: Fri, 25 Jan 2019 09:20:57 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 362d2e72546923f8f410733cc286ae5528c7811a
      
https://github.com/qemu/qemu/commit/362d2e72546923f8f410733cc286ae5528c7811a
  Author: Aleksandar Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M target/mips/translate.c

  Log Message:
  -----------
  target/mips: nanoMIPS: Remove duplicate macro definitions

Several macros were defined twice, with identical values, so
remove duplicates.

Previously added in 80845edf37b.

This reverts commit 6bfa9f4c9cf24d6cfaaa227722e9cdcca1ad6fe9.

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: be3a131a057ce30038a179d718d15be9383b1258
      
https://github.com/qemu/qemu/commit/be3a131a057ce30038a179d718d15be9383b1258
  Author: Aleksandar Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M target/mips/translate.c

  Log Message:
  -----------
  target/mips: nanoMIPS: Remove an unused macro

Remove a macro that is never used.

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: 99e49abf119f700bf8664b7dfc60c22d9eaf9159
      
https://github.com/qemu/qemu/commit/99e49abf119f700bf8664b7dfc60c22d9eaf9159
  Author: Aleksandar Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M target/mips/translate.c

  Log Message:
  -----------
  target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbers

Rename macros for extracting 3-bit-coded GPR numbers, to achieve
better consistency with the nanoMIPS documentation.

Reviewed-by: Aleksandar Rikalo <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: 5b1e098128367d6ef7cb2d1e99a55fcf4fa9cdde
      
https://github.com/qemu/qemu/commit/5b1e098128367d6ef7cb2d1e99a55fcf4fa9cdde
  Author: Aleksandar Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M target/mips/cpu.h
    M target/mips/translate.c

  Log Message:
  -----------
  target/mips: Correct the second argument type of cpu_supports_isa()

"insn_flags" bitfield was expanded from 32-bit to 64-bit in commit
f9c9cd63e3. However, this was not reflected on the second argument
of the function cpu_supports_isa(). By chance, this did not create
some wrong behavior, since the left-most halves of all instances of
the second argument are currently all zeros. However, this is still
a bug waiting to happen. Correct this by changing the type of the
second argument to be always 64-bit.

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: 8d5388c1de8bf207316369213bd950bafa6badda
      
https://github.com/qemu/qemu/commit/8d5388c1de8bf207316369213bd950bafa6badda
  Author: Aleksandar Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M target/mips/translate.c

  Log Message:
  -----------
  target/mips: Extend gen_scwp() functionality to support EVA

Extend gen_scwp() functionality to support EVA by adding an
additional argument, modify internals of the function to handle
new functionality, and accordingly change its invocations.

Reviewed-by: Aleksandar Rikalo <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: fc95c2412ecfb0decb30d70eabd9d73c2e6dd946
      
https://github.com/qemu/qemu/commit/fc95c2412ecfb0decb30d70eabd9d73c2e6dd946
  Author: Aleksandar Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M disas/nanomips.cpp

  Log Message:
  -----------
  disas: nanoMIPS: Amend DSP instructions related comments

Amend some DSP instructions related comments.

Reviewed-by: Aleksandar Rikalo <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: 697b7b6bc570c0fe4e32d079930fea6cd4cace6b
      
https://github.com/qemu/qemu/commit/697b7b6bc570c0fe4e32d079930fea6cd4cace6b
  Author: Stefan Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M target/mips/translate.c

  Log Message:
  -----------
  target/mips: nanoMIPS: Fix branch handling

Fix nanoMIPS branch handling.

Reviewed-by: Aleksandar Rikalo <address@hidden>
Signed-off-by: Stefan Markovic <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: ca1ffd14ed8a11ad88619c0478e5ea58f0af5137
      
https://github.com/qemu/qemu/commit/ca1ffd14ed8a11ad88619c0478e5ea58f0af5137
  Author: Yongbok Kim <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M target/mips/translate_init.inc.c

  Log Message:
  -----------
  target/mips: Add I6500 core configuration

Add I6500 core configuration. Note that this configuration is
supported only on best-effort basis due to the lack of certain
features in QEMU.

Reviewed-by: Aleksandar Rikalo <address@hidden>
Signed-off-by: Yongbok Kim <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: b304981f52d2dd4ef4322fa90d1732611e9c5c45
      
https://github.com/qemu/qemu/commit/b304981f52d2dd4ef4322fa90d1732611e9c5c45
  Author: Aleksandar Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Update MIPS sections

Remove Stefan Markovic as a reviewer for MIPS directories and
files, as he left Wave Computing.

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: 073d9f2ce051d7a4bad9aa7bfdacf97394c57c05
      
https://github.com/qemu/qemu/commit/073d9f2ce051d7a4bad9aa7bfdacf97394c57c05
  Author: Aleksandar Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    R tests/tcg/mips/mips32-dsp/absq_s_ph.c
    R tests/tcg/mips/mips32-dsp/absq_s_w.c
    R tests/tcg/mips/mips32-dsp/addq_ph.c
    R tests/tcg/mips/mips32-dsp/addq_s_ph.c
    R tests/tcg/mips/mips32-dsp/addq_s_w.c
    R tests/tcg/mips/mips32-dsp/addsc.c
    R tests/tcg/mips/mips32-dsp/addu_qb.c
    R tests/tcg/mips/mips32-dsp/addu_s_qb.c
    R tests/tcg/mips/mips32-dsp/addwc.c
    R tests/tcg/mips/mips32-dsp/bitrev.c
    R tests/tcg/mips/mips32-dsp/bposge32.c
    R tests/tcg/mips/mips32-dsp/cmp_eq_ph.c
    R tests/tcg/mips/mips32-dsp/cmp_le_ph.c
    R tests/tcg/mips/mips32-dsp/cmp_lt_ph.c
    R tests/tcg/mips/mips32-dsp/cmpgu_eq_qb.c
    R tests/tcg/mips/mips32-dsp/cmpgu_le_qb.c
    R tests/tcg/mips/mips32-dsp/cmpgu_lt_qb.c
    R tests/tcg/mips/mips32-dsp/cmpu_eq_qb.c
    R tests/tcg/mips/mips32-dsp/cmpu_le_qb.c
    R tests/tcg/mips/mips32-dsp/cmpu_lt_qb.c
    R tests/tcg/mips/mips32-dsp/dpaq_s_w_ph.c
    R tests/tcg/mips/mips32-dsp/dpaq_sa_l_w.c
    R tests/tcg/mips/mips32-dsp/dpau_h_qbl.c
    R tests/tcg/mips/mips32-dsp/dpau_h_qbr.c
    R tests/tcg/mips/mips32-dsp/dpsq_s_w_ph.c
    R tests/tcg/mips/mips32-dsp/dpsq_sa_l_w.c
    R tests/tcg/mips/mips32-dsp/dpsu_h_qbl.c
    R tests/tcg/mips/mips32-dsp/dpsu_h_qbr.c
    R tests/tcg/mips/mips32-dsp/extp.c
    R tests/tcg/mips/mips32-dsp/extpdp.c
    R tests/tcg/mips/mips32-dsp/extpdpv.c
    R tests/tcg/mips/mips32-dsp/extpv.c
    R tests/tcg/mips/mips32-dsp/extr_r_w.c
    R tests/tcg/mips/mips32-dsp/extr_rs_w.c
    R tests/tcg/mips/mips32-dsp/extr_s_h.c
    R tests/tcg/mips/mips32-dsp/extr_w.c
    R tests/tcg/mips/mips32-dsp/extrv_r_w.c
    R tests/tcg/mips/mips32-dsp/extrv_rs_w.c
    R tests/tcg/mips/mips32-dsp/extrv_s_h.c
    R tests/tcg/mips/mips32-dsp/extrv_w.c
    R tests/tcg/mips/mips32-dsp/insv.c
    R tests/tcg/mips/mips32-dsp/lbux.c
    R tests/tcg/mips/mips32-dsp/lhx.c
    R tests/tcg/mips/mips32-dsp/lwx.c
    R tests/tcg/mips/mips32-dsp/madd.c
    R tests/tcg/mips/mips32-dsp/maddu.c
    R tests/tcg/mips/mips32-dsp/main.c
    R tests/tcg/mips/mips32-dsp/maq_s_w_phl.c
    R tests/tcg/mips/mips32-dsp/maq_s_w_phr.c
    R tests/tcg/mips/mips32-dsp/maq_sa_w_phl.c
    R tests/tcg/mips/mips32-dsp/maq_sa_w_phr.c
    R tests/tcg/mips/mips32-dsp/mfhi.c
    R tests/tcg/mips/mips32-dsp/mflo.c
    R tests/tcg/mips/mips32-dsp/modsub.c
    R tests/tcg/mips/mips32-dsp/msub.c
    R tests/tcg/mips/mips32-dsp/msubu.c
    R tests/tcg/mips/mips32-dsp/mthi.c
    R tests/tcg/mips/mips32-dsp/mthlip.c
    R tests/tcg/mips/mips32-dsp/mtlo.c
    R tests/tcg/mips/mips32-dsp/muleq_s_w_phl.c
    R tests/tcg/mips/mips32-dsp/muleq_s_w_phr.c
    R tests/tcg/mips/mips32-dsp/muleu_s_ph_qbl.c
    R tests/tcg/mips/mips32-dsp/muleu_s_ph_qbr.c
    R tests/tcg/mips/mips32-dsp/mulq_rs_ph.c
    R tests/tcg/mips/mips32-dsp/mult.c
    R tests/tcg/mips/mips32-dsp/multu.c
    R tests/tcg/mips/mips32-dsp/packrl_ph.c
    R tests/tcg/mips/mips32-dsp/pick_ph.c
    R tests/tcg/mips/mips32-dsp/pick_qb.c
    R tests/tcg/mips/mips32-dsp/preceq_w_phl.c
    R tests/tcg/mips/mips32-dsp/preceq_w_phr.c
    R tests/tcg/mips/mips32-dsp/precequ_ph_qbl.c
    R tests/tcg/mips/mips32-dsp/precequ_ph_qbla.c
    R tests/tcg/mips/mips32-dsp/precequ_ph_qbr.c
    R tests/tcg/mips/mips32-dsp/precequ_ph_qbra.c
    R tests/tcg/mips/mips32-dsp/preceu_ph_qbl.c
    R tests/tcg/mips/mips32-dsp/preceu_ph_qbla.c
    R tests/tcg/mips/mips32-dsp/preceu_ph_qbr.c
    R tests/tcg/mips/mips32-dsp/preceu_ph_qbra.c
    R tests/tcg/mips/mips32-dsp/precrq_ph_w.c
    R tests/tcg/mips/mips32-dsp/precrq_qb_ph.c
    R tests/tcg/mips/mips32-dsp/precrq_rs_ph_w.c
    R tests/tcg/mips/mips32-dsp/precrqu_s_qb_ph.c
    R tests/tcg/mips/mips32-dsp/raddu_w_qb.c
    R tests/tcg/mips/mips32-dsp/rddsp.c
    R tests/tcg/mips/mips32-dsp/repl_ph.c
    R tests/tcg/mips/mips32-dsp/repl_qb.c
    R tests/tcg/mips/mips32-dsp/replv_ph.c
    R tests/tcg/mips/mips32-dsp/replv_qb.c
    R tests/tcg/mips/mips32-dsp/shilo.c
    R tests/tcg/mips/mips32-dsp/shilov.c
    R tests/tcg/mips/mips32-dsp/shll_ph.c
    R tests/tcg/mips/mips32-dsp/shll_qb.c
    R tests/tcg/mips/mips32-dsp/shll_s_ph.c
    R tests/tcg/mips/mips32-dsp/shll_s_w.c
    R tests/tcg/mips/mips32-dsp/shllv_ph.c
    R tests/tcg/mips/mips32-dsp/shllv_qb.c
    R tests/tcg/mips/mips32-dsp/shllv_s_ph.c
    R tests/tcg/mips/mips32-dsp/shllv_s_w.c
    R tests/tcg/mips/mips32-dsp/shra_ph.c
    R tests/tcg/mips/mips32-dsp/shra_r_ph.c
    R tests/tcg/mips/mips32-dsp/shra_r_w.c
    R tests/tcg/mips/mips32-dsp/shrav_ph.c
    R tests/tcg/mips/mips32-dsp/shrav_r_ph.c
    R tests/tcg/mips/mips32-dsp/shrav_r_w.c
    R tests/tcg/mips/mips32-dsp/shrl_qb.c
    R tests/tcg/mips/mips32-dsp/shrlv_qb.c
    R tests/tcg/mips/mips32-dsp/subq_ph.c
    R tests/tcg/mips/mips32-dsp/subq_s_ph.c
    R tests/tcg/mips/mips32-dsp/subq_s_w.c
    R tests/tcg/mips/mips32-dsp/subu_qb.c
    R tests/tcg/mips/mips32-dsp/subu_s_qb.c
    R tests/tcg/mips/mips32-dsp/wrdsp.c
    R tests/tcg/mips/mips32-dspr2/absq_s_qb.c
    R tests/tcg/mips/mips32-dspr2/addqh_ph.c
    R tests/tcg/mips/mips32-dspr2/addqh_r_ph.c
    R tests/tcg/mips/mips32-dspr2/addqh_r_w.c
    R tests/tcg/mips/mips32-dspr2/addqh_w.c
    R tests/tcg/mips/mips32-dspr2/addu_ph.c
    R tests/tcg/mips/mips32-dspr2/addu_s_ph.c
    R tests/tcg/mips/mips32-dspr2/adduh_qb.c
    R tests/tcg/mips/mips32-dspr2/adduh_r_qb.c
    R tests/tcg/mips/mips32-dspr2/append.c
    R tests/tcg/mips/mips32-dspr2/balign.c
    R tests/tcg/mips/mips32-dspr2/cmpgdu_eq_qb.c
    R tests/tcg/mips/mips32-dspr2/cmpgdu_le_qb.c
    R tests/tcg/mips/mips32-dspr2/cmpgdu_lt_qb.c
    R tests/tcg/mips/mips32-dspr2/dpa_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpaqx_s_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpaqx_sa_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpax_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dps_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpsqx_s_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpsqx_sa_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpsx_w_ph.c
    R tests/tcg/mips/mips32-dspr2/mul_ph.c
    R tests/tcg/mips/mips32-dspr2/mul_s_ph.c
    R tests/tcg/mips/mips32-dspr2/mulq_rs_w.c
    R tests/tcg/mips/mips32-dspr2/mulq_s_ph.c
    R tests/tcg/mips/mips32-dspr2/mulq_s_w.c
    R tests/tcg/mips/mips32-dspr2/mulsa_w_ph.c
    R tests/tcg/mips/mips32-dspr2/mulsaq_s_w_ph.c
    R tests/tcg/mips/mips32-dspr2/precr_qb_ph.c
    R tests/tcg/mips/mips32-dspr2/precr_sra_ph_w.c
    R tests/tcg/mips/mips32-dspr2/precr_sra_r_ph_w.c
    R tests/tcg/mips/mips32-dspr2/prepend.c
    R tests/tcg/mips/mips32-dspr2/shra_qb.c
    R tests/tcg/mips/mips32-dspr2/shra_r_qb.c
    R tests/tcg/mips/mips32-dspr2/shrav_qb.c
    R tests/tcg/mips/mips32-dspr2/shrav_r_qb.c
    R tests/tcg/mips/mips32-dspr2/shrl_ph.c
    R tests/tcg/mips/mips32-dspr2/shrlv_ph.c
    R tests/tcg/mips/mips32-dspr2/subqh_ph.c
    R tests/tcg/mips/mips32-dspr2/subqh_r_ph.c
    R tests/tcg/mips/mips32-dspr2/subqh_r_w.c
    R tests/tcg/mips/mips32-dspr2/subqh_w.c
    R tests/tcg/mips/mips32-dspr2/subu_ph.c
    R tests/tcg/mips/mips32-dspr2/subu_s_ph.c
    R tests/tcg/mips/mips32-dspr2/subuh_qb.c
    R tests/tcg/mips/mips32-dspr2/subuh_r_qb.c
    R tests/tcg/mips/mipsr5900/div1.c
    R tests/tcg/mips/mipsr5900/divu1.c
    R tests/tcg/mips/mipsr5900/madd.c
    R tests/tcg/mips/mipsr5900/maddu.c
    R tests/tcg/mips/mipsr5900/mflohi1.c
    R tests/tcg/mips/mipsr5900/mtlohi1.c
    R tests/tcg/mips/mipsr5900/mult.c
    R tests/tcg/mips/mipsr5900/multu.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_absq_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_absq_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addsc.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addu_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addu_s_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addwc.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_bitrev.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_bposge32.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_eq_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_le_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_lt_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_eq_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_le_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_lt_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_eq_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_le_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_lt_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpaq_s_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpaq_sa_l_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpau_h_qbl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpau_h_qbr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsq_s_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsq_sa_l_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsu_h_qbl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsu_h_qbr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extp.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpdp.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpdpv.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpv.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_rs_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_s_h.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_rs_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_s_h.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_insv.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_lbux.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_lhx.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_lwx.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_madd.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_maddu.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_main.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_s_w_phl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_s_w_phr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_sa_w_phl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_sa_w_phr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mfhi.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mflo.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_modsub.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_msub.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_msubu.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mthi.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mthlip.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mtlo.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleq_s_w_phl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleq_s_w_phr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleu_s_ph_qbl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleu_s_ph_qbr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mulq_rs_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mult.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_multu.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_packrl_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_pick_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_pick_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceq_w_phl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceq_w_phr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbla.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbra.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbla.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbra.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_ph_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_qb_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_rs_ph_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrqu_s_qb_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_raddu_w_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_rddsp.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_repl_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_repl_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_replv_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_replv_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shilo.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shilov.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_r_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_r_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrl_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrlv_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_subu_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_subu_s_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_wrdsp.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_absq_s_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_r_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addu_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addu_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_adduh_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_adduh_r_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_append.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_balign.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_eq_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_le_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_lt_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpa_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpaqx_s_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpaqx_sa_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpax_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dps_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsqx_s_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsqx_sa_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsx_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mul_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mul_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_rs_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulsa_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulsaq_s_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_qb_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_sra_ph_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_sra_r_ph_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_prepend.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shra_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shra_r_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrav_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrav_r_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrl_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrlv_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_r_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subu_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subu_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subuh_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subuh_r_qb.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_div1.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_divu1.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_madd.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_maddu.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_mflohi1.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_mtlohi1.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_mult.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_multu.c

  Log Message:
  -----------
  tests: tcg: mips: Move source files to new locations

MIPS TCG test will be organized by ISAs and ASEs in future.

Reviewed-by: Aleksandar Rikalo <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: 5e0aa63b084d6a99bbb74cfc5ad9852f7746f469
      
https://github.com/qemu/qemu/commit/5e0aa63b084d6a99bbb74cfc5ad9852f7746f469
  Author: Aleksandar Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    A tests/tcg/mips/user/ase/dsp/Makefile
    A tests/tcg/mips/user/isa/r5900/Makefile

  Log Message:
  -----------
  tests: tcg: mips: Add two new Makefiles

Add Makefiles for two new direcitories.

Reviewed-by: Aleksandar Rikalo <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: dcca150f838ebc31b6fc0ec750cc0da1ef01f837
      
https://github.com/qemu/qemu/commit/dcca150f838ebc31b6fc0ec750cc0da1ef01f837
  Author: Aleksandar Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    R tests/tcg/mips/mips32-dsp/Makefile
    R tests/tcg/mips/mips32-dspr2/Makefile
    R tests/tcg/mips/mips64-dsp/Makefile
    R tests/tcg/mips/mips64-dsp/absq_s_ob.c
    R tests/tcg/mips/mips64-dsp/absq_s_ph.c
    R tests/tcg/mips/mips64-dsp/absq_s_pw.c
    R tests/tcg/mips/mips64-dsp/absq_s_qh.c
    R tests/tcg/mips/mips64-dsp/absq_s_w.c
    R tests/tcg/mips/mips64-dsp/addq_ph.c
    R tests/tcg/mips/mips64-dsp/addq_pw.c
    R tests/tcg/mips/mips64-dsp/addq_qh.c
    R tests/tcg/mips/mips64-dsp/addq_s_ph.c
    R tests/tcg/mips/mips64-dsp/addq_s_pw.c
    R tests/tcg/mips/mips64-dsp/addq_s_qh.c
    R tests/tcg/mips/mips64-dsp/addq_s_w.c
    R tests/tcg/mips/mips64-dsp/addsc.c
    R tests/tcg/mips/mips64-dsp/addu_ob.c
    R tests/tcg/mips/mips64-dsp/addu_qb.c
    R tests/tcg/mips/mips64-dsp/addu_s_ob.c
    R tests/tcg/mips/mips64-dsp/addu_s_qb.c
    R tests/tcg/mips/mips64-dsp/addwc.c
    R tests/tcg/mips/mips64-dsp/bitrev.c
    R tests/tcg/mips/mips64-dsp/bposge32.c
    R tests/tcg/mips/mips64-dsp/bposge64.c
    R tests/tcg/mips/mips64-dsp/cmp_eq_ph.c
    R tests/tcg/mips/mips64-dsp/cmp_eq_pw.c
    R tests/tcg/mips/mips64-dsp/cmp_eq_qh.c
    R tests/tcg/mips/mips64-dsp/cmp_le_ph.c
    R tests/tcg/mips/mips64-dsp/cmp_le_pw.c
    R tests/tcg/mips/mips64-dsp/cmp_le_qh.c
    R tests/tcg/mips/mips64-dsp/cmp_lt_ph.c
    R tests/tcg/mips/mips64-dsp/cmp_lt_pw.c
    R tests/tcg/mips/mips64-dsp/cmp_lt_qh.c
    R tests/tcg/mips/mips64-dsp/cmpgu_eq_ob.c
    R tests/tcg/mips/mips64-dsp/cmpgu_eq_qb.c
    R tests/tcg/mips/mips64-dsp/cmpgu_le_ob.c
    R tests/tcg/mips/mips64-dsp/cmpgu_le_qb.c
    R tests/tcg/mips/mips64-dsp/cmpgu_lt_ob.c
    R tests/tcg/mips/mips64-dsp/cmpgu_lt_qb.c
    R tests/tcg/mips/mips64-dsp/cmpu_eq_ob.c
    R tests/tcg/mips/mips64-dsp/cmpu_eq_qb.c
    R tests/tcg/mips/mips64-dsp/cmpu_le_ob.c
    R tests/tcg/mips/mips64-dsp/cmpu_le_qb.c
    R tests/tcg/mips/mips64-dsp/cmpu_lt_ob.c
    R tests/tcg/mips/mips64-dsp/cmpu_lt_qb.c
    R tests/tcg/mips/mips64-dsp/dappend.c
    R tests/tcg/mips/mips64-dsp/dextp.c
    R tests/tcg/mips/mips64-dsp/dextpdp.c
    R tests/tcg/mips/mips64-dsp/dextpdpv.c
    R tests/tcg/mips/mips64-dsp/dextpv.c
    R tests/tcg/mips/mips64-dsp/dextr_l.c
    R tests/tcg/mips/mips64-dsp/dextr_r_l.c
    R tests/tcg/mips/mips64-dsp/dextr_r_w.c
    R tests/tcg/mips/mips64-dsp/dextr_rs_l.c
    R tests/tcg/mips/mips64-dsp/dextr_rs_w.c
    R tests/tcg/mips/mips64-dsp/dextr_s_h.c
    R tests/tcg/mips/mips64-dsp/dextr_w.c
    R tests/tcg/mips/mips64-dsp/dextrv_l.c
    R tests/tcg/mips/mips64-dsp/dextrv_r_l.c
    R tests/tcg/mips/mips64-dsp/dextrv_r_w.c
    R tests/tcg/mips/mips64-dsp/dextrv_rs_l.c
    R tests/tcg/mips/mips64-dsp/dextrv_rs_w.c
    R tests/tcg/mips/mips64-dsp/dextrv_s_h.c
    R tests/tcg/mips/mips64-dsp/dextrv_w.c
    R tests/tcg/mips/mips64-dsp/dinsv.c
    R tests/tcg/mips/mips64-dsp/dmadd.c
    R tests/tcg/mips/mips64-dsp/dmaddu.c
    R tests/tcg/mips/mips64-dsp/dmsub.c
    R tests/tcg/mips/mips64-dsp/dmsubu.c
    R tests/tcg/mips/mips64-dsp/dmthlip.c
    R tests/tcg/mips/mips64-dsp/dpaq_s_w_ph.c
    R tests/tcg/mips/mips64-dsp/dpaq_s_w_qh.c
    R tests/tcg/mips/mips64-dsp/dpaq_sa_l_pw.c
    R tests/tcg/mips/mips64-dsp/dpaq_sa_l_w.c
    R tests/tcg/mips/mips64-dsp/dpau_h_obl.c
    R tests/tcg/mips/mips64-dsp/dpau_h_obr.c
    R tests/tcg/mips/mips64-dsp/dpau_h_qbl.c
    R tests/tcg/mips/mips64-dsp/dpau_h_qbr.c
    R tests/tcg/mips/mips64-dsp/dpsq_s_w_ph.c
    R tests/tcg/mips/mips64-dsp/dpsq_s_w_qh.c
    R tests/tcg/mips/mips64-dsp/dpsq_sa_l_pw.c
    R tests/tcg/mips/mips64-dsp/dpsq_sa_l_w.c
    R tests/tcg/mips/mips64-dsp/dpsu_h_obl.c
    R tests/tcg/mips/mips64-dsp/dpsu_h_obr.c
    R tests/tcg/mips/mips64-dsp/dpsu_h_qbl.c
    R tests/tcg/mips/mips64-dsp/dpsu_h_qbr.c
    R tests/tcg/mips/mips64-dsp/dshilo.c
    R tests/tcg/mips/mips64-dsp/dshilov.c
    R tests/tcg/mips/mips64-dsp/extp.c
    R tests/tcg/mips/mips64-dsp/extpdp.c
    R tests/tcg/mips/mips64-dsp/extpdpv.c
    R tests/tcg/mips/mips64-dsp/extpv.c
    R tests/tcg/mips/mips64-dsp/extr_r_w.c
    R tests/tcg/mips/mips64-dsp/extr_rs_w.c
    R tests/tcg/mips/mips64-dsp/extr_s_h.c
    R tests/tcg/mips/mips64-dsp/extr_w.c
    R tests/tcg/mips/mips64-dsp/extrv_r_w.c
    R tests/tcg/mips/mips64-dsp/extrv_rs_w.c
    R tests/tcg/mips/mips64-dsp/extrv_s_h.c
    R tests/tcg/mips/mips64-dsp/extrv_w.c
    R tests/tcg/mips/mips64-dsp/head.S
    R tests/tcg/mips/mips64-dsp/insv.c
    R tests/tcg/mips/mips64-dsp/io.h
    R tests/tcg/mips/mips64-dsp/lbux.c
    R tests/tcg/mips/mips64-dsp/ldx.c
    R tests/tcg/mips/mips64-dsp/lhx.c
    R tests/tcg/mips/mips64-dsp/lwx.c
    R tests/tcg/mips/mips64-dsp/madd.c
    R tests/tcg/mips/mips64-dsp/maddu.c
    R tests/tcg/mips/mips64-dsp/maq_s_l_pwl.c
    R tests/tcg/mips/mips64-dsp/maq_s_l_pwr.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_phl.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_phr.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_qhll.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_qhlr.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_qhrl.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_qhrr.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_phl.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_phr.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_qhll.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_qhlr.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_qhrl.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_qhrr.c
    R tests/tcg/mips/mips64-dsp/mfhi.c
    R tests/tcg/mips/mips64-dsp/mflo.c
    R tests/tcg/mips/mips64-dsp/mips_boot.lds
    R tests/tcg/mips/mips64-dsp/modsub.c
    R tests/tcg/mips/mips64-dsp/msub.c
    R tests/tcg/mips/mips64-dsp/msubu.c
    R tests/tcg/mips/mips64-dsp/mthi.c
    R tests/tcg/mips/mips64-dsp/mthlip.c
    R tests/tcg/mips/mips64-dsp/mtlo.c
    R tests/tcg/mips/mips64-dsp/muleq_s_pw_qhl.c
    R tests/tcg/mips/mips64-dsp/muleq_s_pw_qhr.c
    R tests/tcg/mips/mips64-dsp/muleq_s_w_phl.c
    R tests/tcg/mips/mips64-dsp/muleq_s_w_phr.c
    R tests/tcg/mips/mips64-dsp/muleu_s_ph_qbl.c
    R tests/tcg/mips/mips64-dsp/muleu_s_ph_qbr.c
    R tests/tcg/mips/mips64-dsp/muleu_s_qh_obl.c
    R tests/tcg/mips/mips64-dsp/muleu_s_qh_obr.c
    R tests/tcg/mips/mips64-dsp/mulq_rs_ph.c
    R tests/tcg/mips/mips64-dsp/mulq_rs_qh.c
    R tests/tcg/mips/mips64-dsp/mulsaq_s_l_pw.c
    R tests/tcg/mips/mips64-dsp/mulsaq_s_w_qh.c
    R tests/tcg/mips/mips64-dsp/mult.c
    R tests/tcg/mips/mips64-dsp/multu.c
    R tests/tcg/mips/mips64-dsp/packrl_ph.c
    R tests/tcg/mips/mips64-dsp/packrl_pw.c
    R tests/tcg/mips/mips64-dsp/pick_ob.c
    R tests/tcg/mips/mips64-dsp/pick_ph.c
    R tests/tcg/mips/mips64-dsp/pick_pw.c
    R tests/tcg/mips/mips64-dsp/pick_qb.c
    R tests/tcg/mips/mips64-dsp/pick_qh.c
    R tests/tcg/mips/mips64-dsp/preceq_l_pwl.c
    R tests/tcg/mips/mips64-dsp/preceq_l_pwr.c
    R tests/tcg/mips/mips64-dsp/preceq_pw_qhl.c
    R tests/tcg/mips/mips64-dsp/preceq_pw_qhla.c
    R tests/tcg/mips/mips64-dsp/preceq_pw_qhr.c
    R tests/tcg/mips/mips64-dsp/preceq_pw_qhra.c
    R tests/tcg/mips/mips64-dsp/preceq_w_phl.c
    R tests/tcg/mips/mips64-dsp/preceq_w_phr.c
    R tests/tcg/mips/mips64-dsp/precequ_ph_qbl.c
    R tests/tcg/mips/mips64-dsp/precequ_ph_qbla.c
    R tests/tcg/mips/mips64-dsp/precequ_ph_qbr.c
    R tests/tcg/mips/mips64-dsp/precequ_ph_qbra.c
    R tests/tcg/mips/mips64-dsp/precequ_qh_obl.c
    R tests/tcg/mips/mips64-dsp/precequ_qh_obla.c
    R tests/tcg/mips/mips64-dsp/precequ_qh_obr.c
    R tests/tcg/mips/mips64-dsp/precequ_qh_obra.c
    R tests/tcg/mips/mips64-dsp/preceu_ph_qbl.c
    R tests/tcg/mips/mips64-dsp/preceu_ph_qbla.c
    R tests/tcg/mips/mips64-dsp/preceu_ph_qbr.c
    R tests/tcg/mips/mips64-dsp/preceu_ph_qbra.c
    R tests/tcg/mips/mips64-dsp/preceu_qh_obl.c
    R tests/tcg/mips/mips64-dsp/preceu_qh_obla.c
    R tests/tcg/mips/mips64-dsp/preceu_qh_obr.c
    R tests/tcg/mips/mips64-dsp/preceu_qh_obra.c
    R tests/tcg/mips/mips64-dsp/precr_ob_qh.c
    R tests/tcg/mips/mips64-dsp/precr_sra_qh_pw.c
    R tests/tcg/mips/mips64-dsp/precr_sra_r_qh_pw.c
    R tests/tcg/mips/mips64-dsp/precrq_ob_qh.c
    R tests/tcg/mips/mips64-dsp/precrq_ph_w.c
    R tests/tcg/mips/mips64-dsp/precrq_pw_l.c
    R tests/tcg/mips/mips64-dsp/precrq_qb_ph.c
    R tests/tcg/mips/mips64-dsp/precrq_qh_pw.c
    R tests/tcg/mips/mips64-dsp/precrq_rs_ph_w.c
    R tests/tcg/mips/mips64-dsp/precrq_rs_qh_pw.c
    R tests/tcg/mips/mips64-dsp/precrqu_s_ob_qh.c
    R tests/tcg/mips/mips64-dsp/precrqu_s_qb_ph.c
    R tests/tcg/mips/mips64-dsp/prependd.c
    R tests/tcg/mips/mips64-dsp/prependw.c
    R tests/tcg/mips/mips64-dsp/printf.c
    R tests/tcg/mips/mips64-dsp/raddu_l_ob.c
    R tests/tcg/mips/mips64-dsp/raddu_w_qb.c
    R tests/tcg/mips/mips64-dsp/rddsp.c
    R tests/tcg/mips/mips64-dsp/repl_ob.c
    R tests/tcg/mips/mips64-dsp/repl_ph.c
    R tests/tcg/mips/mips64-dsp/repl_pw.c
    R tests/tcg/mips/mips64-dsp/repl_qb.c
    R tests/tcg/mips/mips64-dsp/repl_qh.c
    R tests/tcg/mips/mips64-dsp/replv_ob.c
    R tests/tcg/mips/mips64-dsp/replv_ph.c
    R tests/tcg/mips/mips64-dsp/replv_pw.c
    R tests/tcg/mips/mips64-dsp/replv_qb.c
    R tests/tcg/mips/mips64-dsp/shilo.c
    R tests/tcg/mips/mips64-dsp/shilov.c
    R tests/tcg/mips/mips64-dsp/shll_ob.c
    R tests/tcg/mips/mips64-dsp/shll_ph.c
    R tests/tcg/mips/mips64-dsp/shll_pw.c
    R tests/tcg/mips/mips64-dsp/shll_qb.c
    R tests/tcg/mips/mips64-dsp/shll_qh.c
    R tests/tcg/mips/mips64-dsp/shll_s_ph.c
    R tests/tcg/mips/mips64-dsp/shll_s_pw.c
    R tests/tcg/mips/mips64-dsp/shll_s_qh.c
    R tests/tcg/mips/mips64-dsp/shll_s_w.c
    R tests/tcg/mips/mips64-dsp/shllv_ob.c
    R tests/tcg/mips/mips64-dsp/shllv_ph.c
    R tests/tcg/mips/mips64-dsp/shllv_pw.c
    R tests/tcg/mips/mips64-dsp/shllv_qb.c
    R tests/tcg/mips/mips64-dsp/shllv_qh.c
    R tests/tcg/mips/mips64-dsp/shllv_s_ph.c
    R tests/tcg/mips/mips64-dsp/shllv_s_pw.c
    R tests/tcg/mips/mips64-dsp/shllv_s_qh.c
    R tests/tcg/mips/mips64-dsp/shllv_s_w.c
    R tests/tcg/mips/mips64-dsp/shra_ob.c
    R tests/tcg/mips/mips64-dsp/shra_ph.c
    R tests/tcg/mips/mips64-dsp/shra_pw.c
    R tests/tcg/mips/mips64-dsp/shra_qh.c
    R tests/tcg/mips/mips64-dsp/shra_r_ob.c
    R tests/tcg/mips/mips64-dsp/shra_r_ph.c
    R tests/tcg/mips/mips64-dsp/shra_r_pw.c
    R tests/tcg/mips/mips64-dsp/shra_r_qh.c
    R tests/tcg/mips/mips64-dsp/shra_r_w.c
    R tests/tcg/mips/mips64-dsp/shrav_ph.c
    R tests/tcg/mips/mips64-dsp/shrav_pw.c
    R tests/tcg/mips/mips64-dsp/shrav_qh.c
    R tests/tcg/mips/mips64-dsp/shrav_r_ph.c
    R tests/tcg/mips/mips64-dsp/shrav_r_pw.c
    R tests/tcg/mips/mips64-dsp/shrav_r_qh.c
    R tests/tcg/mips/mips64-dsp/shrav_r_w.c
    R tests/tcg/mips/mips64-dsp/shrl_ob.c
    R tests/tcg/mips/mips64-dsp/shrl_qb.c
    R tests/tcg/mips/mips64-dsp/shrl_qh.c
    R tests/tcg/mips/mips64-dsp/shrlv_ob.c
    R tests/tcg/mips/mips64-dsp/shrlv_qb.c
    R tests/tcg/mips/mips64-dsp/shrlv_qh.c
    R tests/tcg/mips/mips64-dsp/subq_ph.c
    R tests/tcg/mips/mips64-dsp/subq_pw.c
    R tests/tcg/mips/mips64-dsp/subq_qh.c
    R tests/tcg/mips/mips64-dsp/subq_s_ph.c
    R tests/tcg/mips/mips64-dsp/subq_s_pw.c
    R tests/tcg/mips/mips64-dsp/subq_s_qh.c
    R tests/tcg/mips/mips64-dsp/subq_s_w.c
    R tests/tcg/mips/mips64-dsp/subu_ob.c
    R tests/tcg/mips/mips64-dsp/subu_qb.c
    R tests/tcg/mips/mips64-dsp/subu_s_ob.c
    R tests/tcg/mips/mips64-dsp/subu_s_qb.c
    R tests/tcg/mips/mips64-dsp/wrdsp.c
    R tests/tcg/mips/mips64-dspr2/Makefile
    R tests/tcg/mips/mips64-dspr2/absq_s_qb.c
    R tests/tcg/mips/mips64-dspr2/addqh_ph.c
    R tests/tcg/mips/mips64-dspr2/addqh_r_ph.c
    R tests/tcg/mips/mips64-dspr2/addqh_r_w.c
    R tests/tcg/mips/mips64-dspr2/addqh_w.c
    R tests/tcg/mips/mips64-dspr2/addu_ph.c
    R tests/tcg/mips/mips64-dspr2/addu_qh.c
    R tests/tcg/mips/mips64-dspr2/addu_s_ph.c
    R tests/tcg/mips/mips64-dspr2/addu_s_qh.c
    R tests/tcg/mips/mips64-dspr2/adduh_ob.c
    R tests/tcg/mips/mips64-dspr2/adduh_qb.c
    R tests/tcg/mips/mips64-dspr2/adduh_r_ob.c
    R tests/tcg/mips/mips64-dspr2/adduh_r_qb.c
    R tests/tcg/mips/mips64-dspr2/append.c
    R tests/tcg/mips/mips64-dspr2/balign.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_eq_ob.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_eq_qb.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_le_ob.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_le_qb.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_lt_ob.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_lt_qb.c
    R tests/tcg/mips/mips64-dspr2/dbalign.c
    R tests/tcg/mips/mips64-dspr2/dpa_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dpa_w_qh.c
    R tests/tcg/mips/mips64-dspr2/dpaqx_s_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dpaqx_sa_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dpax_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dps_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dps_w_qh.c
    R tests/tcg/mips/mips64-dspr2/dpsqx_s_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dpsqx_sa_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dpsx_w_ph.c
    R tests/tcg/mips/mips64-dspr2/head.S
    R tests/tcg/mips/mips64-dspr2/io.h
    R tests/tcg/mips/mips64-dspr2/mips_boot.lds
    R tests/tcg/mips/mips64-dspr2/mul_ph.c
    R tests/tcg/mips/mips64-dspr2/mul_s_ph.c
    R tests/tcg/mips/mips64-dspr2/mulq_rs_w.c
    R tests/tcg/mips/mips64-dspr2/mulq_s_ph.c
    R tests/tcg/mips/mips64-dspr2/mulq_s_w.c
    R tests/tcg/mips/mips64-dspr2/mulsa_w_ph.c
    R tests/tcg/mips/mips64-dspr2/mulsaq_s_w_ph.c
    R tests/tcg/mips/mips64-dspr2/precr_qb_ph.c
    R tests/tcg/mips/mips64-dspr2/precr_sra_ph_w.c
    R tests/tcg/mips/mips64-dspr2/precr_sra_r_ph_w.c
    R tests/tcg/mips/mips64-dspr2/prepend.c
    R tests/tcg/mips/mips64-dspr2/printf.c
    R tests/tcg/mips/mips64-dspr2/shra_qb.c
    R tests/tcg/mips/mips64-dspr2/shra_r_qb.c
    R tests/tcg/mips/mips64-dspr2/shrav_ob.c
    R tests/tcg/mips/mips64-dspr2/shrav_qb.c
    R tests/tcg/mips/mips64-dspr2/shrav_r_ob.c
    R tests/tcg/mips/mips64-dspr2/shrav_r_qb.c
    R tests/tcg/mips/mips64-dspr2/shrl_ph.c
    R tests/tcg/mips/mips64-dspr2/shrlv_ph.c
    R tests/tcg/mips/mips64-dspr2/subqh_ph.c
    R tests/tcg/mips/mips64-dspr2/subqh_r_ph.c
    R tests/tcg/mips/mips64-dspr2/subqh_r_w.c
    R tests/tcg/mips/mips64-dspr2/subqh_w.c
    R tests/tcg/mips/mips64-dspr2/subu_ph.c
    R tests/tcg/mips/mips64-dspr2/subu_qh.c
    R tests/tcg/mips/mips64-dspr2/subu_s_ph.c
    R tests/tcg/mips/mips64-dspr2/subu_s_qh.c
    R tests/tcg/mips/mips64-dspr2/subuh_ob.c
    R tests/tcg/mips/mips64-dspr2/subuh_qb.c
    R tests/tcg/mips/mips64-dspr2/subuh_r_ob.c
    R tests/tcg/mips/mips64-dspr2/subuh_r_qb.c
    R tests/tcg/mips/mipsr5900/Makefile

  Log Message:
  -----------
  tests: tcg: mips: Remove old directories

Remove old test directories.

Reviewed-by: Aleksandar Rikalo <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: f7d257cb4a1715120ed151e97367f822fbca39b5
      
https://github.com/qemu/qemu/commit/f7d257cb4a1715120ed151e97367f822fbca39b5
  Author: Stefan Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M qemu-doc.texi

  Log Message:
  -----------
  qemu-doc: Add nanoMIPS ISA information

Add nanoMIPS information in qemu-doc.texi. An example of usage
is included.

Reviewed-by: Aleksandar Markovic <address@hidden>
Signed-off-by: Stefan Markovic <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: e5a5b1bb7cfa2da3762f947003cba6a16fa242a1
      
https://github.com/qemu/qemu/commit/e5a5b1bb7cfa2da3762f947003cba6a16fa242a1
  Author: Stefan Markovic <address@hidden>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M docs/qemu-cpu-models.texi

  Log Message:
  -----------
  docs/qemu-cpu-models: Add MIPS/nanoMIPS QEMU supported CPU models

Add list of supported and preferred CPU models for MIPS32, MIPS64
and nanoMIPS hosts.

Signed-off-by: Aleksandar Markovic <address@hidden>
Signed-off-by: Stefan Markovic <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>


  Commit: 2dc2f10de3e20854f8b7cbada9622d699a41f106
      
https://github.com/qemu/qemu/commit/2dc2f10de3e20854f8b7cbada9622d699a41f106
  Author: Peter Maydell <address@hidden>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

  Changed paths:
    M MAINTAINERS
    M disas/nanomips.cpp
    M docs/qemu-cpu-models.texi
    M qemu-doc.texi
    M target/mips/cpu.h
    M target/mips/translate.c
    M target/mips/translate_init.inc.c
    R tests/tcg/mips/mips32-dsp/Makefile
    R tests/tcg/mips/mips32-dsp/absq_s_ph.c
    R tests/tcg/mips/mips32-dsp/absq_s_w.c
    R tests/tcg/mips/mips32-dsp/addq_ph.c
    R tests/tcg/mips/mips32-dsp/addq_s_ph.c
    R tests/tcg/mips/mips32-dsp/addq_s_w.c
    R tests/tcg/mips/mips32-dsp/addsc.c
    R tests/tcg/mips/mips32-dsp/addu_qb.c
    R tests/tcg/mips/mips32-dsp/addu_s_qb.c
    R tests/tcg/mips/mips32-dsp/addwc.c
    R tests/tcg/mips/mips32-dsp/bitrev.c
    R tests/tcg/mips/mips32-dsp/bposge32.c
    R tests/tcg/mips/mips32-dsp/cmp_eq_ph.c
    R tests/tcg/mips/mips32-dsp/cmp_le_ph.c
    R tests/tcg/mips/mips32-dsp/cmp_lt_ph.c
    R tests/tcg/mips/mips32-dsp/cmpgu_eq_qb.c
    R tests/tcg/mips/mips32-dsp/cmpgu_le_qb.c
    R tests/tcg/mips/mips32-dsp/cmpgu_lt_qb.c
    R tests/tcg/mips/mips32-dsp/cmpu_eq_qb.c
    R tests/tcg/mips/mips32-dsp/cmpu_le_qb.c
    R tests/tcg/mips/mips32-dsp/cmpu_lt_qb.c
    R tests/tcg/mips/mips32-dsp/dpaq_s_w_ph.c
    R tests/tcg/mips/mips32-dsp/dpaq_sa_l_w.c
    R tests/tcg/mips/mips32-dsp/dpau_h_qbl.c
    R tests/tcg/mips/mips32-dsp/dpau_h_qbr.c
    R tests/tcg/mips/mips32-dsp/dpsq_s_w_ph.c
    R tests/tcg/mips/mips32-dsp/dpsq_sa_l_w.c
    R tests/tcg/mips/mips32-dsp/dpsu_h_qbl.c
    R tests/tcg/mips/mips32-dsp/dpsu_h_qbr.c
    R tests/tcg/mips/mips32-dsp/extp.c
    R tests/tcg/mips/mips32-dsp/extpdp.c
    R tests/tcg/mips/mips32-dsp/extpdpv.c
    R tests/tcg/mips/mips32-dsp/extpv.c
    R tests/tcg/mips/mips32-dsp/extr_r_w.c
    R tests/tcg/mips/mips32-dsp/extr_rs_w.c
    R tests/tcg/mips/mips32-dsp/extr_s_h.c
    R tests/tcg/mips/mips32-dsp/extr_w.c
    R tests/tcg/mips/mips32-dsp/extrv_r_w.c
    R tests/tcg/mips/mips32-dsp/extrv_rs_w.c
    R tests/tcg/mips/mips32-dsp/extrv_s_h.c
    R tests/tcg/mips/mips32-dsp/extrv_w.c
    R tests/tcg/mips/mips32-dsp/insv.c
    R tests/tcg/mips/mips32-dsp/lbux.c
    R tests/tcg/mips/mips32-dsp/lhx.c
    R tests/tcg/mips/mips32-dsp/lwx.c
    R tests/tcg/mips/mips32-dsp/madd.c
    R tests/tcg/mips/mips32-dsp/maddu.c
    R tests/tcg/mips/mips32-dsp/main.c
    R tests/tcg/mips/mips32-dsp/maq_s_w_phl.c
    R tests/tcg/mips/mips32-dsp/maq_s_w_phr.c
    R tests/tcg/mips/mips32-dsp/maq_sa_w_phl.c
    R tests/tcg/mips/mips32-dsp/maq_sa_w_phr.c
    R tests/tcg/mips/mips32-dsp/mfhi.c
    R tests/tcg/mips/mips32-dsp/mflo.c
    R tests/tcg/mips/mips32-dsp/modsub.c
    R tests/tcg/mips/mips32-dsp/msub.c
    R tests/tcg/mips/mips32-dsp/msubu.c
    R tests/tcg/mips/mips32-dsp/mthi.c
    R tests/tcg/mips/mips32-dsp/mthlip.c
    R tests/tcg/mips/mips32-dsp/mtlo.c
    R tests/tcg/mips/mips32-dsp/muleq_s_w_phl.c
    R tests/tcg/mips/mips32-dsp/muleq_s_w_phr.c
    R tests/tcg/mips/mips32-dsp/muleu_s_ph_qbl.c
    R tests/tcg/mips/mips32-dsp/muleu_s_ph_qbr.c
    R tests/tcg/mips/mips32-dsp/mulq_rs_ph.c
    R tests/tcg/mips/mips32-dsp/mult.c
    R tests/tcg/mips/mips32-dsp/multu.c
    R tests/tcg/mips/mips32-dsp/packrl_ph.c
    R tests/tcg/mips/mips32-dsp/pick_ph.c
    R tests/tcg/mips/mips32-dsp/pick_qb.c
    R tests/tcg/mips/mips32-dsp/preceq_w_phl.c
    R tests/tcg/mips/mips32-dsp/preceq_w_phr.c
    R tests/tcg/mips/mips32-dsp/precequ_ph_qbl.c
    R tests/tcg/mips/mips32-dsp/precequ_ph_qbla.c
    R tests/tcg/mips/mips32-dsp/precequ_ph_qbr.c
    R tests/tcg/mips/mips32-dsp/precequ_ph_qbra.c
    R tests/tcg/mips/mips32-dsp/preceu_ph_qbl.c
    R tests/tcg/mips/mips32-dsp/preceu_ph_qbla.c
    R tests/tcg/mips/mips32-dsp/preceu_ph_qbr.c
    R tests/tcg/mips/mips32-dsp/preceu_ph_qbra.c
    R tests/tcg/mips/mips32-dsp/precrq_ph_w.c
    R tests/tcg/mips/mips32-dsp/precrq_qb_ph.c
    R tests/tcg/mips/mips32-dsp/precrq_rs_ph_w.c
    R tests/tcg/mips/mips32-dsp/precrqu_s_qb_ph.c
    R tests/tcg/mips/mips32-dsp/raddu_w_qb.c
    R tests/tcg/mips/mips32-dsp/rddsp.c
    R tests/tcg/mips/mips32-dsp/repl_ph.c
    R tests/tcg/mips/mips32-dsp/repl_qb.c
    R tests/tcg/mips/mips32-dsp/replv_ph.c
    R tests/tcg/mips/mips32-dsp/replv_qb.c
    R tests/tcg/mips/mips32-dsp/shilo.c
    R tests/tcg/mips/mips32-dsp/shilov.c
    R tests/tcg/mips/mips32-dsp/shll_ph.c
    R tests/tcg/mips/mips32-dsp/shll_qb.c
    R tests/tcg/mips/mips32-dsp/shll_s_ph.c
    R tests/tcg/mips/mips32-dsp/shll_s_w.c
    R tests/tcg/mips/mips32-dsp/shllv_ph.c
    R tests/tcg/mips/mips32-dsp/shllv_qb.c
    R tests/tcg/mips/mips32-dsp/shllv_s_ph.c
    R tests/tcg/mips/mips32-dsp/shllv_s_w.c
    R tests/tcg/mips/mips32-dsp/shra_ph.c
    R tests/tcg/mips/mips32-dsp/shra_r_ph.c
    R tests/tcg/mips/mips32-dsp/shra_r_w.c
    R tests/tcg/mips/mips32-dsp/shrav_ph.c
    R tests/tcg/mips/mips32-dsp/shrav_r_ph.c
    R tests/tcg/mips/mips32-dsp/shrav_r_w.c
    R tests/tcg/mips/mips32-dsp/shrl_qb.c
    R tests/tcg/mips/mips32-dsp/shrlv_qb.c
    R tests/tcg/mips/mips32-dsp/subq_ph.c
    R tests/tcg/mips/mips32-dsp/subq_s_ph.c
    R tests/tcg/mips/mips32-dsp/subq_s_w.c
    R tests/tcg/mips/mips32-dsp/subu_qb.c
    R tests/tcg/mips/mips32-dsp/subu_s_qb.c
    R tests/tcg/mips/mips32-dsp/wrdsp.c
    R tests/tcg/mips/mips32-dspr2/Makefile
    R tests/tcg/mips/mips32-dspr2/absq_s_qb.c
    R tests/tcg/mips/mips32-dspr2/addqh_ph.c
    R tests/tcg/mips/mips32-dspr2/addqh_r_ph.c
    R tests/tcg/mips/mips32-dspr2/addqh_r_w.c
    R tests/tcg/mips/mips32-dspr2/addqh_w.c
    R tests/tcg/mips/mips32-dspr2/addu_ph.c
    R tests/tcg/mips/mips32-dspr2/addu_s_ph.c
    R tests/tcg/mips/mips32-dspr2/adduh_qb.c
    R tests/tcg/mips/mips32-dspr2/adduh_r_qb.c
    R tests/tcg/mips/mips32-dspr2/append.c
    R tests/tcg/mips/mips32-dspr2/balign.c
    R tests/tcg/mips/mips32-dspr2/cmpgdu_eq_qb.c
    R tests/tcg/mips/mips32-dspr2/cmpgdu_le_qb.c
    R tests/tcg/mips/mips32-dspr2/cmpgdu_lt_qb.c
    R tests/tcg/mips/mips32-dspr2/dpa_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpaqx_s_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpaqx_sa_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpax_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dps_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpsqx_s_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpsqx_sa_w_ph.c
    R tests/tcg/mips/mips32-dspr2/dpsx_w_ph.c
    R tests/tcg/mips/mips32-dspr2/mul_ph.c
    R tests/tcg/mips/mips32-dspr2/mul_s_ph.c
    R tests/tcg/mips/mips32-dspr2/mulq_rs_w.c
    R tests/tcg/mips/mips32-dspr2/mulq_s_ph.c
    R tests/tcg/mips/mips32-dspr2/mulq_s_w.c
    R tests/tcg/mips/mips32-dspr2/mulsa_w_ph.c
    R tests/tcg/mips/mips32-dspr2/mulsaq_s_w_ph.c
    R tests/tcg/mips/mips32-dspr2/precr_qb_ph.c
    R tests/tcg/mips/mips32-dspr2/precr_sra_ph_w.c
    R tests/tcg/mips/mips32-dspr2/precr_sra_r_ph_w.c
    R tests/tcg/mips/mips32-dspr2/prepend.c
    R tests/tcg/mips/mips32-dspr2/shra_qb.c
    R tests/tcg/mips/mips32-dspr2/shra_r_qb.c
    R tests/tcg/mips/mips32-dspr2/shrav_qb.c
    R tests/tcg/mips/mips32-dspr2/shrav_r_qb.c
    R tests/tcg/mips/mips32-dspr2/shrl_ph.c
    R tests/tcg/mips/mips32-dspr2/shrlv_ph.c
    R tests/tcg/mips/mips32-dspr2/subqh_ph.c
    R tests/tcg/mips/mips32-dspr2/subqh_r_ph.c
    R tests/tcg/mips/mips32-dspr2/subqh_r_w.c
    R tests/tcg/mips/mips32-dspr2/subqh_w.c
    R tests/tcg/mips/mips32-dspr2/subu_ph.c
    R tests/tcg/mips/mips32-dspr2/subu_s_ph.c
    R tests/tcg/mips/mips32-dspr2/subuh_qb.c
    R tests/tcg/mips/mips32-dspr2/subuh_r_qb.c
    R tests/tcg/mips/mips64-dsp/Makefile
    R tests/tcg/mips/mips64-dsp/absq_s_ob.c
    R tests/tcg/mips/mips64-dsp/absq_s_ph.c
    R tests/tcg/mips/mips64-dsp/absq_s_pw.c
    R tests/tcg/mips/mips64-dsp/absq_s_qh.c
    R tests/tcg/mips/mips64-dsp/absq_s_w.c
    R tests/tcg/mips/mips64-dsp/addq_ph.c
    R tests/tcg/mips/mips64-dsp/addq_pw.c
    R tests/tcg/mips/mips64-dsp/addq_qh.c
    R tests/tcg/mips/mips64-dsp/addq_s_ph.c
    R tests/tcg/mips/mips64-dsp/addq_s_pw.c
    R tests/tcg/mips/mips64-dsp/addq_s_qh.c
    R tests/tcg/mips/mips64-dsp/addq_s_w.c
    R tests/tcg/mips/mips64-dsp/addsc.c
    R tests/tcg/mips/mips64-dsp/addu_ob.c
    R tests/tcg/mips/mips64-dsp/addu_qb.c
    R tests/tcg/mips/mips64-dsp/addu_s_ob.c
    R tests/tcg/mips/mips64-dsp/addu_s_qb.c
    R tests/tcg/mips/mips64-dsp/addwc.c
    R tests/tcg/mips/mips64-dsp/bitrev.c
    R tests/tcg/mips/mips64-dsp/bposge32.c
    R tests/tcg/mips/mips64-dsp/bposge64.c
    R tests/tcg/mips/mips64-dsp/cmp_eq_ph.c
    R tests/tcg/mips/mips64-dsp/cmp_eq_pw.c
    R tests/tcg/mips/mips64-dsp/cmp_eq_qh.c
    R tests/tcg/mips/mips64-dsp/cmp_le_ph.c
    R tests/tcg/mips/mips64-dsp/cmp_le_pw.c
    R tests/tcg/mips/mips64-dsp/cmp_le_qh.c
    R tests/tcg/mips/mips64-dsp/cmp_lt_ph.c
    R tests/tcg/mips/mips64-dsp/cmp_lt_pw.c
    R tests/tcg/mips/mips64-dsp/cmp_lt_qh.c
    R tests/tcg/mips/mips64-dsp/cmpgu_eq_ob.c
    R tests/tcg/mips/mips64-dsp/cmpgu_eq_qb.c
    R tests/tcg/mips/mips64-dsp/cmpgu_le_ob.c
    R tests/tcg/mips/mips64-dsp/cmpgu_le_qb.c
    R tests/tcg/mips/mips64-dsp/cmpgu_lt_ob.c
    R tests/tcg/mips/mips64-dsp/cmpgu_lt_qb.c
    R tests/tcg/mips/mips64-dsp/cmpu_eq_ob.c
    R tests/tcg/mips/mips64-dsp/cmpu_eq_qb.c
    R tests/tcg/mips/mips64-dsp/cmpu_le_ob.c
    R tests/tcg/mips/mips64-dsp/cmpu_le_qb.c
    R tests/tcg/mips/mips64-dsp/cmpu_lt_ob.c
    R tests/tcg/mips/mips64-dsp/cmpu_lt_qb.c
    R tests/tcg/mips/mips64-dsp/dappend.c
    R tests/tcg/mips/mips64-dsp/dextp.c
    R tests/tcg/mips/mips64-dsp/dextpdp.c
    R tests/tcg/mips/mips64-dsp/dextpdpv.c
    R tests/tcg/mips/mips64-dsp/dextpv.c
    R tests/tcg/mips/mips64-dsp/dextr_l.c
    R tests/tcg/mips/mips64-dsp/dextr_r_l.c
    R tests/tcg/mips/mips64-dsp/dextr_r_w.c
    R tests/tcg/mips/mips64-dsp/dextr_rs_l.c
    R tests/tcg/mips/mips64-dsp/dextr_rs_w.c
    R tests/tcg/mips/mips64-dsp/dextr_s_h.c
    R tests/tcg/mips/mips64-dsp/dextr_w.c
    R tests/tcg/mips/mips64-dsp/dextrv_l.c
    R tests/tcg/mips/mips64-dsp/dextrv_r_l.c
    R tests/tcg/mips/mips64-dsp/dextrv_r_w.c
    R tests/tcg/mips/mips64-dsp/dextrv_rs_l.c
    R tests/tcg/mips/mips64-dsp/dextrv_rs_w.c
    R tests/tcg/mips/mips64-dsp/dextrv_s_h.c
    R tests/tcg/mips/mips64-dsp/dextrv_w.c
    R tests/tcg/mips/mips64-dsp/dinsv.c
    R tests/tcg/mips/mips64-dsp/dmadd.c
    R tests/tcg/mips/mips64-dsp/dmaddu.c
    R tests/tcg/mips/mips64-dsp/dmsub.c
    R tests/tcg/mips/mips64-dsp/dmsubu.c
    R tests/tcg/mips/mips64-dsp/dmthlip.c
    R tests/tcg/mips/mips64-dsp/dpaq_s_w_ph.c
    R tests/tcg/mips/mips64-dsp/dpaq_s_w_qh.c
    R tests/tcg/mips/mips64-dsp/dpaq_sa_l_pw.c
    R tests/tcg/mips/mips64-dsp/dpaq_sa_l_w.c
    R tests/tcg/mips/mips64-dsp/dpau_h_obl.c
    R tests/tcg/mips/mips64-dsp/dpau_h_obr.c
    R tests/tcg/mips/mips64-dsp/dpau_h_qbl.c
    R tests/tcg/mips/mips64-dsp/dpau_h_qbr.c
    R tests/tcg/mips/mips64-dsp/dpsq_s_w_ph.c
    R tests/tcg/mips/mips64-dsp/dpsq_s_w_qh.c
    R tests/tcg/mips/mips64-dsp/dpsq_sa_l_pw.c
    R tests/tcg/mips/mips64-dsp/dpsq_sa_l_w.c
    R tests/tcg/mips/mips64-dsp/dpsu_h_obl.c
    R tests/tcg/mips/mips64-dsp/dpsu_h_obr.c
    R tests/tcg/mips/mips64-dsp/dpsu_h_qbl.c
    R tests/tcg/mips/mips64-dsp/dpsu_h_qbr.c
    R tests/tcg/mips/mips64-dsp/dshilo.c
    R tests/tcg/mips/mips64-dsp/dshilov.c
    R tests/tcg/mips/mips64-dsp/extp.c
    R tests/tcg/mips/mips64-dsp/extpdp.c
    R tests/tcg/mips/mips64-dsp/extpdpv.c
    R tests/tcg/mips/mips64-dsp/extpv.c
    R tests/tcg/mips/mips64-dsp/extr_r_w.c
    R tests/tcg/mips/mips64-dsp/extr_rs_w.c
    R tests/tcg/mips/mips64-dsp/extr_s_h.c
    R tests/tcg/mips/mips64-dsp/extr_w.c
    R tests/tcg/mips/mips64-dsp/extrv_r_w.c
    R tests/tcg/mips/mips64-dsp/extrv_rs_w.c
    R tests/tcg/mips/mips64-dsp/extrv_s_h.c
    R tests/tcg/mips/mips64-dsp/extrv_w.c
    R tests/tcg/mips/mips64-dsp/head.S
    R tests/tcg/mips/mips64-dsp/insv.c
    R tests/tcg/mips/mips64-dsp/io.h
    R tests/tcg/mips/mips64-dsp/lbux.c
    R tests/tcg/mips/mips64-dsp/ldx.c
    R tests/tcg/mips/mips64-dsp/lhx.c
    R tests/tcg/mips/mips64-dsp/lwx.c
    R tests/tcg/mips/mips64-dsp/madd.c
    R tests/tcg/mips/mips64-dsp/maddu.c
    R tests/tcg/mips/mips64-dsp/maq_s_l_pwl.c
    R tests/tcg/mips/mips64-dsp/maq_s_l_pwr.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_phl.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_phr.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_qhll.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_qhlr.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_qhrl.c
    R tests/tcg/mips/mips64-dsp/maq_s_w_qhrr.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_phl.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_phr.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_qhll.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_qhlr.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_qhrl.c
    R tests/tcg/mips/mips64-dsp/maq_sa_w_qhrr.c
    R tests/tcg/mips/mips64-dsp/mfhi.c
    R tests/tcg/mips/mips64-dsp/mflo.c
    R tests/tcg/mips/mips64-dsp/mips_boot.lds
    R tests/tcg/mips/mips64-dsp/modsub.c
    R tests/tcg/mips/mips64-dsp/msub.c
    R tests/tcg/mips/mips64-dsp/msubu.c
    R tests/tcg/mips/mips64-dsp/mthi.c
    R tests/tcg/mips/mips64-dsp/mthlip.c
    R tests/tcg/mips/mips64-dsp/mtlo.c
    R tests/tcg/mips/mips64-dsp/muleq_s_pw_qhl.c
    R tests/tcg/mips/mips64-dsp/muleq_s_pw_qhr.c
    R tests/tcg/mips/mips64-dsp/muleq_s_w_phl.c
    R tests/tcg/mips/mips64-dsp/muleq_s_w_phr.c
    R tests/tcg/mips/mips64-dsp/muleu_s_ph_qbl.c
    R tests/tcg/mips/mips64-dsp/muleu_s_ph_qbr.c
    R tests/tcg/mips/mips64-dsp/muleu_s_qh_obl.c
    R tests/tcg/mips/mips64-dsp/muleu_s_qh_obr.c
    R tests/tcg/mips/mips64-dsp/mulq_rs_ph.c
    R tests/tcg/mips/mips64-dsp/mulq_rs_qh.c
    R tests/tcg/mips/mips64-dsp/mulsaq_s_l_pw.c
    R tests/tcg/mips/mips64-dsp/mulsaq_s_w_qh.c
    R tests/tcg/mips/mips64-dsp/mult.c
    R tests/tcg/mips/mips64-dsp/multu.c
    R tests/tcg/mips/mips64-dsp/packrl_ph.c
    R tests/tcg/mips/mips64-dsp/packrl_pw.c
    R tests/tcg/mips/mips64-dsp/pick_ob.c
    R tests/tcg/mips/mips64-dsp/pick_ph.c
    R tests/tcg/mips/mips64-dsp/pick_pw.c
    R tests/tcg/mips/mips64-dsp/pick_qb.c
    R tests/tcg/mips/mips64-dsp/pick_qh.c
    R tests/tcg/mips/mips64-dsp/preceq_l_pwl.c
    R tests/tcg/mips/mips64-dsp/preceq_l_pwr.c
    R tests/tcg/mips/mips64-dsp/preceq_pw_qhl.c
    R tests/tcg/mips/mips64-dsp/preceq_pw_qhla.c
    R tests/tcg/mips/mips64-dsp/preceq_pw_qhr.c
    R tests/tcg/mips/mips64-dsp/preceq_pw_qhra.c
    R tests/tcg/mips/mips64-dsp/preceq_w_phl.c
    R tests/tcg/mips/mips64-dsp/preceq_w_phr.c
    R tests/tcg/mips/mips64-dsp/precequ_ph_qbl.c
    R tests/tcg/mips/mips64-dsp/precequ_ph_qbla.c
    R tests/tcg/mips/mips64-dsp/precequ_ph_qbr.c
    R tests/tcg/mips/mips64-dsp/precequ_ph_qbra.c
    R tests/tcg/mips/mips64-dsp/precequ_qh_obl.c
    R tests/tcg/mips/mips64-dsp/precequ_qh_obla.c
    R tests/tcg/mips/mips64-dsp/precequ_qh_obr.c
    R tests/tcg/mips/mips64-dsp/precequ_qh_obra.c
    R tests/tcg/mips/mips64-dsp/preceu_ph_qbl.c
    R tests/tcg/mips/mips64-dsp/preceu_ph_qbla.c
    R tests/tcg/mips/mips64-dsp/preceu_ph_qbr.c
    R tests/tcg/mips/mips64-dsp/preceu_ph_qbra.c
    R tests/tcg/mips/mips64-dsp/preceu_qh_obl.c
    R tests/tcg/mips/mips64-dsp/preceu_qh_obla.c
    R tests/tcg/mips/mips64-dsp/preceu_qh_obr.c
    R tests/tcg/mips/mips64-dsp/preceu_qh_obra.c
    R tests/tcg/mips/mips64-dsp/precr_ob_qh.c
    R tests/tcg/mips/mips64-dsp/precr_sra_qh_pw.c
    R tests/tcg/mips/mips64-dsp/precr_sra_r_qh_pw.c
    R tests/tcg/mips/mips64-dsp/precrq_ob_qh.c
    R tests/tcg/mips/mips64-dsp/precrq_ph_w.c
    R tests/tcg/mips/mips64-dsp/precrq_pw_l.c
    R tests/tcg/mips/mips64-dsp/precrq_qb_ph.c
    R tests/tcg/mips/mips64-dsp/precrq_qh_pw.c
    R tests/tcg/mips/mips64-dsp/precrq_rs_ph_w.c
    R tests/tcg/mips/mips64-dsp/precrq_rs_qh_pw.c
    R tests/tcg/mips/mips64-dsp/precrqu_s_ob_qh.c
    R tests/tcg/mips/mips64-dsp/precrqu_s_qb_ph.c
    R tests/tcg/mips/mips64-dsp/prependd.c
    R tests/tcg/mips/mips64-dsp/prependw.c
    R tests/tcg/mips/mips64-dsp/printf.c
    R tests/tcg/mips/mips64-dsp/raddu_l_ob.c
    R tests/tcg/mips/mips64-dsp/raddu_w_qb.c
    R tests/tcg/mips/mips64-dsp/rddsp.c
    R tests/tcg/mips/mips64-dsp/repl_ob.c
    R tests/tcg/mips/mips64-dsp/repl_ph.c
    R tests/tcg/mips/mips64-dsp/repl_pw.c
    R tests/tcg/mips/mips64-dsp/repl_qb.c
    R tests/tcg/mips/mips64-dsp/repl_qh.c
    R tests/tcg/mips/mips64-dsp/replv_ob.c
    R tests/tcg/mips/mips64-dsp/replv_ph.c
    R tests/tcg/mips/mips64-dsp/replv_pw.c
    R tests/tcg/mips/mips64-dsp/replv_qb.c
    R tests/tcg/mips/mips64-dsp/shilo.c
    R tests/tcg/mips/mips64-dsp/shilov.c
    R tests/tcg/mips/mips64-dsp/shll_ob.c
    R tests/tcg/mips/mips64-dsp/shll_ph.c
    R tests/tcg/mips/mips64-dsp/shll_pw.c
    R tests/tcg/mips/mips64-dsp/shll_qb.c
    R tests/tcg/mips/mips64-dsp/shll_qh.c
    R tests/tcg/mips/mips64-dsp/shll_s_ph.c
    R tests/tcg/mips/mips64-dsp/shll_s_pw.c
    R tests/tcg/mips/mips64-dsp/shll_s_qh.c
    R tests/tcg/mips/mips64-dsp/shll_s_w.c
    R tests/tcg/mips/mips64-dsp/shllv_ob.c
    R tests/tcg/mips/mips64-dsp/shllv_ph.c
    R tests/tcg/mips/mips64-dsp/shllv_pw.c
    R tests/tcg/mips/mips64-dsp/shllv_qb.c
    R tests/tcg/mips/mips64-dsp/shllv_qh.c
    R tests/tcg/mips/mips64-dsp/shllv_s_ph.c
    R tests/tcg/mips/mips64-dsp/shllv_s_pw.c
    R tests/tcg/mips/mips64-dsp/shllv_s_qh.c
    R tests/tcg/mips/mips64-dsp/shllv_s_w.c
    R tests/tcg/mips/mips64-dsp/shra_ob.c
    R tests/tcg/mips/mips64-dsp/shra_ph.c
    R tests/tcg/mips/mips64-dsp/shra_pw.c
    R tests/tcg/mips/mips64-dsp/shra_qh.c
    R tests/tcg/mips/mips64-dsp/shra_r_ob.c
    R tests/tcg/mips/mips64-dsp/shra_r_ph.c
    R tests/tcg/mips/mips64-dsp/shra_r_pw.c
    R tests/tcg/mips/mips64-dsp/shra_r_qh.c
    R tests/tcg/mips/mips64-dsp/shra_r_w.c
    R tests/tcg/mips/mips64-dsp/shrav_ph.c
    R tests/tcg/mips/mips64-dsp/shrav_pw.c
    R tests/tcg/mips/mips64-dsp/shrav_qh.c
    R tests/tcg/mips/mips64-dsp/shrav_r_ph.c
    R tests/tcg/mips/mips64-dsp/shrav_r_pw.c
    R tests/tcg/mips/mips64-dsp/shrav_r_qh.c
    R tests/tcg/mips/mips64-dsp/shrav_r_w.c
    R tests/tcg/mips/mips64-dsp/shrl_ob.c
    R tests/tcg/mips/mips64-dsp/shrl_qb.c
    R tests/tcg/mips/mips64-dsp/shrl_qh.c
    R tests/tcg/mips/mips64-dsp/shrlv_ob.c
    R tests/tcg/mips/mips64-dsp/shrlv_qb.c
    R tests/tcg/mips/mips64-dsp/shrlv_qh.c
    R tests/tcg/mips/mips64-dsp/subq_ph.c
    R tests/tcg/mips/mips64-dsp/subq_pw.c
    R tests/tcg/mips/mips64-dsp/subq_qh.c
    R tests/tcg/mips/mips64-dsp/subq_s_ph.c
    R tests/tcg/mips/mips64-dsp/subq_s_pw.c
    R tests/tcg/mips/mips64-dsp/subq_s_qh.c
    R tests/tcg/mips/mips64-dsp/subq_s_w.c
    R tests/tcg/mips/mips64-dsp/subu_ob.c
    R tests/tcg/mips/mips64-dsp/subu_qb.c
    R tests/tcg/mips/mips64-dsp/subu_s_ob.c
    R tests/tcg/mips/mips64-dsp/subu_s_qb.c
    R tests/tcg/mips/mips64-dsp/wrdsp.c
    R tests/tcg/mips/mips64-dspr2/Makefile
    R tests/tcg/mips/mips64-dspr2/absq_s_qb.c
    R tests/tcg/mips/mips64-dspr2/addqh_ph.c
    R tests/tcg/mips/mips64-dspr2/addqh_r_ph.c
    R tests/tcg/mips/mips64-dspr2/addqh_r_w.c
    R tests/tcg/mips/mips64-dspr2/addqh_w.c
    R tests/tcg/mips/mips64-dspr2/addu_ph.c
    R tests/tcg/mips/mips64-dspr2/addu_qh.c
    R tests/tcg/mips/mips64-dspr2/addu_s_ph.c
    R tests/tcg/mips/mips64-dspr2/addu_s_qh.c
    R tests/tcg/mips/mips64-dspr2/adduh_ob.c
    R tests/tcg/mips/mips64-dspr2/adduh_qb.c
    R tests/tcg/mips/mips64-dspr2/adduh_r_ob.c
    R tests/tcg/mips/mips64-dspr2/adduh_r_qb.c
    R tests/tcg/mips/mips64-dspr2/append.c
    R tests/tcg/mips/mips64-dspr2/balign.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_eq_ob.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_eq_qb.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_le_ob.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_le_qb.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_lt_ob.c
    R tests/tcg/mips/mips64-dspr2/cmpgdu_lt_qb.c
    R tests/tcg/mips/mips64-dspr2/dbalign.c
    R tests/tcg/mips/mips64-dspr2/dpa_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dpa_w_qh.c
    R tests/tcg/mips/mips64-dspr2/dpaqx_s_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dpaqx_sa_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dpax_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dps_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dps_w_qh.c
    R tests/tcg/mips/mips64-dspr2/dpsqx_s_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dpsqx_sa_w_ph.c
    R tests/tcg/mips/mips64-dspr2/dpsx_w_ph.c
    R tests/tcg/mips/mips64-dspr2/head.S
    R tests/tcg/mips/mips64-dspr2/io.h
    R tests/tcg/mips/mips64-dspr2/mips_boot.lds
    R tests/tcg/mips/mips64-dspr2/mul_ph.c
    R tests/tcg/mips/mips64-dspr2/mul_s_ph.c
    R tests/tcg/mips/mips64-dspr2/mulq_rs_w.c
    R tests/tcg/mips/mips64-dspr2/mulq_s_ph.c
    R tests/tcg/mips/mips64-dspr2/mulq_s_w.c
    R tests/tcg/mips/mips64-dspr2/mulsa_w_ph.c
    R tests/tcg/mips/mips64-dspr2/mulsaq_s_w_ph.c
    R tests/tcg/mips/mips64-dspr2/precr_qb_ph.c
    R tests/tcg/mips/mips64-dspr2/precr_sra_ph_w.c
    R tests/tcg/mips/mips64-dspr2/precr_sra_r_ph_w.c
    R tests/tcg/mips/mips64-dspr2/prepend.c
    R tests/tcg/mips/mips64-dspr2/printf.c
    R tests/tcg/mips/mips64-dspr2/shra_qb.c
    R tests/tcg/mips/mips64-dspr2/shra_r_qb.c
    R tests/tcg/mips/mips64-dspr2/shrav_ob.c
    R tests/tcg/mips/mips64-dspr2/shrav_qb.c
    R tests/tcg/mips/mips64-dspr2/shrav_r_ob.c
    R tests/tcg/mips/mips64-dspr2/shrav_r_qb.c
    R tests/tcg/mips/mips64-dspr2/shrl_ph.c
    R tests/tcg/mips/mips64-dspr2/shrlv_ph.c
    R tests/tcg/mips/mips64-dspr2/subqh_ph.c
    R tests/tcg/mips/mips64-dspr2/subqh_r_ph.c
    R tests/tcg/mips/mips64-dspr2/subqh_r_w.c
    R tests/tcg/mips/mips64-dspr2/subqh_w.c
    R tests/tcg/mips/mips64-dspr2/subu_ph.c
    R tests/tcg/mips/mips64-dspr2/subu_qh.c
    R tests/tcg/mips/mips64-dspr2/subu_s_ph.c
    R tests/tcg/mips/mips64-dspr2/subu_s_qh.c
    R tests/tcg/mips/mips64-dspr2/subuh_ob.c
    R tests/tcg/mips/mips64-dspr2/subuh_qb.c
    R tests/tcg/mips/mips64-dspr2/subuh_r_ob.c
    R tests/tcg/mips/mips64-dspr2/subuh_r_qb.c
    R tests/tcg/mips/mipsr5900/Makefile
    R tests/tcg/mips/mipsr5900/div1.c
    R tests/tcg/mips/mipsr5900/divu1.c
    R tests/tcg/mips/mipsr5900/madd.c
    R tests/tcg/mips/mipsr5900/maddu.c
    R tests/tcg/mips/mipsr5900/mflohi1.c
    R tests/tcg/mips/mipsr5900/mtlohi1.c
    R tests/tcg/mips/mipsr5900/mult.c
    R tests/tcg/mips/mipsr5900/multu.c
    A tests/tcg/mips/user/ase/dsp/Makefile
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_absq_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_absq_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addsc.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addu_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addu_s_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_addwc.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_bitrev.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_bposge32.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_eq_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_le_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_lt_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_eq_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_le_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_lt_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_eq_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_le_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_lt_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpaq_s_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpaq_sa_l_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpau_h_qbl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpau_h_qbr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsq_s_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsq_sa_l_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsu_h_qbl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsu_h_qbr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extp.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpdp.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpdpv.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpv.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_rs_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_s_h.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_rs_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_s_h.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_insv.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_lbux.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_lhx.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_lwx.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_madd.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_maddu.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_main.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_s_w_phl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_s_w_phr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_sa_w_phl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_sa_w_phr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mfhi.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mflo.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_modsub.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_msub.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_msubu.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mthi.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mthlip.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mtlo.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleq_s_w_phl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleq_s_w_phr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleu_s_ph_qbl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleu_s_ph_qbr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mulq_rs_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_mult.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_multu.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_packrl_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_pick_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_pick_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceq_w_phl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceq_w_phr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbla.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbra.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbl.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbla.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbr.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbra.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_ph_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_qb_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_rs_ph_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrqu_s_qb_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_raddu_w_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_rddsp.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_repl_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_repl_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_replv_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_replv_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shilo.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shilov.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_r_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_r_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrl_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrlv_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_subu_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_subu_s_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r1_wrdsp.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_absq_s_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_r_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addu_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_addu_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_adduh_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_adduh_r_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_append.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_balign.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_eq_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_le_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_lt_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpa_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpaqx_s_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpaqx_sa_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpax_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dps_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsqx_s_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsqx_sa_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsx_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mul_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mul_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_rs_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_s_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulsa_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulsaq_s_w_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_qb_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_sra_ph_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_sra_r_ph_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_prepend.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shra_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shra_r_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrav_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrav_r_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrl_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrlv_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_r_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_r_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_w.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subu_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subu_s_ph.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subuh_qb.c
    A tests/tcg/mips/user/ase/dsp/test_dsp_r2_subuh_r_qb.c
    A tests/tcg/mips/user/isa/r5900/Makefile
    A tests/tcg/mips/user/isa/r5900/test_r5900_div1.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_divu1.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_madd.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_maddu.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_mflohi1.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_mtlohi1.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_mult.c
    A tests/tcg/mips/user/isa/r5900/test_r5900_multu.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/amarkovic/tags/mips-queue-january-25-2019' into staging

MIPS queue for January 25, 2019

# gpg: Signature made Fri 25 Jan 2019 13:25:57 GMT
# gpg:                using RSA key D4972A8967F75A65
# gpg: Good signature from "Aleksandar Markovic <address@hidden>" [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-january-25-2019:
  docs/qemu-cpu-models: Add MIPS/nanoMIPS QEMU supported CPU models
  qemu-doc: Add nanoMIPS ISA information
  tests: tcg: mips: Remove old directories
  tests: tcg: mips: Add two new Makefiles
  tests: tcg: mips: Move source files to new locations
  MAINTAINERS: Update MIPS sections
  target/mips: Add I6500 core configuration
  target/mips: nanoMIPS: Fix branch handling
  disas: nanoMIPS: Amend DSP instructions related comments
  target/mips: Extend gen_scwp() functionality to support EVA
  target/mips: Correct the second argument type of cpu_supports_isa()
  target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbers
  target/mips: nanoMIPS: Remove an unused macro
  target/mips: nanoMIPS: Remove duplicate macro definitions

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/9dd0d8111fbb...2dc2f10de3e2
      **NOTE:** GitHub Services has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by 
January 31st, 2019.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]