summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/xtensa/xtensad.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cpu/xtensa: Make helper functions static inlines. Vas Crabb2023-12-111-50/+50
|
* cpu/xtensa.cpp, skeleton/hudson_poems.cpp: Added initial emulation for CPU ↵ mamehaze2023-12-101-292/+55
| | | | | | | core, and Poems hardware that utilizes it [David Haywood] (#11824) * Xtensa work, alongside Poems hardware improvements to show the core is functional [David Haywood] --------- Co-authored-by: David Haywood <hazemamewip@hotmail.com>
* Merge remote-tracking branch 'mainline/release0261' into HEAD Vas Crabb2023-11-271-1/+1
|\
| * cpu/xtensa: Fixed missing comma in array initialisation. Vas Crabb2023-11-261-1/+1
| |
* | xtensa: Fix disassembly of L32E and S32E offsets AJR2023-11-261-2/+2
|/
* xtensad.cpp: Fix decoding of cache instructions AJR2023-11-221-1/+1
|
* unidasm: Add disassembler for Tensilica Xtensa architecture AJR2023-11-221-0/+1168