aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/idef-parser/parser-helpers.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-08target/hexagon: idef-parser simplify predicate initAnton Johansson1-12/+14
2024-06-08target/hexagon: idef-parser fix leak of init_listAnton Johansson1-1/+8
2024-01-21Hexagon (target/hexagon) Clean up handling of modifier registersTaylor Simpson1-5/+3
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-1/+1
2023-09-08hexagon: spelling fixesMichael Tokarev1-3/+3
2023-05-18target/hexagon: fix = vs. == mishapPaolo Bonzini1-1/+1
2023-05-18Hexagon (target/hexagon) Additional instructions handled by idef-parserTaylor Simpson1-32/+29
2023-05-18Hexagon (target/hexagon) Move new_pred_value to DisasContextTaylor Simpson1-1/+1
2023-05-18Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_writeTaylor Simpson1-1/+1
2023-05-05target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-15/+13
2023-04-21Hexagon (target/hexagon) Updates to USR should use get_result_gprTaylor Simpson1-2/+3
2023-03-06Hexagon (target/hexagon) Reduce manipulation of slot_cancelledTaylor Simpson1-1/+0
2023-03-06Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]Taylor Simpson1-3/+1
2023-03-06Hexagon (target/hexagon) Analyze packet before generating TCGTaylor Simpson1-6/+1
2023-03-06target/hexagon/idef-parser: Remove unused code pathsAnton Johansson1-3/+0
2023-03-06target/hexagon/idef-parser: Elide mov in gen_pred_assignRichard Henderson1-3/+1
2023-03-05target/hexagon/idef-parser: Use gen_constant for gen_extend_tcg_width_opRichard Henderson1-27/+3
2023-03-05target/hexagon/idef-parser: Use gen_tmp for gen_rvalue_predRichard Henderson1-1/+1
2023-03-05target/hexagon/idef-parser: Use gen_tmp for gen_pred_assignRichard Henderson1-1/+1
2023-03-05target/hexagon/idef-parser: Use gen_tmp for LPCFGRichard Henderson1-1/+1
2023-03-05target/hexagon: Use tcg_constant_* for gen_constant_from_immRichard Henderson1-8/+7
2023-03-05target/hexagon/idef-parser: Drop HexValue.is_manualRichard Henderson1-15/+0
2023-03-05target/hexagon/idef-parser: Drop tcg_temp_freeRichard Henderson1-142/+0
2023-03-01target/hexagon/idef-parser: Drop gen_tmp_localRichard Henderson1-22/+2
2023-03-01target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson1-2/+2
2022-12-16target/hexagon: import parser for idef-parserAnton Johansson1-0/+2360