-
Enhancement
-
Resolution: Fixed
-
P4
-
25
-
b03
-
riscv
-
linux
When `step` is 16, the `andi` instruction in the loop performs a bitwise AND with immediate mask value 0xFFFF.
This will emit 3 instructions. It's effectively a zero extension operation and could be reduced to 1 or 2
instructions repectively depending on whether Zbb extension is available.
This will emit 3 instructions. It's effectively a zero extension operation and could be reduced to 1 or 2
instructions repectively depending on whether Zbb extension is available.
- links to
-
Commit(master) openjdk/jdk/6b89954c
-
Review(master) openjdk/jdk/22800