qemu-e2k/tests/tcg/hexagon
Taylor Simpson 00e64fda06 Hexagon (target/hexagon) Add overrides for disabled idef-parser insns
The following have overrides
    S2_insert
    S2_insert_rp
    S2_asr_r_svw_trun
    A2_swiz

These instructions have semantics that write to the destination
before all the operand reads have been completed.  Therefore,
the idef-parser versions were disabled with the short-circuit patch.

Test cases added to tests/tcg/hexagon/read_write_overlap.c

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230427230012.3800327-16-tsimpson@quicinc.com>
2023-05-18 12:40:52 -07:00
..
atomics.c
brev.c
circ.c
crt.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
dual_stores.c
first.S
float_convd.ref
float_convs.ref
float_madds.ref
fpstuff.c Hexagon (target/hexagon) Change subtract from zero to change sign 2023-03-06 20:47:12 -08:00
hex_sigsegv.c
hvx_histogram_input.h
hvx_histogram_row.h
hvx_histogram_row.S
hvx_histogram.c
hvx_misc.c Hexagon (target/hexagon) Short-circuit more HVX single instruction packets 2023-05-18 12:40:52 -07:00
hvx_misc.h Hexagon (tests/tcg/hexagon) Move HVX test infra to header file 2023-04-21 09:32:52 -07:00
load_align.c
load_unpack.c
Makefile.target Hexagon (target/hexagon) Add overrides for disabled idef-parser insns 2023-05-18 12:40:52 -07:00
mem_noshuf_exception.c
mem_noshuf.c tests/tcg/hexagon: fix underspecifed asm constraints 2023-01-05 09:19:02 -08:00
misc.c Hexagon (target/hexagon) Add support for v68/v69/v71/v73 2023-05-18 12:40:51 -07:00
multi_result.c
overflow.c
preg_alias.c Hexagon (tests/tcg/hexagon) Update preg_alias.c 2023-03-06 20:47:12 -08:00
read_write_overlap.c Hexagon (target/hexagon) Add overrides for disabled idef-parser insns 2023-05-18 12:40:52 -07:00
reg_mut.c Hexagon (target/hexagon) implement mutability mask for GPRs 2023-01-05 09:19:02 -08:00
scatter_gather.c Hexagon (tests/tcg/hexagon) Remove __builtin from scatter_gather 2023-03-06 20:47:12 -08:00
signal_context.c linux-user/hexagon: fix signal context save & restore 2023-01-05 09:19:02 -08:00
test_abs.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_bitcnt.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_bitsplit.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_call.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_clobber.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_cmp.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_dotnew.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_ext.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_fibonacci.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_hl.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_hwloops.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_jmp.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_lsr.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_mpyi.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_packet.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_reorder.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_round.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_vavgw.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_vcmpb.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_vcmpw.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_vlsrw.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_vmaxh.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_vminh.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_vpmpyh.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
test_vspliceb.S target/hexagon: import additional tests 2022-12-16 12:30:28 -08:00
usr.c
v6mpy_ref.c.inc Hexagon (tests/tcg/hexagon) Add v68 HVX tests 2023-05-18 12:40:51 -07:00
v68_hvx.c Hexagon (tests/tcg/hexagon) Add v68 HVX tests 2023-05-18 12:40:51 -07:00
v68_scalar.c Hexagon (tests/tcg/hexagon) Add v68 scalar tests 2023-05-18 12:40:51 -07:00
v69_hvx.c Hexagon (tests/tcg/hexagon) Add v69 HVX tests 2023-05-18 12:40:51 -07:00
v73_scalar.c Hexagon (tests/tcg/hexagon) Add v73 scalar tests 2023-05-18 12:40:51 -07:00
vector_add_int.c