dynarmic/src
Lioncash 87372917f9 emit_x64_vector: Simplify "position == 0" case for EmitVectorExtractLower()
In the event position == 0, we can just treat it as a simple movq,
clearing the upper half of the XMM register. This also makes that case
use only one register.
2020-04-22 20:53:46 +01:00
..
backend/x64 emit_x64_vector: Simplify "position == 0" case for EmitVectorExtractLower() 2020-04-22 20:53:46 +01:00
common fp/info: Incorrect point_position in FPValue 2020-04-22 20:53:45 +01:00
frontend A64: Implement SQDMULH's by-element scalar variant 2020-04-22 20:53:46 +01:00
ir_opt general: Remove unused lambda captures 2020-04-22 20:46:16 +01:00
CMakeLists.txt block_of_code: Hide NX support behind compiler flag 2020-04-22 20:53:46 +01:00