mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 22:18:16 +01:00
Proper implementation of Arm::Translate
This commit is contained in:
parent
d743adf518
commit
14388ea690
29 changed files with 276 additions and 90 deletions
|
|
@ -5,8 +5,8 @@
|
|||
// We can provide simple Thumb simulation by decoding the Thumb instruction into its corresponding
|
||||
// ARM instruction, and using the existing ARM simulator.
|
||||
|
||||
#include "tests/skyeye_interpreter/dyncom/arm_dyncom_thumb.h"
|
||||
#include "tests/skyeye_interpreter/skyeye_common/armsupp.h"
|
||||
#include "skyeye_interpreter/dyncom/arm_dyncom_thumb.h"
|
||||
#include "skyeye_interpreter/skyeye_common/armsupp.h"
|
||||
|
||||
// Decode a 16bit Thumb instruction. The instruction is in the low 16-bits of the tinstr field,
|
||||
// with the following Thumb instruction held in the high 16-bits. Passing in two Thumb instructions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue