mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 04:29:42 +02:00
* TARMAsmOptimizer.USxtOp2Op sets register size if needed
This commit is contained in:
parent
26c69d564f
commit
fd74c26707
@ -231,6 +231,8 @@ Implementation
|
||||
else
|
||||
opoffset:=1;
|
||||
taicpu(hp1).loadReg(opoffset+1,taicpu(p).oper[1]^.reg);
|
||||
if not(shiftmode in [SM_SXTX,SM_UXTX,SM_LSL]) then
|
||||
setsubreg(taicpu(hp1).oper[opoffset+1]^.reg,R_SUBD);
|
||||
taicpu(hp1).ops:=opoffset+3;
|
||||
shifterop_reset(so);
|
||||
so.shiftmode:=shiftmode;
|
||||
|
Loading…
Reference in New Issue
Block a user