mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:09:18 +02:00
* arm thumb does not support ror reg1,reg2,#imm
git-svn-id: trunk@25355 -
This commit is contained in:
parent
950194678a
commit
f34bee1df7
@ -4052,7 +4052,7 @@ unit cgcpu;
|
|||||||
list.concat(taicpu.op_reg_reg_const(op_reg_reg_opcg2asmop[op],dst,dst,imm2));
|
list.concat(taicpu.op_reg_reg_const(op_reg_reg_opcg2asmop[op],dst,dst,imm2));
|
||||||
end
|
end
|
||||||
{$endif DUMMY}
|
{$endif DUMMY}
|
||||||
else if (op in [OP_SHL, OP_SHR, OP_SAR, OP_ROR]) then
|
else if (op in [OP_SHL, OP_SHR, OP_SAR]) then
|
||||||
begin
|
begin
|
||||||
list.concat(taicpu.op_reg_reg_const(op_reg_opcg2asmop[op],dst,dst,a));
|
list.concat(taicpu.op_reg_reg_const(op_reg_opcg2asmop[op],dst,dst,a));
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user