IR: Implement VectorSaturated{Signed,Unsigned}{Add,Sub}

This commit is contained in:
MerryMage 2020-05-30 15:21:55 +01:00
parent 3a50d444dc
commit 4e90754873
5 changed files with 471 additions and 0 deletions

View file

@ -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