aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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