summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sharc/sharc_dasm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More stuff mostly related to recompiling CPUs: Vas Crabb2026-03-061-0/+1256
cpu/drcbearm64.cpp: Don't set the rounding mode on SETFMOD if it hasn't changed. cpu/e132xs.cpp: Skip more unnecessary flag calculations, use pre-calculated PC for updating G0 in memory when possible, better analysis of pre-calculated PC values when delay slots are involved. cpu/sh: Cleaned up register dependency analysis logging, fixed an instruction analysis bug. cpu/sharc: Disassemble unimplemented instructions executed in recompiled code, include tag in more fatal errors, use throw syntax to make it cleared it's an early out.