mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6946040: add intrinsic for short and char reverseBytes
Reviewed-by: never, twisti
This commit is contained in:
parent
166ea7f01c
commit
cd48f31efe
13 changed files with 495 additions and 78 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved.
|
||||
* Copyright 1997-2010 Sun Microsystems, Inc. All Rights Reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -44,6 +44,8 @@ macro(Bool)
|
|||
macro(BoxLock)
|
||||
macro(ReverseBytesI)
|
||||
macro(ReverseBytesL)
|
||||
macro(ReverseBytesUS)
|
||||
macro(ReverseBytesS)
|
||||
macro(CProj)
|
||||
macro(CallDynamicJava)
|
||||
macro(CallJava)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue