Home
last modified time | relevance | path

Searched refs:moves (Results 1 – 25 of 153) sorted by relevance

1234567

/external/llvm/test/CodeGen/SystemZ/
Dint-move-01.ll1 ; Test moves between GPRs.
5 ; Test 8-bit moves, which should get promoted to i32.
13 ; Test 16-bit moves, which again should get promoted to i32.
21 ; Test 32-bit moves.
29 ; Test 64-bit moves.
Dfp-move-01.ll1 ; Test moves between FPRs.
5 ; Test f32 moves.
12 ; Test f64 moves.
19 ; Test f128 moves. Since f128s are passed by reference, we need to force
Dfp-move-09.ll1 ; Test moves between FPRs and GPRs for z196 and above.
5 ; Check that moves from i32s to floats can use high registers.
19 ; Check that moves from floats to i32s can use high registers.
Dint-const-05.ll1 ; Test moves of integers to 4-byte memory locations.
5 ; Check moves of zero.
32 ; Check moves of -1.
Dint-const-06.ll1 ; Test moves of integers to 8-byte memory locations.
5 ; Check moves of zero.
32 ; Check moves of -1.
Dfp-move-02.ll1 ; Test moves between FPRs and GPRs. The 32-bit cases test the z10
11 ; Test 32-bit moves from GPRs to FPRs. The GPR must be moved into the high
57 ; Test 64-bit moves from GPRs to FPRs.
65 ; Test 128-bit moves from GPRs to FPRs. i128 isn't a legitimate type,
80 ; Test 32-bit moves from FPRs to GPRs. The high 32 bits of the FPR should
90 ; Test 64-bit moves from FPRs to GPRs.
98 ; Test 128-bit moves from FPRs to GPRs, with the same restriction as f6.
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_base.cc186 const std::vector<WebPluginGeometry>& moves) { in MovePluginWindowsHelper() argument
187 if (moves.empty()) in MovePluginWindowsHelper()
194 ::BeginDeferWindowPos(static_cast<int>(moves.size())); in MovePluginWindowsHelper()
205 for (size_t i = 0; i < moves.size(); ++i) { in MovePluginWindowsHelper()
207 const WebPluginGeometry& move = moves[i]; in MovePluginWindowsHelper()
316 for (size_t i = 0; i < moves.size(); ++i) { in MovePluginWindowsHelper()
317 const WebPluginGeometry& move = moves[i]; in MovePluginWindowsHelper()
Drender_widget_host_view_base.h210 const std::vector<WebPluginGeometry>& moves) = 0;
368 const std::vector<WebPluginGeometry>& moves);
Drender_widget_host_view_aura.cc691 std::vector<WebPluginGeometry> moves = plugin_window_moves; in MovePluginWindows() local
695 for (size_t i = 0; i < moves.size(); ++i) { in MovePluginWindows()
696 gfx::Rect clip(moves[i].clip_rect); in MovePluginWindows()
698 moves[i].window_rect.OffsetFromOrigin()); in MovePluginWindows()
702 moves[i].clip_rect = clip; in MovePluginWindows()
704 moves[i].window_rect.Offset(view_bounds.OffsetFromOrigin()); in MovePluginWindows()
706 plugin_window_moves_[moves[i].window] = moves[i]; in MovePluginWindows()
712 offset_cutout -= moves[i].window_rect.OffsetFromOrigin(); in MovePluginWindows()
713 moves[i].cutout_rects.push_back(offset_cutout); in MovePluginWindows()
717 MovePluginWindowsHelper(parent, moves); in MovePluginWindows()
[all …]
/external/llvm/test/Transforms/InstCombine/
Dmemset2.ll7 define i32 @test(%struct.Moves addrspace(1)* nocapture %moves) {
10 %gep = getelementptr inbounds %struct.Moves addrspace(1)* %moves, i32 1, i32 0, i32 9
/external/chromium_org/chrome/browser/ui/cocoa/
Ddraggable_button_unittest.mm95 // If the mouse only moves one pixel in each direction
102 // If the mouse moves > 5 pixels in either direciton
127 // If the mouse moves > 5 pixels in either direciton it should cause a drag.
/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp628 const char *moves, in TestPreviousNext() argument
649 const char *move=moves; in TestPreviousNext()
666 uprv_strcpy(history, moves); in TestPreviousNext()
667 history[move-moves]=0; in TestPreviousNext()
678 uprv_strcpy(history, moves); in TestPreviousNext()
679 history[move-moves]=0; in TestPreviousNext()
748 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNext() local
754 moves, UNORM_NFD, "basic"); in TestPreviousNext()
760 moves, UNORM_NFKC, "j2911"); in TestPreviousNext()
767 moves, UNORM_NFD, "basic_2"); in TestPreviousNext()
[all …]
Dcitrtest.cpp768 const char *moves, const char *which) { in TestUCharIterator() argument
775 switch(moves[m]) { in TestUCharIterator()
830 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves); in TestUCharIterator()
839 … errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]); in TestUCharIterator()
847 const char *const moves= in TestUCharIterator() local
862 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString"); in TestUCharIterator()
864 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator"); in TestUCharIterator()
866 TestUCharIterator(&rIter, compareCI, moves, "uiter_setReplaceable"); in TestUCharIterator()
Dcitrtest.h40 …void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *…
Dtstnorm.h59 const char *moves,
/external/chromium_org/third_party/icu/source/test/intltest/
Dtstnorm.cpp627 const char *moves, in TestPreviousNext() argument
648 const char *move=moves; in TestPreviousNext()
665 uprv_strcpy(history, moves); in TestPreviousNext()
666 history[move-moves]=0; in TestPreviousNext()
677 uprv_strcpy(history, moves); in TestPreviousNext()
678 history[move-moves]=0; in TestPreviousNext()
747 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNext() local
753 moves, UNORM_NFD, "basic"); in TestPreviousNext()
759 moves, UNORM_NFKC, "j2911"); in TestPreviousNext()
766 moves, UNORM_NFD, "basic_2"); in TestPreviousNext()
[all …]
Dcitrtest.cpp767 const char *moves, const char *which) { in TestUCharIterator() argument
774 switch(moves[m]) { in TestUCharIterator()
829 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves); in TestUCharIterator()
838 … errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]); in TestUCharIterator()
846 const char *const moves= in TestUCharIterator() local
861 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString"); in TestUCharIterator()
863 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator"); in TestUCharIterator()
865 TestUCharIterator(&rIter, compareCI, moves, "uiter_setReplaceable"); in TestUCharIterator()
Dcitrtest.h40 …void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *…
Dtstnorm.h59 const char *moves,
/external/chromium_org/v8/src/mips/
Dlithium-gap-resolver-mips.cc57 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList() local
58 for (int i = 0; i < moves->length(); ++i) { in BuildInitialMoveList()
59 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
/external/chromium_org/v8/src/arm64/
Dlithium-gap-resolver-arm64.cc79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList() local
80 for (int i = 0; i < moves->length(); ++i) { in BuildInitialMoveList()
81 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
/external/chromium_org/v8/src/arm/
Dlithium-gap-resolver-arm.cc73 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList() local
74 for (int i = 0; i < moves->length(); ++i) { in BuildInitialMoveList()
75 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
/external/chromium_org/v8/src/x64/
Dlithium-gap-resolver-x64.cc51 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList() local
52 for (int i = 0; i < moves->length(); ++i) { in BuildInitialMoveList()
53 LMoveOperands move = moves->at(i); in BuildInitialMoveList()
/external/llvm/test/CodeGen/X86/
Dx86-64-tls-1.ll5 ; The add and the moves can be folded together.
/external/chromium_org/third_party/mt19937ar/
DREADME.chromium12 Note: Once Chromium moves to C++11, this can be removed in favor

1234567