mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 06:28:13 +01:00
IR: Implement VectorSaturated{Signed,Unsigned}{Add,Sub}
This commit is contained in:
parent
3a50d444dc
commit
4e90754873
5 changed files with 471 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ if (ARCHITECTURE_x86_64)
|
|||
backend/x64/emit_x64_sm4.cpp
|
||||
backend/x64/emit_x64_vector.cpp
|
||||
backend/x64/emit_x64_vector_floating_point.cpp
|
||||
backend/x64/emit_x64_vector_saturation.cpp
|
||||
backend/x64/exception_handler.h
|
||||
backend/x64/hostloc.cpp
|
||||
backend/x64/hostloc.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue