aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon
AgeCommit message (Expand)Author
2023-10-18target/hexagon: fix some occurrences of -Wshadow=localBrian Cain
2023-10-18target/hexagon: move GETPC() calls to top level helpersMatheus Tavares Bernardino
2023-10-17target/hexagon: avoid invalid escape in Python stringPaolo Bonzini
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-09-08hexagon: spelling fixesMichael Tokarev
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-05target/*: Add missing includes of exec/translation-block.hRichard Henderson
2023-06-05tcg: Split helper-proto.hRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05target/hexagon: Include helper-gen.h where neededRichard Henderson
2023-05-26Hexagon: fix outdated `hex_new_*` commentsMatheus Tavares Bernardino
2023-05-26target/hexagon/*.py: clean up used 'toss' and 'numregs' varsMatheus Tavares Bernardino
2023-05-26Hexagon (target/hexagon) Fix assignment to tmp registersMarco Liebel
2023-05-18Hexagon (gdbstub): add HVX supportTaylor Simpson
2023-05-18Hexagon (gdbstub): fix p3:0 read and write via stubBrian Cain
2023-05-18Hexagon: add core gdbstub xml data for LLDBMatheus Tavares Bernardino
2023-05-18Hexagon (decode): look for pkts with multiple insns at the same slotMatheus Tavares Bernardino
2023-05-18Hexagon (iclass): update J4_hintjumpr slot constraintsMatheus Tavares Bernardino
2023-05-18Hexagon: list available CPUs with `-cpu help`Matheus Tavares Bernardino
2023-05-18Hexagon (target/hexagon/*.py): raise exception on reg parsing errorMatheus Tavares Bernardino
2023-05-18target/hexagon: fix = vs. == mishapPaolo Bonzini
2023-05-18Hexagon (target/hexagon) Additional instructions handled by idef-parserTaylor Simpson
2023-05-18Hexagon (target/hexagon) Move items to DisasContextTaylor Simpson
2023-05-18Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContextTaylor Simpson
2023-05-18Hexagon (target/hexagon) Move pred_written to DisasContextTaylor Simpson
2023-05-18Hexagon (target/hexagon) Move new_pred_value to DisasContextTaylor Simpson
2023-05-18Hexagon (target/hexagon) Move new_value to DisasContextTaylor Simpson
2023-05-18Hexagon (target/hexagon) Make special new_value for USRTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add overrides for disabled idef-parser insnsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Short-circuit more HVX single instruction packetsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Short-circuit packet HVX writesTaylor Simpson
2023-05-18Hexagon (target/hexagon) Short-circuit packet predicate writesTaylor Simpson
2023-05-18Hexagon (target/hexagon) Short-circuit packet register writesTaylor Simpson
2023-05-18Hexagon (target/hexagon) Mark registers as read during packet analysisTaylor Simpson
2023-05-18Hexagon (target/hexagon) Don't overlap dest writes with source readsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Clean up pred_written usageTaylor Simpson
2023-05-18Hexagon (target/hexagon) Eliminate uses of log_pred_write functionTaylor Simpson
2023-05-18Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]Taylor Simpson
2023-05-18Hexagon (target/hexagon) Add overrides for clr[tf]newTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add overrides for allocframe/deallocframeTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add overrides for loop setup instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_writeTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v73 scalar instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v69 HVX instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v68 HVX instructionsTaylor Simpson