/external/llvm/test/CodeGen/SystemZ/ |
D | int-move-01.ll | 1 ; 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.
|
D | fp-move-01.ll | 1 ; 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
|
D | fp-move-09.ll | 1 ; 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.
|
D | int-const-05.ll | 1 ; Test moves of integers to 4-byte memory locations. 5 ; Check moves of zero. 32 ; Check moves of -1.
|
D | int-const-06.ll | 1 ; Test moves of integers to 8-byte memory locations. 5 ; Check moves of zero. 32 ; Check moves of -1.
|
D | fp-move-02.ll | 1 ; 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/ |
D | render_widget_host_view_base.cc | 186 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()
|
D | render_widget_host_view_base.h | 210 const std::vector<WebPluginGeometry>& moves) = 0; 368 const std::vector<WebPluginGeometry>& moves);
|
D | render_widget_host_view_aura.cc | 691 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/ |
D | memset2.ll | 7 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/ |
D | draggable_button_unittest.mm | 95 // 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/ |
D | tstnorm.cpp | 628 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 …]
|
D | citrtest.cpp | 768 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()
|
D | citrtest.h | 40 …void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *…
|
D | tstnorm.h | 59 const char *moves,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tstnorm.cpp | 627 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 …]
|
D | citrtest.cpp | 767 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()
|
D | citrtest.h | 40 …void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *…
|
D | tstnorm.h | 59 const char *moves,
|
/external/chromium_org/v8/src/mips/ |
D | lithium-gap-resolver-mips.cc | 57 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/ |
D | lithium-gap-resolver-arm64.cc | 79 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/ |
D | lithium-gap-resolver-arm.cc | 73 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/ |
D | lithium-gap-resolver-x64.cc | 51 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/ |
D | x86-64-tls-1.ll | 5 ; The add and the moves can be folded together.
|
/external/chromium_org/third_party/mt19937ar/ |
D | README.chromium | 12 Note: Once Chromium moves to C++11, this can be removed in favor
|