Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.cpp50 static constexpr unsigned int move2 = move1 + 8 * 2; // 8: skip one pair in ByteSwap() local
51 static constexpr unsigned int move3 = move2 + 8 * 2; // 8: skip another pair in ByteSwap()
61 x = ((((x) & iByteMuskOff3) >> move2) | (((x) & iByteMuskOff2) >> move1) | in ByteSwap()
62 (((x) & iByteMuskOff1) << move1) | (((x) & iByteMuskOff0) << move2)); in ByteSwap()
66 (((x) & llByteMuskOff5) >> move2) | (((x) & llByteMuskOff4) >> move1) | in ByteSwap()
67 (((x) & llByteMuskOff3) << move1) | (((x) & llByteMuskOff2) << move2) | in ByteSwap()

Completed in 2 milliseconds