]> git.proxmox.com Git - mirror_qemu.git/commit
target/hexagon: import additional tests
authorNiccolò Izzo <nizzo@rev.ng>
Fri, 23 Sep 2022 17:38:31 +0000 (19:38 +0200)
committerTaylor Simpson <tsimpson@quicinc.com>
Fri, 16 Dec 2022 20:30:28 +0000 (12:30 -0800)
commit585a86b1041a45c3b4074440c7f1b54944570867
tree03f9d2c29c782da50ac2324c3298a2a1a4576826
parente71fdc4f1bd5632f2d152a08cbecd82b5aa9e954
target/hexagon: import additional tests

Signed-off-by: Alessandro Di Federico <ale@rev.ng>
Signed-off-by: Niccolò Izzo <nizzo@rev.ng>
Signed-off-by: Anton Johansson <anjo@rev.ng>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20220923173831.227551-12-anjo@rev.ng>
27 files changed:
tests/tcg/hexagon/Makefile.target
tests/tcg/hexagon/crt.S [new file with mode: 0644]
tests/tcg/hexagon/test_abs.S [new file with mode: 0644]
tests/tcg/hexagon/test_bitcnt.S [new file with mode: 0644]
tests/tcg/hexagon/test_bitsplit.S [new file with mode: 0644]
tests/tcg/hexagon/test_call.S [new file with mode: 0644]
tests/tcg/hexagon/test_clobber.S [new file with mode: 0644]
tests/tcg/hexagon/test_cmp.S [new file with mode: 0644]
tests/tcg/hexagon/test_dotnew.S [new file with mode: 0644]
tests/tcg/hexagon/test_ext.S [new file with mode: 0644]
tests/tcg/hexagon/test_fibonacci.S [new file with mode: 0644]
tests/tcg/hexagon/test_hl.S [new file with mode: 0644]
tests/tcg/hexagon/test_hwloops.S [new file with mode: 0644]
tests/tcg/hexagon/test_jmp.S [new file with mode: 0644]
tests/tcg/hexagon/test_lsr.S [new file with mode: 0644]
tests/tcg/hexagon/test_mpyi.S [new file with mode: 0644]
tests/tcg/hexagon/test_packet.S [new file with mode: 0644]
tests/tcg/hexagon/test_reorder.S [new file with mode: 0644]
tests/tcg/hexagon/test_round.S [new file with mode: 0644]
tests/tcg/hexagon/test_vavgw.S [new file with mode: 0644]
tests/tcg/hexagon/test_vcmpb.S [new file with mode: 0644]
tests/tcg/hexagon/test_vcmpw.S [new file with mode: 0644]
tests/tcg/hexagon/test_vlsrw.S [new file with mode: 0644]
tests/tcg/hexagon/test_vmaxh.S [new file with mode: 0644]
tests/tcg/hexagon/test_vminh.S [new file with mode: 0644]
tests/tcg/hexagon/test_vpmpyh.S [new file with mode: 0644]
tests/tcg/hexagon/test_vspliceb.S [new file with mode: 0644]