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>
10 months ago
..
Makefile.target Hexagon: add PC alignment check and exception 1 year ago
atomics.c
brev.c
circ.c
crt.S
dual_stores.c
first.S
float_convd.ref
float_convs.ref
float_madds.ref
fpstuff.c
hex_sigsegv.c
hex_test.h
hvx_histogram.c
hvx_histogram_input.h
hvx_histogram_row.S
hvx_histogram_row.h
hvx_misc.c Hexagon: fix HVX store new 1 year ago
hvx_misc.h
invalid-slots.c
load_align.c
load_unpack.c
mem_noshuf.c
mem_noshuf_exception.c
misc.c
multi_result.c
overflow.c
preg_alias.c
read_write_overlap.c
reg_mut.c
scatter_gather.c
signal_context.c
test_abs.S
test_bitcnt.S
test_bitsplit.S
test_call.S
test_clobber.S
test_cmp.S
test_dotnew.S
test_ext.S
test_fibonacci.S
test_hl.S
test_hwloops.S
test_jmp.S
test_lsr.S
test_mpyi.S
test_packet.S
test_reorder.S
test_round.S
test_vavgw.S
test_vcmpb.S
test_vcmpw.S
test_vlsrw.S
test_vmaxh.S
test_vminh.S
test_vpmpyh.S
test_vspliceb.S
unaligned_pc.c Hexagon: add PC alignment check and exception 1 year ago
usr.c Hexagon: fix F2_conv_* instructions for negative zero 10 months ago
v6mpy_ref.c.inc
v68_hvx.c
v68_scalar.c
v69_hvx.c
v73_scalar.c
vector_add_int.c