aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon
AgeCommit message (Expand)AuthorFilesLines
2023-05-05target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson4-42/+40
2023-04-21Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructionsTaylor Simpson2-14/+28
2023-04-21Hexagon (target/hexagon) Remove unused slot variable in helpersTaylor Simpson4-11/+9
2023-04-21Hexagon (target/hexagon) Updates to USR should use get_result_gprTaylor Simpson6-44/+34
2023-04-21Hexagon (target/hexagon) Add overrides for count trailing zeros/onesTaylor Simpson1-0/+24
2023-04-21Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_storesTaylor Simpson4-9/+10
2023-04-21Hexagon (target/hexagon) Remove redundant/unused macrosTaylor Simpson1-43/+22
2023-04-21Use black code style for python scriptsMarco Liebel13-911/+1191
2023-04-21Use f-strings in python scriptsMarco Liebel12-306/+250
2023-04-21Hexagon (translate.c): avoid redundant PC updates on COFMatheus Tavares Bernardino1-8/+13
2023-03-13target/hexagon: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-10Merge tag 'pull-hex-20230306' of https://github.com/quic/qemu into stagingPeter Maydell22-580/+891
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell1-1/+1
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-1/+1
2023-03-07Hexagon (meson.build): define min bison versionMatheus Tavares Bernardino1-1/+1
2023-03-06Hexagon (target/hexagon) Improve code gen for predicated HVX instructionsTaylor Simpson8-168/+34
2023-03-06Hexagon (target/hexagon) Reduce manipulation of slot_cancelledTaylor Simpson8-30/+71
2023-03-06Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]Taylor Simpson8-152/+110
2023-03-06Hexagon (target/hexagon) Change subtract from zero to change signTaylor Simpson1-1/+1
2023-03-06Hexagon (target/hexagon) Analyze packet for HVXTaylor Simpson4-27/+52
2023-03-06Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not neededTaylor Simpson5-1/+13
2023-03-06Hexagon (target/hexagon) Analyze packet before generating TCGTaylor Simpson8-118/+383
2023-03-06Hexagon (target/hexagon) Add overrides for dealloc-return instructionsTaylor Simpson3-25/+131
2023-03-06Hexagon (target/hexagon) Add overrides for endloop1/endloop01Taylor Simpson2-0/+82
2023-03-06Hexagon (target/hexagon) Add overrides for callrTaylor Simpson3-11/+25
2023-03-06Hexagon (target/hexagon) Add overrides for jumpr31 instructionsTaylor Simpson2-2/+22
2023-03-06target/hexagon/idef-parser: Remove unused code pathsAnton Johansson5-80/+4
2023-03-06target/hexagon/idef-parser: Elide mov in gen_pred_assignRichard Henderson1-3/+1
2023-03-06Hexagon (target/hexagon) Restore --disable-hexagon-idef-parser buildTaylor Simpson1-4/+4
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 Henderson3-8/+2
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 Henderson3-18/+0
2023-03-05target/hexagon/idef-parser: Drop tcg_temp_freeRichard Henderson4-164/+0
2023-03-05target/hexagon: Drop tcg_temp_free from gen_tcg_funcs.pyRichard Henderson1-78/+1
2023-03-05target/hexagon: Drop tcg_temp_free from C codeRichard Henderson6-121/+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 Henderson7-30/+26
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-03-01target/hexagon: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-02-08target/hexagon: Clean up includesMarkus Armbruster2-2/+0
2023-01-05Hexagon (target/hexagon) implement mutability mask for GPRsMarco Liebel1-2/+42
2023-01-05target/hexagon: suppress unused variable warningAlessandro Di Federico2-1/+2
2023-01-05target/hexagon/idef-parser: fix two typos in READMEMatheus Tavares Bernardino1-2/+2
2023-01-05target/hexagon: rename aliased register HEX_REG_P3_0Mukilan Thiyagarajan3-10/+10
2022-12-18Merge tag 'pull-hex-20221216-1' of https://github.com/quic/qemu into stagingPeter Maydell28-203/+7030
2022-12-16target/hexagon: call idef-parser functionsAlessandro Di Federico5-34/+154
2022-12-16target/hexagon: import parser for idef-parserAnton Johansson4-0/+3730