* getsubreg => getsupreg

git-svn-id: trunk@38344 -
This commit is contained in:
florian 2018-02-25 15:34:14 +00:00
parent fc6c0e8ef4
commit c5f8567ed7

View File

@ -2845,7 +2845,7 @@ unit aoptx86;
MatchInstruction(hp1,A_MOVZX,[]) and
(taicpu(hp1).oper[0]^.typ = top_reg) and
MatchOperand(taicpu(p).oper[1]^,taicpu(hp1).oper[1]^) and
(getsubreg(taicpu(hp1).oper[0]^.reg)=getsubreg(taicpu(hp1).oper[1]^.reg)) and
(getsupreg(taicpu(hp1).oper[0]^.reg)=getsupreg(taicpu(hp1).oper[1]^.reg)) and
(((taicpu(p).opsize=S_W) and
(taicpu(hp1).opsize=S_BW)) or
((taicpu(p).opsize=S_L) and