RFR: 8303553: AArch64: Add BCAX backend rule

changpeng1997 duke at openjdk.org
Thu Mar 30 09:10:14 UTC 2023


On Thu, 30 Mar 2023 08:59:33 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

> `bsl(dst, src2, src3) == (dst & src3) | (src2 & ~src3)` which is a bitwise logical operation

@merykitty Sorry, these instructions are logical-operation instructions indeed.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13222#issuecomment-1489957022


More information about the hotspot-compiler-dev mailing list