mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 22:09:32 +02:00
* properly calc new src register for OP_XOR
git-svn-id: trunk@45743 -
This commit is contained in:
parent
ff47dc09e7
commit
792eafadef
@ -1132,7 +1132,7 @@ implementation
|
|||||||
if shuffle=nil then
|
if shuffle=nil then
|
||||||
begin
|
begin
|
||||||
dst:=newreg(R_MMREGISTER,getsupreg(dst),R_SUBMM16B);
|
dst:=newreg(R_MMREGISTER,getsupreg(dst),R_SUBMM16B);
|
||||||
src:=newreg(R_MMREGISTER,getsupreg(dst),R_SUBMM16B);
|
src:=newreg(R_MMREGISTER,getsupreg(src),R_SUBMM16B);
|
||||||
list.concat(taicpu.op_reg_reg_reg(A_EOR,dst,dst,src))
|
list.concat(taicpu.op_reg_reg_reg(A_EOR,dst,dst,src))
|
||||||
end
|
end
|
||||||
else if (src<>dst) or
|
else if (src<>dst) or
|
||||||
|
Loading…
Reference in New Issue
Block a user