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
/
gen_tcg_funcs.py
Age
Commit message (
Expand
)
Author
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_tcg_funcs
Taylor Simpson
2024-01-21
Hexagon (target/hexagon) Clean up handling of modifier registers
Taylor Simpson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
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) Move new_pred_value to DisasContext
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Make special new_value for USR
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Short-circuit packet register writes
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_write
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) Improve code gen for predicated HVX instructions
Taylor Simpson
2023-03-06
Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]
Taylor Simpson
2023-03-06
Hexagon (target/hexagon) Analyze packet for HVX
Taylor Simpson
2023-03-06
Hexagon (target/hexagon) Analyze packet before generating TCG
Taylor Simpson
2023-03-05
target/hexagon: Drop tcg_temp_free from gen_tcg_funcs.py
Richard Henderson
2023-03-01
target/hexagon: Don't use tcg_temp_local_new_*
Richard Henderson
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-12-16
Hexagon (target/hexagon) Fix predicated assignment to .tmp and .cur
Taylor Simpson
2022-12-16
Hexagon (target/hexagon) Add pkt and insn to DisasContext
Taylor Simpson
2022-10-03
Hexagon (gen_tcg_funcs.py): avoid duplicated tcg code on A_CVI_NEW
Matheus Tavares Bernardino
2022-07-31
Hexagon (target/hexagon) make VyV operands use a unique temp
Taylor Simpson
2021-11-03
Hexagon HVX (target/hexagon) helper overrides infrastructure
Taylor Simpson
2021-11-03
Hexagon HVX (target/hexagon) semantics generator - part 2
Taylor Simpson
2021-10-28
Hexagon (target/hexagon) more tcg_constant_*
Taylor Simpson
2021-10-06
target/hexagon: Use tcg_constant_*
Philippe Mathieu-Daudé
2021-05-01
Hexagon (target/hexagon) decide if pred has been written at TCG gen time
Taylor Simpson
2021-03-09
target/hexagon/gen_tcg_funcs: Fix a typo
Philippe Mathieu-Daudé
2021-02-18
Hexagon (target/hexagon) generator phase 2 - generate header files
Taylor Simpson