parallel_move_test.cc | 70 HParallelMove* moves = new (allocator) HParallelMove(allocator); local 72 moves->AddMove(new (allocator) MoveOperands( 76 return moves; 85 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}}; local 86 resolver.EmitNativeCode(BuildParallelMove(&allocator, moves, arraysize(moves))); 92 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {2, 3}, {1, 4}}; local 93 resolver.EmitNativeCode(BuildParallelMove(&allocator, moves, arraysize(moves))); 104 static constexpr size_t moves[][2] = {{0, 1}, {1, 0}} local 111 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {1, 0}}; local 118 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {2, 3}, {3, 4}, {4, 1}}; local 125 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {2, 3}, {3, 4}, {4, 1}, {5, 4}}; local [all...] |