mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-09 20:31:06 +00:00
Allow coprocessor interface to provide pointers instead of a callback. This allows for a fastpath when all that is required is to read or write a value and no other action needs to be taken. |
||
|---|---|---|
| .. | ||
| abi.cpp | ||
| abi.h | ||
| block_of_code.cpp | ||
| block_of_code.h | ||
| emit_x64.cpp | ||
| emit_x64.h | ||
| hostloc.cpp | ||
| hostloc.h | ||
| interface_x64.cpp | ||
| jitstate.cpp | ||
| jitstate.h | ||
| reg_alloc.cpp | ||
| reg_alloc.h | ||
| unwind_generic.cpp | ||
| unwind_windows.cpp | ||