summary refs log tree commit diff stats
path: root/target/hexagon/hex_common.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hexagon (target/hexagon) Remove dead functions from hex_common.pyTaylor Simpson2024-01-211-51/+0
* Hexagon (target/hexagon) Remove unused WRITES_PRED_REG attributeTaylor Simpson2024-01-211-11/+0
* Hexagon (target/hexagon) Make generators object oriented - gen_analyze_funcsTaylor Simpson2024-01-211-0/+151
* Hexagon (target/hexagon) Make generators object oriented - gen_helper_funcsTaylor Simpson2024-01-211-4/+44
* Hexagon (target/hexagon) Make generators object oriented - gen_helper_protosTaylor Simpson2024-01-211-7/+0
* Hexagon (target/hexagon) Make generators object oriented - gen_tcg_funcsTaylor Simpson2024-01-211-0/+659
* target/hexagon: avoid invalid escape in Python stringPaolo Bonzini2023-10-171-2/+2
* target/hexagon/*.py: clean up used 'toss' and 'numregs' varsMatheus Tavares Bernardino2023-05-261-12/+12
* Hexagon (target/hexagon/*.py): raise exception on reg parsing errorMatheus Tavares Bernardino2023-05-181-0/+3
* Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContextTaylor Simpson2023-05-181-3/+4
* Hexagon (target/hexagon) Short-circuit packet register writesTaylor Simpson2023-05-181-0/+3
* Hexagon (target/hexagon) Mark registers as read during packet analysisTaylor Simpson2023-05-181-0/+6
* Use black code style for python scriptsMarco Liebel2023-04-211-67/+110
* Use f-strings in python scriptsMarco Liebel2023-04-211-2/+2
* Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]Taylor Simpson2023-03-061-1/+8
* Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not neededTaylor Simpson2023-03-061-0/+1
* target/hexagon: call idef-parser functionsAlessandro Di Federico2022-12-161-0/+10
* Hexagon (target/hexagon) Remove next_PC from runtime stateTaylor Simpson2022-12-161-0/+21
* Hexagon (target/hexagon) Remove PC from the runtime stateTaylor Simpson2022-12-161-1/+5
* Hexagon (target/hexagon) Only use branch_taken when packet has multi cofTaylor Simpson2022-12-161-0/+3
* Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]Taylor Simpson2022-09-301-1/+2
* Hexagon HVX (target/hexagon) semantics generatorTaylor Simpson2021-11-031-0/+13
* Hexagon (target/hexagon) put writes to USR into temp until commitTaylor Simpson2021-10-281-0/+2
* Hexagon (target/hexagon) generator phase 2 - generate header filesTaylor Simpson2021-02-181-0/+234