Searched defs:moves (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/exp-bbv/tests/x86/
H A Drep_prefix.S91 moves: label
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S125 moves: label
/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc45 // 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/
H A Dlithium-gap-resolver-mips.cc46 // 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/
H A Dlithium-gap-resolver-x64.cc44 // 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 t
[all...]
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc48 // 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/
H A Dcitrtest.cpp767 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_setCharacterIterato
766 TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which) argument
[all...]
H A Dtstnorm.cpp627 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_NF
623 TestPreviousNext(const UChar *src, int32_t srcLength, const UChar32 *expect, int32_t expectLength, const int32_t *expectIndex, int32_t srcMiddle, int32_t expectMiddle, const char *moves, UNormalizationMode mode, const char *name) argument
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc668 const std::vector<webkit::npapi::WebPluginGeometry>& moves) {
669 for (size_t i = 0; i < moves.size(); ++i) {
670 plugin_container_manager_.MovePluginContainer(moves[i]);
667 MovePluginWindows( const std::vector<webkit::npapi::WebPluginGeometry>& moves) argument
H A Drender_widget_host_view_views.cc241 const std::vector<webkit::npapi::WebPluginGeometry>& moves) {
240 MovePluginWindows( const std::vector<webkit::npapi::WebPluginGeometry>& moves) argument
/external/skia/tests/
H A DPathTest.cpp249 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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3078 milliseconds