Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.cpp41 static constexpr unsigned long long llByteMuskOff0 = 0xffuLL; in ByteSwap() local
42 static constexpr unsigned long long llByteMuskOff1 = llByteMuskOff0 << 8; in ByteSwap()
68 (((x) & llByteMuskOff1) << move3) | (((x) & llByteMuskOff0) << move4)); in ByteSwap()

Completed in 1 milliseconds