dynarmic/src/backend
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
..
x64 emit_x64_vector: Simplify "position == 0" case for EmitVectorExtractLower() 2020-04-22 20:53:46 +01:00