mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-24 00:04:51 +01:00
BackendX64: Merge Routines into BlockOfCode
This commit is contained in:
parent
0f412247ed
commit
aba705f6b9
9 changed files with 89 additions and 90 deletions
|
|
@ -30,7 +30,7 @@ memory location and memory reader callback and returns a basic block of IR.
|
|||
* The IR can be found under `src/frontend/ir/`.
|
||||
* Optimization is not implemented yet.
|
||||
* Emission is done by `EmitX64` which can be found in `src/backend_x64/emit_x64.{h,cpp}`.
|
||||
* Execution is performed by calling `Routines::RunCode` in `src/backend_x64/routines.{h,cpp}`.
|
||||
* Execution is performed by calling `BlockOfCode::RunCode` in `src/backend_x64/routines.{h,cpp}`.
|
||||
|
||||
## Decoder
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue