mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 14:19:31 +02:00
* AArch64: enable TARMAsmOptimizer.OptPass1And
git-svn-id: trunk@45544 -
This commit is contained in:
parent
8ffd756546
commit
42e4d66c5e
@ -548,11 +548,12 @@ Implementation
|
|||||||
A_ASR,
|
A_ASR,
|
||||||
A_LSL:
|
A_LSL:
|
||||||
Result:=OptPass1Shift(p);
|
Result:=OptPass1Shift(p);
|
||||||
|
A_AND:
|
||||||
|
Result:=OptPass1And(p);
|
||||||
A_ADD,
|
A_ADD,
|
||||||
A_ADC,
|
A_ADC,
|
||||||
A_SUB,
|
A_SUB,
|
||||||
A_SBC,
|
A_SBC,
|
||||||
A_AND,
|
|
||||||
A_BIC,
|
A_BIC,
|
||||||
A_EOR,
|
A_EOR,
|
||||||
A_ORR,
|
A_ORR,
|
||||||
|
Loading…
Reference in New Issue
Block a user