]> Git Repo - qemu.git/commit
target/i386: do not use MOVL to move data between SSE registers
authorPaolo Bonzini <[email protected]>
Fri, 26 Aug 2022 21:15:33 +0000 (23:15 +0200)
committerPaolo Bonzini <[email protected]>
Thu, 1 Sep 2022 18:16:33 +0000 (20:16 +0200)
commit3dd116e32e8624dcfa966570a7806e92e19dc380
tree1a9264d3c5c35f7ebd42ba11d5e8ed41df9ae769
parent91117bc546b10aeefd6d78502d82df5729f5f780
target/i386: do not use MOVL to move data between SSE registers

Write down explicitly the load/store sequence.

Extracted from a patch by Paul Brook <[email protected]>.

Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target/i386/tcg/translate.c
This page took 0.025612 seconds and 4 git commands to generate.