Searched refs:BSWAP (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_intrinsics.cc | 65 UNARY_INTRINSIC(MterpIntegerReverseBytes, BSWAP, GetVReg, SetI); 98 UNARY_INTRINSIC(MterpLongReverseBytes, BSWAP, GetVRegLong, SetJ); 128 UNARY_INTRINSIC(MterpShortReverseBytes, BSWAP, GetVRegShort, SetS);
|
/art/runtime/mirror/ |
D | var_handle.cc | 277 value->SetC(BSWAP(value->GetC())); in ByteSwap() 282 value->SetS(BSWAP(value->GetS())); in ByteSwap() 287 value->SetI(BSWAP(value->GetI())); in ByteSwap() 292 value->SetJ(BSWAP(value->GetJ())); in ByteSwap() 479 sum = BSWAP(current_value) + value_; in Access() 483 BSWAP(sum), in Access() 486 StoreResult(BSWAP(current_value), result_); in Access() 1156 *value = BSWAP(*value); in MaybeByteSwap()
|
/art/libartbase/base/ |
D | bit_utils.h | 95 constexpr T BSWAP(T x) { in BSWAP() function
|