summary refs log tree commit diff stats
path: root/target/hexagon/gen_analyze_funcs.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hexagon (target/hexagon) Make generators object oriented - gen_analyze_funcsTaylor Simpson2024-01-211-157/+6
* target/hexagon/*.py: clean up used 'toss' and 'numregs' varsMatheus Tavares Bernardino2023-05-261-5/+5
* Hexagon (target/hexagon/*.py): raise exception on reg parsing errorMatheus Tavares Bernardino2023-05-181-15/+15
* Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContextTaylor Simpson2023-05-181-2/+0
* Hexagon (target/hexagon) Short-circuit more HVX single instruction packetsTaylor Simpson2023-05-181-0/+5
* Hexagon (target/hexagon) Mark registers as read during packet analysisTaylor Simpson2023-05-181-14/+30
* Use black code style for python scriptsMarco Liebel2023-04-211-64/+71
* Use f-strings in python scriptsMarco Liebel2023-04-211-70/+45
* Hexagon (target/hexagon) Improve code gen for predicated HVX instructionsTaylor Simpson2023-03-061-2/+1
* Hexagon (target/hexagon) Analyze packet for HVXTaylor Simpson2023-03-061-3/+14
* Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not neededTaylor Simpson2023-03-061-0/+5
* Hexagon (target/hexagon) Analyze packet before generating TCGTaylor Simpson2023-03-061-0/+237