mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-29 18:56:17 +01:00
The encoding for negation and absolute value was wrong.
Extracting is now done manually. Similar instructions having different
encodings is the rule, not the exception. To keep sanity and readability
I preferred to extract the desired bit manually.
This is implemented against nxas:
|
||
|---|---|---|
| .. | ||
| buffer_cache | ||
| engines | ||
| renderer_opengl | ||
| renderer_vulkan | ||
| shader | ||
| texture_cache | ||
| textures | ||
| CMakeLists.txt | ||
| dirty_flags.cpp | ||
| dirty_flags.h | ||
| dma_pusher.cpp | ||
| dma_pusher.h | ||
| gpu.cpp | ||
| gpu.h | ||
| gpu_asynch.cpp | ||
| gpu_asynch.h | ||
| gpu_synch.cpp | ||
| gpu_synch.h | ||
| gpu_thread.cpp | ||
| gpu_thread.h | ||
| guest_driver.cpp | ||
| guest_driver.h | ||
| macro_interpreter.cpp | ||
| macro_interpreter.h | ||
| memory_manager.cpp | ||
| memory_manager.h | ||
| morton.cpp | ||
| morton.h | ||
| query_cache.h | ||
| rasterizer_accelerated.cpp | ||
| rasterizer_accelerated.h | ||
| rasterizer_cache.cpp | ||
| rasterizer_cache.h | ||
| rasterizer_interface.h | ||
| renderer_base.cpp | ||
| renderer_base.h | ||
| sampler_cache.cpp | ||
| sampler_cache.h | ||
| surface.cpp | ||
| surface.h | ||
| video_core.cpp | ||
| video_core.h | ||