* more use of OptPass1OP

This commit is contained in:
florian 2024-11-14 22:58:14 +01:00
parent 8c8bef492f
commit 89b1cdefbe

View File

@ -624,6 +624,7 @@ implementation
A_ADD,
{$ifdef riscv64}
A_ADDIW,
A_SUBW,
{$endif riscv64}
A_DIV,
A_DIVU,
@ -633,10 +634,11 @@ implementation
{$endif riscv64}
A_REM,
A_REMU,
{$ifdef riscv64}
{$ifdef riscv64}
A_REMW,
A_REMUW,
{$endif riscv64}
A_MULW,
{$endif riscv64}
A_MUL,
A_MULH,
A_MULHSU,