mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 07:08:12 +02:00
* Xtensa: taicpu.spilling_get_operation_type improved
git-svn-id: trunk@46819 -
This commit is contained in:
parent
edd10be1e2
commit
27b4f3df60
@ -441,10 +441,20 @@ uses cutils, cclasses;
|
||||
else
|
||||
result := operand_read;
|
||||
case opcode of
|
||||
A_CALL0,
|
||||
A_CALL4,
|
||||
A_CALL8,
|
||||
A_CALL12,
|
||||
A_CALLX0,
|
||||
A_CALLX4,
|
||||
A_CALLX8,
|
||||
A_CALLX12,
|
||||
A_S8I,
|
||||
A_S16I,
|
||||
A_S32I,
|
||||
A_SSI,
|
||||
A_J,
|
||||
A_JX,
|
||||
A_B:
|
||||
result := operand_read;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user