Searched refs:swap_u2 (Results 1 - 16 of 16) sorted by relevance

/openjdk9/hotspot/src/os_cpu/linux_aarch64/vm/
H A Dbytes_linux_aarch64.inline.hpp33 inline u2 Bytes::swap_u2(u2 x) { function in class:Bytes
/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dbytes_linux_arm.inline.hpp32 inline u2 Bytes::swap_u2(u2 x) { function in class:Bytes
/openjdk9/hotspot/src/os_cpu/linux_zero/vm/
H A Dbytes_linux_zero.inline.hpp33 inline u2 Bytes::swap_u2(u2 x) { function in class:Bytes
/openjdk9/hotspot/src/os_cpu/linux_s390/vm/
H A Dbytes_linux_s390.inline.hpp34 inline u2 swap_u2(u2 x) { function
/openjdk9/hotspot/src/os_cpu/linux_ppc/vm/
H A Dbytes_linux_ppc.inline.hpp34 inline u2 Bytes::swap_u2(u2 x) { return bswap_16(x); } function in class:Bytes
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dbytes_aarch64.hpp53 static inline u2 get_Java_u2(address p) { return swap_u2(get_native_u2(p)); }
57 static inline void put_Java_u2(address p, u2 x) { put_native_u2(p, swap_u2(x)); }
63 static inline u2 swap_u2(u2 x); // compiler-dependent implementation
69 // The following header contains the implementations of swap_u2, swap_u4, and swap_u8[_base]
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp59 static inline u2 get_Java_u2(address p) { return swap_u2(get_native_u2(p)); }
63 static inline void put_Java_u2(address p, u2 x) { put_native_u2(p, swap_u2(x)); }
69 static inline u2 swap_u2(u2 x); // compiler-dependent implementation
74 // The following header contains the implementations of swap_u2, swap_u4, and swap_u8[_base]
/openjdk9/hotspot/src/os_cpu/linux_x86/vm/
H A Dbytes_linux_x86.inline.hpp32 inline u2 Bytes::swap_u2(u2 x) { function in class:Bytes
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dbytes_ppc.hpp45 static inline u2 swap_u2(u2 x);
148 static inline u2 get_Java_u2(address p) { return swap_u2(get_native_u2(p)); }
152 static inline void put_Java_u2(address p, u2 x) { put_native_u2(p, swap_u2(x)); }
163 static inline u2 swap_u2(u2 x) { return x; }
/openjdk9/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbytes_bsd_x86.inline.hpp54 inline u2 Bytes::swap_u2(u2 x) { function in class:Bytes
/openjdk9/hotspot/src/os_cpu/bsd_zero/vm/
H A Dbytes_bsd_zero.inline.hpp55 inline u2 Bytes::swap_u2(u2 x) { function in class:Bytes
/openjdk9/hotspot/src/os_cpu/windows_x86/vm/
H A Dbytes_windows_x86.inline.hpp32 inline u2 Bytes::swap_u2(u2 x) { function in class:Bytes
/openjdk9/hotspot/src/os_cpu/solaris_x86/vm/
H A Dbytes_solaris_x86.inline.hpp40 inline u2 Bytes::swap_u2(u2 x) { function in class:Bytes
/openjdk9/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp133 static inline u2 swap_u2(u2 x);
159 static inline u2 swap_u2(u2 x) { return x; } function in class:Bytes
166 // The following header contains the implementations of swap_u2,
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp42 static inline u2 swap_u2(u2 x) { return x; } function in class:Bytes
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dbytes_arm.hpp186 static inline u2 swap_u2(u2 x);
192 // The following header contains the implementations of swap_u2, swap_u4, and swap_u8

Completed in 85 milliseconds