mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 07:28:09 +01:00
A32: Add decoders for remaining v7 instructions
This commit is contained in:
parent
8b3bc92bce
commit
9a38c7324f
7 changed files with 198 additions and 17 deletions
|
|
@ -106,6 +106,8 @@ if ("A32" IN_LIST DYNARMIC_FRONTENDS)
|
|||
target_sources(dynarmic PRIVATE
|
||||
frontend/A32/decoder/arm.h
|
||||
frontend/A32/decoder/arm.inc
|
||||
frontend/A32/decoder/asimd.h
|
||||
frontend/A32/decoder/asimd.inc
|
||||
frontend/A32/decoder/thumb16.h
|
||||
frontend/A32/decoder/thumb32.h
|
||||
frontend/A32/decoder/vfp.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue