Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.cpp52 static constexpr unsigned int move4 = move3 + 8 * 2; // 8: skip another pair in ByteSwap() local
65 x = ((((x) & llByteMuskOff7) >> move4) | (((x) & llByteMuskOff6) >> move3) | in ByteSwap()
68 (((x) & llByteMuskOff1) << move3) | (((x) & llByteMuskOff0) << move4)); in ByteSwap()

Completed in 2 milliseconds