You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/tcg/hexagon
Matheus Tavares Bernardino 6146060a68 Hexagon: fix F2_conv_* instructions for negative zero
The implementation for these instructions handles -0 as an invalid float
point value, whereas the Hexagon hardware considers it the same as +0
(which is valid). Let's fix that and add a regression test.

Signed-off-by: Matheus Tavares Bernardino <quic_mathbern@quicinc.com>
Reviewed-by: Brian Cain <bcain@quicinc.com>
Reviewed-by: Taylor Simpson <ltaylorsimpson@gmail.com>
Signed-off-by: Brian Cain <bcain@quicinc.com>
4 months ago
..
Makefile.target Hexagon: add PC alignment check and exception 6 months ago
atomics.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
brev.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
circ.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
crt.S target/hexagon: import additional tests 2 years ago
dual_stores.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
first.S
float_convd.ref Hexagon (tests/tcg/hexagon) reference file for float_convd 2 years ago
float_convs.ref tests/tcg/multiarch: Read fp flags before printf 3 years ago
float_madds.ref tests/tcg/multiarch: Read fp flags before printf 3 years ago
fpstuff.c hexagon: spelling fixes 1 year ago
hex_sigsegv.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
hex_test.h Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
hvx_histogram.c Hexagon HVX (tests/tcg/hexagon) histogram test 3 years ago
hvx_histogram_input.h Hexagon HVX (tests/tcg/hexagon) histogram test 3 years ago
hvx_histogram_row.S Hexagon HVX (tests/tcg/hexagon) histogram test 3 years ago
hvx_histogram_row.h Hexagon HVX (tests/tcg/hexagon) histogram test 3 years ago
hvx_misc.c Hexagon: fix HVX store new 6 months ago
hvx_misc.h Hexagon (tests/tcg/hexagon) Move HVX test infra to header file 2 years ago
invalid-slots.c Hexagon (decode): look for pkts with multiple insns at the same slot 2 years ago
load_align.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
load_unpack.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
mem_noshuf.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
mem_noshuf_exception.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
misc.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
multi_result.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
overflow.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
preg_alias.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
read_write_overlap.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
reg_mut.c Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests 2 years ago
scatter_gather.c Hexagon (tests/tcg/hexagon) Remove __builtin from scatter_gather 2 years ago
signal_context.c linux-user/hexagon: fix signal context save & restore 2 years ago
test_abs.S target/hexagon: import additional tests 2 years ago
test_bitcnt.S target/hexagon: import additional tests 2 years ago
test_bitsplit.S target/hexagon: import additional tests 2 years ago
test_call.S target/hexagon: import additional tests 2 years ago
test_clobber.S hexagon: spelling fixes 1 year ago
test_cmp.S target/hexagon: import additional tests 2 years ago
test_dotnew.S target/hexagon: import additional tests 2 years ago
test_ext.S target/hexagon: import additional tests 2 years ago
test_fibonacci.S target/hexagon: import additional tests 2 years ago
test_hl.S target/hexagon: import additional tests 2 years ago
test_hwloops.S target/hexagon: import additional tests 2 years ago
test_jmp.S target/hexagon: import additional tests 2 years ago
test_lsr.S target/hexagon: import additional tests 2 years ago
test_mpyi.S target/hexagon: import additional tests 2 years ago
test_packet.S target/hexagon: import additional tests 2 years ago
test_reorder.S target/hexagon: import additional tests 2 years ago
test_round.S target/hexagon: import additional tests 2 years ago
test_vavgw.S target/hexagon: import additional tests 2 years ago
test_vcmpb.S target/hexagon: import additional tests 2 years ago
test_vcmpw.S target/hexagon: import additional tests 2 years ago
test_vlsrw.S target/hexagon: import additional tests 2 years ago
test_vmaxh.S target/hexagon: import additional tests 2 years ago
test_vminh.S target/hexagon: import additional tests 2 years ago
test_vpmpyh.S target/hexagon: import additional tests 2 years ago
test_vspliceb.S target/hexagon: import additional tests 2 years ago
unaligned_pc.c Hexagon: add PC alignment check and exception 6 months ago
usr.c Hexagon: fix F2_conv_* instructions for negative zero 4 months ago
v6mpy_ref.c.inc Hexagon (tests/tcg/hexagon) Add v68 HVX tests 2 years ago
v68_hvx.c Hexagon (tests/tcg/hexagon) Add v68 HVX tests 2 years ago
v68_scalar.c Hexagon (tests/tcg/hexagon) Add v68 scalar tests 2 years ago
v69_hvx.c Hexagon (tests/tcg/hexagon) Add v69 HVX tests 2 years ago
v73_scalar.c Hexagon (tests/tcg/hexagon) Add v73 scalar tests 2 years ago
vector_add_int.c Hexagon HVX (tests/tcg/hexagon) vector_add_int test 3 years ago