aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/translate.c
AgeCommit message (Expand)Author
2023-05-18Hexagon (target/hexagon) Add v68 scalar instructionsTaylor Simpson
2023-05-05target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson
2023-04-21Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_storesTaylor Simpson
2023-04-21Hexagon (translate.c): avoid redundant PC updates on COFMatheus Tavares Bernardino
2023-03-06Hexagon (target/hexagon) Improve code gen for predicated HVX instructionsTaylor Simpson
2023-03-06Hexagon (target/hexagon) Reduce manipulation of slot_cancelledTaylor Simpson
2023-03-06Hexagon (target/hexagon) Analyze packet for HVXTaylor Simpson
2023-03-06Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not neededTaylor Simpson
2023-03-06Hexagon (target/hexagon) Analyze packet before generating TCGTaylor Simpson
2023-03-05target/hexagon: Drop tcg_temp_free from C codeRichard Henderson
2023-03-01target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2022-12-16Hexagon (target/hexagon) Use direct block chaining for tight loopsTaylor Simpson
2022-12-16Hexagon (target/hexagon) Use direct block chaining for direct jump/branchTaylor Simpson
2022-12-16Hexagon (target/hexagon) Remove next_PC from runtime stateTaylor Simpson
2022-12-16Hexagon (target/hexagon) Remove PC from the runtime stateTaylor Simpson
2022-12-16Hexagon (target/hexagon) Only use branch_taken when packet has multi cofTaylor Simpson
2022-12-16Hexagon (target/hexagon) Add pkt and insn to DisasContextTaylor Simpson
2022-09-30Hexagon (target/hexagon) move store size tracking to translationTaylor Simpson
2022-09-30Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]Taylor Simpson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-20target/hexagon: Remove qemu_set_log in hexagon_translate_initRichard Henderson
2021-11-03Hexagon HVX (target/hexagon) TCG generationTaylor Simpson
2021-10-28Hexagon (target/hexagon) put writes to USR into temp until commitTaylor Simpson
2021-10-28Hexagon (target/hexagon) more tcg_constant_*Taylor Simpson
2021-10-15target/hexagon: Drop checks for singlestep_enabledRichard Henderson
2021-10-06target/hexagon: Use tcg_constant_*Philippe Mathieu-Daudé
2021-10-06Hexagon (target/hexagon) probe the stores in a packet at start of commitTaylor Simpson
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-06-29Hexagon (target/hexagon) remove unused TCG variablesTaylor Simpson
2021-05-01Hexagon (target/hexagon) compile all debug codeTaylor Simpson
2021-05-01Hexagon (target/hexagon) change variables from int to bool when appropriateTaylor Simpson
2021-05-01Hexagon (target/hexagon) decide if pred has been written at TCG gen timeTaylor Simpson
2021-05-01Hexagon (target/hexagon) properly generate TB end for DISAS_NORETURNTaylor Simpson
2021-05-01Hexagon (target/hexagon) use env_archcpu and env_cpuTaylor Simpson
2021-05-01Hexagon (target/hexagon) remove unnecessary inline directivesTaylor Simpson
2021-05-01target/hexagon: translation changesTaylor Simpson
2021-02-18Hexagon (target/hexagon) translationTaylor Simpson