/external/valgrind/main/exp-bbv/tests/x86/ |
rep_prefix.S | 91 moves: label
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
rep_prefix.S | 125 moves: label
|
/external/v8/src/arm/ |
lithium-gap-resolver-arm.cc | 45 // Build up a worklist of moves. 50 // Skip constants to perform them last. They don't block other moves 51 // and skipping such moves with register destinations keeps those 62 // Perform the moves with constant sources. 75 // Perform a linear sweep of the moves to add them to the initial list of 76 // moves to perform, ignoring any move that is redundant (the source is 79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local 80 for (int i = 0; i < moves->length(); ++i) { 81 LMoveOperands move = moves->at(i); 94 // We can only find a cycle, when doing a depth-first traversal of moves, [all...] |
/external/v8/src/mips/ |
lithium-gap-resolver-mips.cc | 46 // Build up a worklist of moves. 51 // Skip constants to perform them last. They don't block other moves 52 // and skipping such moves with register destinations keeps those 63 // Perform the moves with constant sources. 76 // Perform a linear sweep of the moves to add them to the initial list of 77 // moves to perform, ignoring any move that is redundant (the source is 80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local 81 for (int i = 0; i < moves->length(); ++i) { 82 LMoveOperands move = moves->at(i); 95 // We can only find a cycle, when doing a depth-first traversal of moves, [all...] |
/external/v8/src/x64/ |
lithium-gap-resolver-x64.cc | 44 // Build up a worklist of moves. 49 // Skip constants to perform them last. They don't block other moves 50 // and skipping such moves with register destinations keeps those 57 // Perform the moves with constant sources. 70 // Perform a linear sweep of the moves to add them to the initial list of 71 // moves to perform, ignoring any move that is redundant (the source is 74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local 75 for (int i = 0; i < moves->length(); ++i) { 76 LMoveOperands move = moves->at(i); 96 // multiple moves to be pending [all...] |
/external/v8/src/ia32/ |
lithium-gap-resolver-ia32.cc | 48 // Build up a worklist of moves. 53 // Skip constants to perform them last. They don't block other moves 54 // and skipping such moves with register destinations keeps those 61 // Perform the moves with constant sources. 75 // Perform a linear sweep of the moves to add them to the initial list of 76 // moves to perform, ignoring any move that is redundant (the source is 79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local 80 for (int i = 0; i < moves->length(); ++i) { 81 LMoveOperands move = moves->at(i); 108 // such moves [all...] |
/external/icu4c/test/intltest/ |
citrtest.cpp | 768 const char *moves, const char *which) { 775 switch(moves[m]) { 830 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves); 839 errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]); 847 const char *const moves= local 848 "0+++++++++" // 10 moves per line 862 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString"); 864 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator") [all...] |
tstnorm.cpp | 628 const char *moves, 649 const char *move=moves; 664 // copy the moves until the current (m) move, and terminate 666 uprv_strcpy(history, moves); 667 history[move-moves]=0; 676 // copy the moves until the current (m) move, and terminate 678 uprv_strcpy(history, moves); 679 history[move-moves]=0; 748 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; local 754 moves, UNORM_NFD, "basic") [all...] |
/external/skia/tests/ |
PathTest.cpp | 739 SkPath moves; local 740 moves.moveTo(SK_Scalar1, SK_Scalar1); 741 moves.moveTo(5 * SK_Scalar1, SK_Scalar1); 742 moves.moveTo(SK_Scalar1, 10 * SK_Scalar1); 743 moves.moveTo(10 *SK_Scalar1, SK_Scalar1); 744 check_close(reporter, moves); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar | |