index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
hexagon
/
hex_common.py
Age
Commit message (
Expand
)
Author
2024-05-05
Hexagon (target/hexagon) Remove hex_common.read_attribs_file
Taylor Simpson
2024-05-05
Hexagon (target/hexagon) Add is_old/is_new to Register class
Taylor Simpson
2024-05-05
Hexagon (target/hexagon) Only pass env to generated helper when needed
Taylor Simpson
2024-05-05
Hexagon (target/hexagon) Pass SP explicitly to helpers that need it
Taylor Simpson
2024-05-05
Hexagon (target/hexagon) Pass P0 explicitly to helpers that need it
Taylor Simpson
2024-05-05
Hexagon (target/hexagon) Enable more short-circuit packets (HVX)
Taylor Simpson
2024-05-05
Hexagon (target/hexagon) Analyze reads before writes
Taylor Simpson
2024-01-21
Hexagon (target/hexagon) Remove dead functions from hex_common.py
Taylor Simpson
2024-01-21
Hexagon (target/hexagon) Remove unused WRITES_PRED_REG attribute
Taylor Simpson
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_analyze_funcs
Taylor Simpson
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_helper_funcs
Taylor Simpson
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_helper_protos
Taylor Simpson
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_tcg_funcs
Taylor Simpson
2023-10-17
target/hexagon: avoid invalid escape in Python string
Paolo Bonzini
2023-05-26
target/hexagon/*.py: clean up used 'toss' and 'numregs' vars
Matheus Tavares Bernardino
2023-05-18
Hexagon (target/hexagon/*.py): raise exception on reg parsing error
Matheus Tavares Bernardino
2023-05-18
Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContext
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Short-circuit packet register writes
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Mark registers as read during packet analysis
Taylor Simpson
2023-04-21
Use black code style for python scripts
Marco Liebel
2023-04-21
Use f-strings in python scripts
Marco Liebel
2023-03-06
Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]
Taylor Simpson
2023-03-06
Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not needed
Taylor Simpson
2022-12-16
target/hexagon: call idef-parser functions
Alessandro Di Federico
2022-12-16
Hexagon (target/hexagon) Remove next_PC from runtime state
Taylor Simpson
2022-12-16
Hexagon (target/hexagon) Remove PC from the runtime state
Taylor Simpson
2022-12-16
Hexagon (target/hexagon) Only use branch_taken when packet has multi cof
Taylor Simpson
2022-09-30
Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]
Taylor Simpson
2021-11-03
Hexagon HVX (target/hexagon) semantics generator
Taylor Simpson
2021-10-28
Hexagon (target/hexagon) put writes to USR into temp until commit
Taylor Simpson
2021-02-18
Hexagon (target/hexagon) generator phase 2 - generate header files
Taylor Simpson