mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-17 07:33:49 -07:00
Given we have fixed allocation orders, we can just directly return a span instead of a pointer and a size via an out parameter. Makes it a little more convenient, since we get both pieces of info at once, and also have the ability to iterate directly off the span out of the box. |
||
|---|---|---|
| .. | ||
| RegCache | ||
| Jit64_Tables.cpp | ||
| Jit_Branch.cpp | ||
| Jit_FloatingPoint.cpp | ||
| Jit_Integer.cpp | ||
| Jit_LoadStore.cpp | ||
| Jit_LoadStoreFloating.cpp | ||
| Jit_LoadStorePaired.cpp | ||
| Jit_Paired.cpp | ||
| Jit_SystemRegisters.cpp | ||
| Jit.cpp | ||
| Jit.h | ||
| JitAsm.cpp | ||
| JitAsm.h | ||