Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.cpp43 static constexpr unsigned long long llByteMuskOff2 = llByteMuskOff1 << 8; in ByteSwap() local
44 static constexpr unsigned long long llByteMuskOff3 = llByteMuskOff2 << 8; in ByteSwap()
67 (((x) & llByteMuskOff3) << move1) | (((x) & llByteMuskOff2) << move2) | in ByteSwap()

Completed in 2 milliseconds