hotspot/src/cpu/x86/vm/register_x86.hpp
inline XMMRegister as_XMMRegister(int encoding) {
{- -------------------------------------------
(1) encoding 引数の値をそのままリターンするだけ.
---------------------------------------- -}
return (XMMRegister)(intptr_t)encoding;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.