Home
last modified time | relevance | path

Searched refs:BSWAP (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_intrinsics.cc65 UNARY_INTRINSIC(MterpIntegerReverseBytes, BSWAP, GetVReg, SetI);
98 UNARY_INTRINSIC(MterpLongReverseBytes, BSWAP, GetVRegLong, SetJ);
128 UNARY_INTRINSIC(MterpShortReverseBytes, BSWAP, GetVRegShort, SetS);
/art/libartbase/base/
Dbit_utils.h95 constexpr T BSWAP(T x) { in BSWAP() function