Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20220312-1' into staging
Hexagon bug fixes and additional tests
Also includes a patch from Zongyuan Li <zongyuan.li@smartx.com> to remove an unused variable
******** Changes in v2 ********
Fix problems with build-user-hexagon CI job
# gpg: Signature made Sat 12 Mar 2022 20:09:29 GMT
# gpg: using RSA key 3635C788CE62B91FD4C59AB47B0244FB12DE4422
# gpg: Good signature from "Taylor Simpson (Rock on) <tsimpson@quicinc.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 3635 C788 CE62 B91F D4C5 9AB4 7B02 44FB 12DE 4422
* remotes/quic/tags/pull-hex-20220312-1:
target/hexagon: remove unused variable
Hexagon (target/hexagon) assignment to c4 should wait until packet commit
Hexagon (target/hexagon) fix bug in conv_df2uw_chop
Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.c
Hexagon (tests/tcg/hexagon) update overflow test
Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c
Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR
Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax
Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_common
Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
Hexagon HVX (target/hexagon) fix bug in HVX saturate instructions
Hexagon (target/hexagon) fix bug in circular addressing
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- target/hexagon/arch.c 3 additions, 3 deletionstarget/hexagon/arch.c
- target/hexagon/fma_emu.h 5 additions, 1 deletiontarget/hexagon/fma_emu.h
- target/hexagon/genptr.c 9 additions, 5 deletionstarget/hexagon/genptr.c
- target/hexagon/macros.h 2 additions, 2 deletionstarget/hexagon/macros.h
- target/hexagon/mmvec/macros.h 1 addition, 5 deletionstarget/hexagon/mmvec/macros.h
- target/hexagon/op_helper.c 10 additions, 18 deletionstarget/hexagon/op_helper.c
- tests/tcg/hexagon/Makefile.target 7 additions, 1 deletiontests/tcg/hexagon/Makefile.target
- tests/tcg/hexagon/circ.c 3 additions, 2 deletionstests/tcg/hexagon/circ.c
- tests/tcg/hexagon/fpstuff.c 103 additions, 20 deletionstests/tcg/hexagon/fpstuff.c
- tests/tcg/hexagon/hvx_misc.c 70 additions, 1 deletiontests/tcg/hexagon/hvx_misc.c
- tests/tcg/hexagon/overflow.c 60 additions, 1 deletiontests/tcg/hexagon/overflow.c
- tests/tcg/hexagon/preg_alias.c 60 additions, 24 deletionstests/tcg/hexagon/preg_alias.c
- tests/tcg/hexagon/usr.c 1141 additions, 0 deletionstests/tcg/hexagon/usr.c
Loading
Please register or sign in to comment