8179527: Implement intrinsic code for reverseBytes with load/store (original) (raw)

Gustavo Serra Scalet gustavo.scalet at eldorado.org.br
Tue May 2 15:05:09 UTC 2017


Hi Michihiro,

I wonder if there is no vectorized approach for implementing your "bytes_reverse_long_Ex" instruct on ppc.ad. Or did you avoid doing it so intentionally?

-----Original Message----- From: ppc-aix-port-dev [mailto:ppc-aix-port-dev-_ _bounces at openjdk.java.net] On Behalf Of Michihiro Horie Sent: terça-feira, 2 de maio de 2017 11:47 To: ppc-aix-port-dev at openjdk.java.net; hotspot-dev at openjdk.java.net; volker.simonis at sap.com; martin.doerr at sap.com Subject: 8179527: Implement intrinsic code for reverseBytes with load/store

Dear all, Would you please review following change? Bug: https://bugs.openjdk.java.net/browse/JDK-8179527 Webrev: http://cr.openjdk.java.net/~horii/8179527/webrev.00/ I added new intrinsic code for reverseBytes() in ppc.ad with * match(Set dst (ReverseBytesI/L/US/S (LoadI src))); * match(Set dst (StoreI dst (ReverseBytesI/L/US/S src)));

Best regards, -- Michihiro, IBM Research - Tokyo



More information about the hotspot-dev mailing list