]> git.proxmox.com Git - mirror_qemu.git/commit - tests/tcg/mips/mips32-dsp/shilov.c
target-mips: Add ASE DSP testcases
authorJia Liu <proljc@gmail.com>
Wed, 24 Oct 2012 14:17:13 +0000 (22:17 +0800)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 20:37:21 +0000 (21:37 +0100)
commitd70080c4e37fc533fa10904b286f29449decc6f8
treee36bed089aa0fd67cb9c17bbff0a0f4aaa148f3f
parentaf13ae03f8dbc02974d53b11b80b3ae4dd9f30b4
target-mips: Add ASE DSP testcases

Add MIPS ASE DSP testcases.

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