aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-19Hexagon (target/hexagon) fix bug in mem_noshuf load exceptionTaylor Simpson1-5/+18
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-4/+5
2022-03-12Hexagon (target/hexagon) fix bug in conv_df2uw_chopTaylor Simpson1-1/+1
2022-03-12Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmaxTaylor Simpson1-10/+4
2022-03-12Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uoTaylor Simpson1-4/+2
2022-03-12Hexagon (target/hexagon) fix bug in circular addressingMichael Lambert1-3/+3
2021-11-03Hexagon HVX (target/hexagon) helper functionsTaylor Simpson1-2/+280
2021-10-06Hexagon (target/hexagon) probe the stores in a packet at start of commitTaylor Simpson1-0/+16
2021-07-21target/hexagon: Drop include of qemu.hPeter Maydell1-1/+2
2021-07-21Hexagon (target/hexagon) remove put_user_*/get_user_*Taylor Simpson1-21/+18
2021-06-29Hexagon (target/hexagon) fix bug in fLSBNEW*Taylor Simpson1-5/+0
2021-05-01Hexagon (target/hexagon) bit reverse (brev) addressingTaylor Simpson1-0/+8
2021-05-01Hexagon (target/hexagon) circular addressingTaylor Simpson1-22/+14
2021-05-01Hexagon (target/hexagon) add A5_ACS (vacsh)Taylor Simpson1-0/+33
2021-05-01Hexagon (target/hexagon) add F2_sfinvsqrtaTaylor Simpson1-0/+21
2021-05-01Hexagon (target/hexagon) add F2_sfrecipa instructionTaylor Simpson1-0/+37
2021-05-01Hexagon (target/hexagon) compile all debug codeTaylor Simpson1-10/+4
2021-05-01Hexagon (target/hexagon) use softfloat for float-to-int conversionsTaylor Simpson1-41/+128
2021-05-01Hexagon (target/hexagon) use softfloat default NaN and tininessTaylor Simpson1-47/+0
2021-05-01Hexagon (target/hexagon) change variables from int to bool when appropriateTaylor Simpson1-4/+4
2021-05-01Hexagon (target/hexagon) use env_archcpu and env_cpuTaylor Simpson1-1/+1
2021-05-01Hexagon (target/hexagon) remove unnecessary inline directivesTaylor Simpson1-19/+18
2021-05-01target/hexagon: fix typo in commentTaylor Simpson1-1/+1
2021-02-18Hexagon (target/hexagon) scalar core helpersTaylor Simpson1-0/+1064