aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-07Hexagon: fix F2_conv_* instructions for negative zeroMatheus Tavares Bernardino1-9/+9
2024-06-08Hexagon: add PC alignment check and exceptionMatheus Tavares Bernardino1-5/+4
2023-10-18target/hexagon: fix some occurrences of -Wshadow=localBrian Cain1-6/+3
2023-10-18target/hexagon: move GETPC() calls to top level helpersMatheus Tavares Bernardino1-46/+29
2023-05-18Hexagon (target/hexagon) Move items to DisasContextTaylor Simpson1-3/+2
2023-05-18Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContextTaylor Simpson1-11/+15
2023-05-18Hexagon (target/hexagon) Move pred_written to DisasContextTaylor Simpson1-2/+3
2023-05-18Hexagon (target/hexagon) Move new_pred_value to DisasContextTaylor Simpson1-1/+1
2023-05-18Hexagon (target/hexagon) Short-circuit packet register writesTaylor Simpson1-2/+3
2023-05-18Hexagon (target/hexagon) Eliminate uses of log_pred_write functionTaylor Simpson1-15/+81
2023-05-18Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]Taylor Simpson1-17/+0
2023-04-21Hexagon (target/hexagon) Remove unused slot variable in helpersTaylor Simpson1-1/+1
2023-04-21Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_storesTaylor Simpson1-2/+2
2023-03-06Hexagon (target/hexagon) Reduce manipulation of slot_cancelledTaylor Simpson1-15/+17
2023-03-06Hexagon (target/hexagon) Change subtract from zero to change signTaylor Simpson1-1/+1
2023-03-06Hexagon (target/hexagon) Add overrides for dealloc-return instructionsTaylor Simpson1-25/+1
2022-12-16target/hexagon: make helper functions non-staticPaolo Montesel1-16/+13
2022-12-16Hexagon (target/hexagon) Remove next_PC from runtime stateTaylor Simpson1-3/+3
2022-12-16Hexagon (target/hexagon) Only use branch_taken when packet has multi cofTaylor Simpson1-9/+15
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