summary refs log tree commit diff stats
path: root/target/hexagon/idef-parser/parser-helpers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hexagon (target/hexagon) Clean up handling of modifier registersTaylor Simpson2024-01-211-5/+3
* tcg: Rename cpu_env to tcg_envRichard Henderson2023-10-031-1/+1
* hexagon: spelling fixesMichael Tokarev2023-09-081-3/+3
* target/hexagon: fix = vs. == mishapPaolo Bonzini2023-05-181-1/+1
* Hexagon (target/hexagon) Additional instructions handled by idef-parserTaylor Simpson2023-05-181-32/+29
* Hexagon (target/hexagon) Move new_pred_value to DisasContextTaylor Simpson2023-05-181-1/+1
* Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_writeTaylor Simpson2023-05-181-1/+1
* target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson2023-05-051-15/+13
* Hexagon (target/hexagon) Updates to USR should use get_result_gprTaylor Simpson2023-04-211-2/+3
* Hexagon (target/hexagon) Reduce manipulation of slot_cancelledTaylor Simpson2023-03-061-1/+0
* Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]Taylor Simpson2023-03-061-3/+1
* Hexagon (target/hexagon) Analyze packet before generating TCGTaylor Simpson2023-03-061-6/+1
* target/hexagon/idef-parser: Remove unused code pathsAnton Johansson2023-03-061-3/+0
* target/hexagon/idef-parser: Elide mov in gen_pred_assignRichard Henderson2023-03-061-3/+1
* target/hexagon/idef-parser: Use gen_constant for gen_extend_tcg_width_opRichard Henderson2023-03-051-27/+3
* target/hexagon/idef-parser: Use gen_tmp for gen_rvalue_predRichard Henderson2023-03-051-1/+1
* target/hexagon/idef-parser: Use gen_tmp for gen_pred_assignRichard Henderson2023-03-051-1/+1
* target/hexagon/idef-parser: Use gen_tmp for LPCFGRichard Henderson2023-03-051-1/+1
* target/hexagon: Use tcg_constant_* for gen_constant_from_immRichard Henderson2023-03-051-8/+7
* target/hexagon/idef-parser: Drop HexValue.is_manualRichard Henderson2023-03-051-15/+0
* target/hexagon/idef-parser: Drop tcg_temp_freeRichard Henderson2023-03-051-142/+0
* target/hexagon/idef-parser: Drop gen_tmp_localRichard Henderson2023-03-011-22/+2
* target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson2023-03-011-2/+2
* target/hexagon: import parser for idef-parserAnton Johansson2022-12-161-0/+2360