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 | 370 value->SetC(BSWAP(value->GetC())); in ByteSwap() 375 value->SetS(BSWAP(value->GetS())); in ByteSwap() 380 value->SetI(BSWAP(value->GetI())); in ByteSwap() 385 value->SetJ(BSWAP(value->GetJ())); in ByteSwap() 572 sum = BSWAP(current_value) + value_; in Access() 576 BSWAP(sum), in Access() 579 StoreResult(BSWAP(current_value), result_); in Access() 1249 *value = BSWAP(*value); in MaybeByteSwap()
|
/art/libartbase/base/ |
D | bit_utils.h | 95 constexpr T BSWAP(T x) { in BSWAP() function
|