summary refs log tree commit diff stats
path: root/target/hexagon/gen_tcg_funcs.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hexagon (target/hexagon) Make generators object oriented - gen_tcg_funcsTaylor Simpson2024-01-211-547/+24
* Hexagon (target/hexagon) Clean up handling of modifier registersTaylor Simpson2024-01-211-4/+9
* tcg: Rename cpu_env to tcg_envRichard Henderson2023-10-031-8/+8
* target/hexagon/*.py: clean up used 'toss' and 'numregs' varsMatheus Tavares Bernardino2023-05-261-23/+23
* Hexagon (target/hexagon/*.py): raise exception on reg parsing errorMatheus Tavares Bernardino2023-05-181-39/+39
* Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContextTaylor Simpson2023-05-181-2/+2
* Hexagon (target/hexagon) Move new_pred_value to DisasContextTaylor Simpson2023-05-181-1/+1
* Hexagon (target/hexagon) Make special new_value for USRTaylor Simpson2023-05-181-1/+1
* Hexagon (target/hexagon) Short-circuit packet register writesTaylor Simpson2023-05-181-0/+5
* Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_writeTaylor Simpson2023-05-181-3/+5
* Use black code style for python scriptsMarco Liebel2023-04-211-275/+339
* Use f-strings in python scriptsMarco Liebel2023-04-211-173/+144
* Hexagon (target/hexagon) Improve code gen for predicated HVX instructionsTaylor Simpson2023-03-061-27/+8
* Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]Taylor Simpson2023-03-061-31/+45
* Hexagon (target/hexagon) Analyze packet for HVXTaylor Simpson2023-03-061-18/+0
* Hexagon (target/hexagon) Analyze packet before generating TCGTaylor Simpson2023-03-061-22/+1
* target/hexagon: Drop tcg_temp_free from gen_tcg_funcs.pyRichard Henderson2023-03-051-78/+1
* target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson2023-03-011-11/+7
* target/hexagon: call idef-parser functionsAlessandro Di Federico2022-12-161-2/+39
* Hexagon (target/hexagon) Remove next_PC from runtime stateTaylor Simpson2022-12-161-0/+3
* Hexagon (target/hexagon) Remove PC from the runtime stateTaylor Simpson2022-12-161-0/+3
* Hexagon (target/hexagon) Only use branch_taken when packet has multi cofTaylor Simpson2022-12-161-0/+5
* Hexagon (target/hexagon) Fix predicated assignment to .tmp and .curTaylor Simpson2022-12-161-0/+12
* Hexagon (target/hexagon) Add pkt and insn to DisasContextTaylor Simpson2022-12-161-10/+5
* Hexagon (gen_tcg_funcs.py): avoid duplicated tcg code on A_CVI_NEWMatheus Tavares Bernardino2022-10-031-1/+1
* Hexagon (target/hexagon) make VyV operands use a unique tempTaylor Simpson2022-07-311-5/+4
* Hexagon HVX (target/hexagon) helper overrides infrastructureTaylor Simpson2021-11-031-1/+2
* Hexagon HVX (target/hexagon) semantics generator - part 2Taylor Simpson2021-11-031-12/+242
* Hexagon (target/hexagon) more tcg_constant_*Taylor Simpson2021-10-281-9/+2
* target/hexagon: Use tcg_constant_*Philippe Mathieu-Daudé2021-10-061-3/+1
* Hexagon (target/hexagon) decide if pred has been written at TCG gen timeTaylor Simpson2021-05-011-1/+1
* target/hexagon/gen_tcg_funcs: Fix a typoPhilippe Mathieu-Daudé2021-03-091-7/+7
* Hexagon (target/hexagon) generator phase 2 - generate header filesTaylor Simpson2021-02-181-0/+485