aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/translate.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-15target/hexagon: Use translator_ldl in pkt_crosses_pageRichard Henderson1-2/+1
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson1-9/+0
2024-05-15accel/tcg: Use vaddr in translator_ld*Richard Henderson1-0/+1
2024-05-05Hexagon (target/hexagon) Enable more short-circuit packets (HVX)Taylor Simpson1-54/+4
2024-05-05Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)Taylor Simpson1-17/+4
2024-04-26accel: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-29include/exec: Use vaddr in DisasContextBase for virtual addressesAnton Johansson1-1/+2
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2024-01-21Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)Taylor Simpson1-2/+2
2023-10-18target/hexagon: fix some occurrences of -Wshadow=localBrian Cain1-5/+5
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-2/+2
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-24/+24
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-06-05target/*: Add missing includes of exec/translation-block.hRichard Henderson1-0/+1
2023-06-05tcg: Split helper-proto.hRichard Henderson1-0/+1
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+4
2023-06-05target/hexagon: Include helper-gen.h where neededRichard Henderson1-0/+1
2023-05-26Hexagon: fix outdated `hex_new_*` commentsMatheus Tavares Bernardino1-1/+1
2023-05-18Hexagon (target/hexagon) Move items to DisasContextTaylor Simpson1-16/+7
2023-05-18Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContextTaylor Simpson1-7/+0
2023-05-18Hexagon (target/hexagon) Move pred_written to DisasContextTaylor Simpson1-5/+4
2023-05-18Hexagon (target/hexagon) Move new_pred_value to DisasContextTaylor Simpson1-10/+6
2023-05-18Hexagon (target/hexagon) Move new_value to DisasContextTaylor Simpson1-11/+3
2023-05-18Hexagon (target/hexagon) Make special new_value for USRTaylor Simpson1-7/+15
2023-05-18Hexagon (target/hexagon) Short-circuit more HVX single instruction packetsTaylor Simpson1-2/+15
2023-05-18Hexagon (target/hexagon) Short-circuit packet HVX writesTaylor Simpson1-1/+45
2023-05-18Hexagon (target/hexagon) Short-circuit packet predicate writesTaylor Simpson1-3/+11
2023-05-18Hexagon (target/hexagon) Short-circuit packet register writesTaylor Simpson1-2/+65
2023-05-18Hexagon (target/hexagon) Mark registers as read during packet analysisTaylor Simpson1-0/+20
2023-05-18Hexagon (target/hexagon) Clean up pred_written usageTaylor Simpson1-37/+16
2023-05-18Hexagon (target/hexagon) Add v68 scalar instructionsTaylor Simpson1-0/+3
2023-05-05target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-16/+16
2023-04-21Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_storesTaylor Simpson1-5/+5
2023-04-21Hexagon (translate.c): avoid redundant PC updates on COFMatheus Tavares Bernardino1-8/+13
2023-03-06Hexagon (target/hexagon) Improve code gen for predicated HVX instructionsTaylor Simpson1-52/+6
2023-03-06Hexagon (target/hexagon) Reduce manipulation of slot_cancelledTaylor Simpson1-6/+36
2023-03-06Hexagon (target/hexagon) Analyze packet for HVXTaylor Simpson1-0/+30
2023-03-06Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not neededTaylor Simpson1-1/+5
2023-03-06Hexagon (target/hexagon) Analyze packet before generating TCGTaylor Simpson1-63/+99
2023-03-05target/hexagon: Drop tcg_temp_free from C codeRichard Henderson1-7/+0
2023-03-01target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson1-1/+1
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2022-12-16Hexagon (target/hexagon) Use direct block chaining for tight loopsTaylor Simpson1-0/+33
2022-12-16Hexagon (target/hexagon) Use direct block chaining for direct jump/branchTaylor Simpson1-1/+33
2022-12-16Hexagon (target/hexagon) Remove next_PC from runtime stateTaylor Simpson1-6/+23
2022-12-16Hexagon (target/hexagon) Remove PC from the runtime stateTaylor Simpson1-8/+1
2022-12-16Hexagon (target/hexagon) Only use branch_taken when packet has multi cofTaylor Simpson1-1/+3
2022-12-16Hexagon (target/hexagon) Add pkt and insn to DisasContextTaylor Simpson1-57/+63
2022-09-30Hexagon (target/hexagon) move store size tracking to translationTaylor Simpson1-0/+25
2022-09-30Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]Taylor Simpson1-4/+6