HomeSort by relevance Sort by last modified time
    Searched defs:moves (Results 1 - 10 of 10) sorted by null

  /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 767 const char *moves, const char *which) {
774 switch(moves[m]) {
829 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves);
838 errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]);
846 const char *const moves= local
847 "0+++++++++" // 10 moves per line
861 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
863 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator")
    [all...]
tstnorm.cpp 627 const char *moves,
648 const char *move=moves;
663 // copy the moves until the current (m) move, and terminate
665 uprv_strcpy(history, moves);
666 history[move-moves]=0;
675 // copy the moves until the current (m) move, and terminate
677 uprv_strcpy(history, moves);
678 history[move-moves]=0;
747 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; local
753 moves, UNORM_NFD, "basic")
    [all...]
  /external/skia/tests/
PathTest.cpp 249 SkPath moves; local
250 moves.moveTo(SK_Scalar1, SK_Scalar1);
251 moves.moveTo(5 * SK_Scalar1, SK_Scalar1);
252 moves.moveTo(SK_Scalar1, 10 * SK_Scalar1);
253 moves.moveTo(10 *SK_Scalar1, SK_Scalar1);
254 check_close(reporter, moves);
800 // No matter how many moves we add, we should still get nothing back.
864 // No matter how many moves we add, we should get them all back
    [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 

Completed in 445 milliseconds