aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/genptr.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-18/+18
2023-06-05target/hexagon: Include helper-gen.h where neededRichard Henderson1-0/+1
2023-05-26Hexagon: fix outdated `hex_new_*` commentsMatheus Tavares Bernardino1-14/+12
2023-05-18Hexagon (target/hexagon) Move items to DisasContextTaylor Simpson1-3/+3
2023-05-18Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContextTaylor Simpson1-0/+8
2023-05-18Hexagon (target/hexagon) Move pred_written to DisasContextTaylor Simpson1-1/+1
2023-05-18Hexagon (target/hexagon) Move new_pred_value to DisasContextTaylor Simpson1-3/+7
2023-05-18Hexagon (target/hexagon) Move new_value to DisasContextTaylor Simpson1-1/+5
2023-05-18Hexagon (target/hexagon) Make special new_value for USRTaylor Simpson1-2/+6
2023-05-18Hexagon (target/hexagon) Add overrides for disabled idef-parser insnsTaylor Simpson1-0/+99
2023-05-18Hexagon (target/hexagon) Short-circuit packet HVX writesTaylor Simpson1-1/+5
2023-05-18Hexagon (target/hexagon) Short-circuit packet predicate writesTaylor Simpson1-3/+12
2023-05-18Hexagon (target/hexagon) Short-circuit packet register writesTaylor Simpson1-19/+11
2023-05-18Hexagon (target/hexagon) Don't overlap dest writes with source readsTaylor Simpson1-16/+29
2023-05-18Hexagon (target/hexagon) Clean up pred_written usageTaylor Simpson1-9/+7
2023-05-18Hexagon (target/hexagon) Eliminate uses of log_pred_write functionTaylor Simpson1-0/+5
2023-05-18Hexagon (target/hexagon) Add overrides for allocframe/deallocframeTaylor Simpson1-0/+47
2023-05-18Hexagon (target/hexagon) Add overrides for loop setup instructionsTaylor Simpson1-0/+44
2023-05-18Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_writeTaylor Simpson1-5/+5
2023-05-05target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-4/+4
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