mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +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
|
@ -661,9 +661,6 @@ class Assembler : public AbstractAssembler {
|
|||
stx_op3 = 0x0e,
|
||||
swap_op3 = 0x0f,
|
||||
|
||||
lduwa_op3 = 0x10,
|
||||
ldxa_op3 = 0x1b,
|
||||
|
||||
stwa_op3 = 0x14,
|
||||
stxa_op3 = 0x1e,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue