aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-08Hexagon: add PC alignment check and exceptionMatheus Tavares Bernardino1-0/+7
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-9/+0
2024-01-05target/hexagon: Use generic cpu_list()Gavin Shan1-3/+0
2023-11-07target/hexagon: Declare QOM definitions in 'cpu-qom.h'Philippe Mathieu-Daudé1-14/+1
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé1-4/+1
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-1/+1
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-2/+2
2023-05-18Hexagon: list available CPUs with `-cpu help`Matheus Tavares Bernardino1-0/+3
2023-05-18Hexagon (target/hexagon) Move items to DisasContextTaylor Simpson1-3/+0
2023-05-18Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContextTaylor Simpson1-1/+0
2023-05-18Hexagon (target/hexagon) Move pred_written to DisasContextTaylor Simpson1-2/+0
2023-05-18Hexagon (target/hexagon) Move new_pred_value to DisasContextTaylor Simpson1-1/+0
2023-05-18Hexagon (target/hexagon) Move new_value to DisasContextTaylor Simpson1-1/+0
2023-05-18Hexagon (target/hexagon) Make special new_value for USRTaylor Simpson1-0/+1
2023-05-18Hexagon (target/hexagon) Short-circuit packet register writesTaylor Simpson1-0/+1
2023-05-18Hexagon (target/hexagon) Add support for v68/v69/v71/v73Taylor Simpson1-0/+4
2023-03-06Hexagon (target/hexagon) Improve code gen for predicated HVX instructionsTaylor Simpson1-4/+1
2022-12-18Merge tag 'pull-hex-20221216-1' of https://github.com/quic/qemu into stagingPeter Maydell1-6/+8
2022-12-16Hexagon (target/hexagon) Use direct block chaining for tight loopsTaylor Simpson1-5/+8
2022-12-16Hexagon (target/hexagon) Remove next_PC from runtime stateTaylor Simpson1-1/+0
2022-12-16target/hexagon: Convert to 3-phase resetPeter Maydell1-1/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-3/+3
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-6/+2
2022-03-06target/hexagon: Add missing 'hw/core/cpu.h' includePhilippe Mathieu-Daudé1-0/+1
2022-03-06Hexagon (target/hexagon) convert to OBJECT_DECLARE_TYPETaylor Simpson1-7/+3
2021-12-15target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell1-1/+0
2021-11-03Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to coreTaylor Simpson1-2/+33
2021-10-13target/hexagon: Implement cpu_mmu_indexRichard Henderson1-0/+9
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-3/+0
2021-05-01Hexagon (target/hexagon) use env_archcpu and env_cpuTaylor Simpson1-5/+0
2021-02-18Hexagon (target/hexagon) scalar core definitionTaylor Simpson1-0/+159