dynarmic/src
Lioncash 7ef7def661 A64: Implement SQ{ADD, SUB}, and UQ{ADD, SUB}'s vector variants
Currently we implement these in terms of the scalar variants. Falling
back to the interpreter is slow enough to make it more effective than
doing that.
2020-04-22 20:46:23 +01:00
..
backend_x64 ir: Add opcodes for unsigned saturating add and subtract 2020-04-22 20:46:23 +01:00
common backend_x64: Fix FPVectorMulAdd and FPMulAdd NaN handling with denormals 2020-04-22 20:46:23 +01:00
frontend A64: Implement SQ{ADD, SUB}, and UQ{ADD, SUB}'s vector variants 2020-04-22 20:46:23 +01:00
ir_opt general: Remove unused lambda captures 2020-04-22 20:46:16 +01:00
CMakeLists.txt A32/decoders: Split instruction list into include file 2020-04-22 20:46:23 +01:00