aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/gen_tcg_funcs.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-05Hexagon (target/hexagon) Remove hex_common.read_attribs_fileTaylor Simpson1-19/+2
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_tcg_funcsTaylor Simpson1-547/+24
2024-01-21Hexagon (target/hexagon) Clean up handling of modifier registersTaylor Simpson1-4/+9
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-8/+8
2023-05-26target/hexagon/*.py: clean up used 'toss' and 'numregs' varsMatheus Tavares Bernardino1-23/+23
2023-05-18Hexagon (target/hexagon/*.py): raise exception on reg parsing errorMatheus Tavares Bernardino1-39/+39
2023-05-18Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContextTaylor Simpson1-2/+2
2023-05-18Hexagon (target/hexagon) Move new_pred_value to DisasContextTaylor Simpson1-1/+1
2023-05-18Hexagon (target/hexagon) Make special new_value for USRTaylor Simpson1-1/+1
2023-05-18Hexagon (target/hexagon) Short-circuit packet register writesTaylor Simpson1-0/+5
2023-05-18Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_writeTaylor Simpson1-3/+5
2023-04-21Use black code style for python scriptsMarco Liebel1-275/+339
2023-04-21Use f-strings in python scriptsMarco Liebel1-173/+144
2023-03-06Hexagon (target/hexagon) Improve code gen for predicated HVX instructionsTaylor Simpson1-27/+8
2023-03-06Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]Taylor Simpson1-31/+45
2023-03-06Hexagon (target/hexagon) Analyze packet for HVXTaylor Simpson1-18/+0
2023-03-06Hexagon (target/hexagon) Analyze packet before generating TCGTaylor Simpson1-22/+1
2023-03-05target/hexagon: Drop tcg_temp_free from gen_tcg_funcs.pyRichard Henderson1-78/+1
2023-03-01target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson1-11/+7
2022-12-16target/hexagon: call idef-parser functionsAlessandro Di Federico1-2/+39
2022-12-16Hexagon (target/hexagon) Remove next_PC from runtime stateTaylor Simpson1-0/+3
2022-12-16Hexagon (target/hexagon) Remove PC from the runtime stateTaylor Simpson1-0/+3
2022-12-16Hexagon (target/hexagon) Only use branch_taken when packet has multi cofTaylor Simpson1-0/+5
2022-12-16Hexagon (target/hexagon) Fix predicated assignment to .tmp and .curTaylor Simpson1-0/+12
2022-12-16Hexagon (target/hexagon) Add pkt and insn to DisasContextTaylor Simpson1-10/+5
2022-10-03Hexagon (gen_tcg_funcs.py): avoid duplicated tcg code on A_CVI_NEWMatheus Tavares Bernardino1-1/+1
2022-07-31Hexagon (target/hexagon) make VyV operands use a unique tempTaylor Simpson1-5/+4
2021-11-03Hexagon HVX (target/hexagon) helper overrides infrastructureTaylor Simpson1-1/+2
2021-11-03Hexagon HVX (target/hexagon) semantics generator - part 2Taylor Simpson1-12/+242
2021-10-28Hexagon (target/hexagon) more tcg_constant_*Taylor Simpson1-9/+2
2021-10-06target/hexagon: Use tcg_constant_*Philippe Mathieu-Daudé1-3/+1
2021-05-01Hexagon (target/hexagon) decide if pred has been written at TCG gen timeTaylor Simpson1-1/+1
2021-03-09target/hexagon/gen_tcg_funcs: Fix a typoPhilippe Mathieu-Daudé1-7/+7
2021-02-18Hexagon (target/hexagon) generator phase 2 - generate header filesTaylor Simpson1-0/+485