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