summary refs log tree commit diff stats
path: root/target/hexagon/cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/exec: Implement cpu_mmu_index genericallyRichard Henderson2024-02-031-9/+0
* target/hexagon: Use generic cpu_list()Gavin Shan2024-01-051-3/+0
* target/hexagon: Declare QOM definitions in 'cpu-qom.h'Philippe Mathieu-Daudé2023-11-071-14/+1
* target: Unify QOM stylePhilippe Mathieu-Daudé2023-11-071-4/+1
* accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson2023-10-031-1/+1
* target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson2023-06-261-2/+2
* Hexagon: list available CPUs with `-cpu help`Matheus Tavares Bernardino2023-05-181-0/+3
* Hexagon (target/hexagon) Move items to DisasContextTaylor Simpson2023-05-181-3/+0
* Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContextTaylor Simpson2023-05-181-1/+0
* Hexagon (target/hexagon) Move pred_written to DisasContextTaylor Simpson2023-05-181-2/+0
* Hexagon (target/hexagon) Move new_pred_value to DisasContextTaylor Simpson2023-05-181-1/+0
* Hexagon (target/hexagon) Move new_value to DisasContextTaylor Simpson2023-05-181-1/+0
* Hexagon (target/hexagon) Make special new_value for USRTaylor Simpson2023-05-181-0/+1
* Hexagon (target/hexagon) Short-circuit packet register writesTaylor Simpson2023-05-181-0/+1
* Hexagon (target/hexagon) Add support for v68/v69/v71/v73Taylor Simpson2023-05-181-0/+4
* Hexagon (target/hexagon) Improve code gen for predicated HVX instructionsTaylor Simpson2023-03-061-4/+1
* Merge tag 'pull-hex-20221216-1' of https://github.com/quic/qemu into stagingPeter Maydell2022-12-181-6/+8
|\
| * Hexagon (target/hexagon) Use direct block chaining for tight loopsTaylor Simpson2022-12-161-5/+8
| * Hexagon (target/hexagon) Remove next_PC from runtime stateTaylor Simpson2022-12-161-1/+0
* | target/hexagon: Convert to 3-phase resetPeter Maydell2022-12-161-1/+1
|/
* target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-1/+1
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-061-3/+3
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-061-6/+2
* target/hexagon: Add missing 'hw/core/cpu.h' includePhilippe Mathieu-Daudé2022-03-061-0/+1
* Hexagon (target/hexagon) convert to OBJECT_DECLARE_TYPETaylor Simpson2022-03-061-7/+3
* target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell2021-12-151-1/+0
* Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to coreTaylor Simpson2021-11-031-2/+33
* target/hexagon: Implement cpu_mmu_indexRichard Henderson2021-10-131-0/+9
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-211-3/+0
* Hexagon (target/hexagon) use env_archcpu and env_cpuTaylor Simpson2021-05-011-5/+0
* Hexagon (target/hexagon) scalar core definitionTaylor Simpson2021-02-181-0/+159