aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/genptr.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-21Hexagon (target/hexagon) Updates to USR should use get_result_gprTaylor Simpson1-26/+23
2023-03-06Hexagon (target/hexagon) Improve code gen for predicated HVX instructionsTaylor Simpson1-42/+6
2023-03-06Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]Taylor Simpson1-91/+30
2023-03-06Hexagon (target/hexagon) Analyze packet before generating TCGTaylor Simpson1-4/+1
2023-03-06Hexagon (target/hexagon) Add overrides for dealloc-return instructionsTaylor Simpson1-0/+77
2023-03-06Hexagon (target/hexagon) Add overrides for endloop1/endloop01Taylor Simpson1-0/+78
2023-03-06Hexagon (target/hexagon) Add overrides for callrTaylor Simpson1-0/+18
2023-03-06Hexagon (target/hexagon) Add overrides for jumpr31 instructionsTaylor Simpson1-1/+8
2023-03-05target/hexagon: Drop tcg_temp_free from C codeRichard Henderson1-58/+0
2023-03-01target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson1-8/+8
2023-01-05Hexagon (target/hexagon) implement mutability mask for GPRsMarco Liebel1-2/+42
2023-01-05target/hexagon: rename aliased register HEX_REG_P3_0Mukilan Thiyagarajan1-6/+6
2022-12-16target/hexagon: introduce new helper functionsNiccolò Izzo1-2/+144
2022-12-16target/hexagon: make helper functions non-staticPaolo Montesel1-19/+26
2022-12-16target/hexagon: make slot number an unsignedPaolo Montesel1-11/+13
2022-12-16Hexagon (target/hexagon) Use direct block chaining for tight loopsTaylor Simpson1-0/+84
2022-12-16Hexagon (target/hexagon) Use direct block chaining for direct jump/branchTaylor Simpson1-1/+11
2022-12-16Hexagon (target/hexagon) Add overrides for various forms of jumpTaylor Simpson1-0/+43
2022-12-16Hexagon (target/hexagon) Add overrides for compound compare and jumpTaylor Simpson1-0/+90
2022-12-16Hexagon (target/hexagon) Add overrides for direct call instructionsTaylor Simpson1-0/+55
2022-12-16Hexagon (target/hexagon) Add overrides for S2_asr_r_r_sat/S2_asl_r_r_satTaylor Simpson1-0/+104
2022-12-16Hexagon (target/hexagon) Add pkt and insn to DisasContextTaylor Simpson1-3/+3
2022-09-30Hexagon (target/hexagon) move store size tracking to translationTaylor Simpson1-24/+12
2022-07-19Hexagon (target/hexagon) fix bug in mem_noshuf load exceptionTaylor Simpson1-0/+7
2022-03-12Hexagon (target/hexagon) assignment to c4 should wait until packet commitTaylor Simpson1-5/+9
2021-11-03Hexagon HVX (target/hexagon) import semanticsTaylor Simpson1-0/+172
2021-11-03Hexagon HVX (target/hexagon) helper overrides infrastructureTaylor Simpson1-0/+1
2021-11-03Hexagon HVX (target/hexagon) TCG generationTaylor Simpson1-0/+15
2021-10-06target/hexagon: Use tcg_constant_*Philippe Mathieu-Daudé1-26/+13
2021-06-29Hexagon (target/hexagon) remove unused TCG variablesTaylor Simpson1-6/+0
2021-06-29Hexagon (target/hexagon) cleanup gen_store_conditional[48] functionsTaylor Simpson1-12/+4
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-05-01Hexagon (target/hexagon) load and unpack bytes instructionsTaylor Simpson1-0/+13
2021-05-01Hexagon (target/hexagon) circular addressingTaylor Simpson1-0/+89
2021-05-01Hexagon (target/hexagon) add A4_addp_c/A4_subp_cTaylor Simpson1-0/+11
2021-05-01Hexagon (target/hexagon) add A6_vminub_RdPTaylor Simpson1-0/+22
2021-05-01Hexagon (target/hexagon) compile all debug codeTaylor Simpson1-36/+36
2021-05-01Hexagon (target/hexagon) move QEMU_GENERATE to only be on during macros.hTaylor Simpson1-1/+2
2021-05-01Hexagon (target/hexagon) decide if pred has been written at TCG gen timeTaylor Simpson1-7/+15
2021-05-01Hexagon (target/hexagon) cleanup gen_log_predicated_reg_write_pairTaylor Simpson1-14/+13
2021-05-01Hexagon (target/hexagon) TCG generation cleanupTaylor Simpson1-5/+9
2021-02-18Hexagon (target/hexagon) TCG generationTaylor Simpson1-0/+331