HomeSort by relevance Sort by last modified time
    Searched full:move (Results 101 - 125 of 10530) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 48 LMoveOperands move = moves_[i]; local
52 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
71 // moves to perform, ignoring any move that is redundant (the source is
73 // unallocated, or the move was already eliminated).
76 LMoveOperands move = moves->at(i); local
77 if (!move.IsRedundant()) moves_.Add(move);
84 // Each call to this function performs a move and deletes it from the move
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_16/d/
T_move_16_1.d 32 move/16 v4000, v0
33 move/16 v4001, v1
35 move/16 v4000, v4001
39 move/16 v0, v4000
40 move/16 v1, v4001
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_16/d/
T_move_wide_16_1.d 32 move-wide/16 v4000, v0
33 move-wide/16 v4002, v2
35 move-wide/16 v4000, v4002
39 move-wide/16 v0, v4000
40 move-wide/16 v2, v4002
  /external/chromium/base/
file_descriptor_shuffle_unittest.cc 23 MOVE,
56 bool Move(int src, int dest) {
57 actions_.push_back(Action(Action::MOVE, src, dest));
105 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
116 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
117 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 2, 3));
127 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
139 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 10, 0));
153 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 0, 1));
154 EXPECT_TRUE(tracer.actions()[2] == Action(Action::MOVE, kDuplicateBase, 0))
    [all...]
  /external/chromium_org/base/posix/
file_descriptor_shuffle_unittest.cc 20 MOVE,
53 virtual bool Move(int src, int dest) OVERRIDE {
54 actions_.push_back(Action(Action::MOVE, src, dest));
102 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
113 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
114 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 2, 3));
124 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
136 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 10, 0));
150 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 0, 1));
151 EXPECT_TRUE(tracer.actions()[2] == Action(Action::MOVE, kDuplicateBase, 0))
    [all...]
  /external/libffi/src/m68k/
sysv.S 55 move.l %d2,-(%sp)
62 move.l 8(%fp),-(%sp)
72 move.l %a0,%a1
75 move.l 24(%fp),%a0
82 move.l 20(%fp),%a1
85 move.l 16(%fp),%d2
93 move.l %d0,(%a1)
99 move.l %d0,(%a1)
100 move.l %d1,4(%a1)
124 move.l %a0,(%a1
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_MOVE_WIDE.S 2 /* move-wide vA, vB */
3 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
  /dalvik/vm/mterp/mips/
alt_stub.S 16 move a0, rPC # arg0
17 move a1, rFP # arg1
18 move a2, rSELF # arg2
  /external/llvm/utils/lit/
TODO 1 - Move temp directory name into local test config.
21 - Consider move to identifying all tests by path-to-test-suite and then path to
24 - Consider move to change workflow to always load suites, then resolve command
  /external/valgrind/main/memcheck/tests/
strchr.stderr.exp-darwin 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
strchr.stderr.exp2 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
strchr.stderr.exp3 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
  /external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc 49 LMoveOperands move = moves_[i]; local
53 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
54 root_index_ = i; // Any cycle is found when by reaching this move again.
76 // moves to perform, ignoring any move that is redundant (the source is
78 // unallocated, or the move was already eliminated).
81 LMoveOperands move = moves->at(i); local
82 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
89 // Each call to this function performs a move and deletes it from the mov
    [all...]
  /external/llvm/test/CodeGen/Mips/
i64arg.ll 5 ; CHECK: move $[[R1:[0-9]+]], $5
6 ; CHECK: move $[[R0:[0-9]+]], $4
15 ; CHECK: move $4, $[[R2]]
16 ; CHECK: move $5, $[[R3]]
23 ; CHECK-DAG: move $6, $[[R2]]
24 ; CHECK-DAG: move $7, $[[R3]]
  /external/chromium_org/third_party/WebKit/ManualTests/
autoscroll-over-scrollbar.html 4 <p>Click down somewhere in this text, then move the pointer over the scrollbar at the bottom of the window, stop there, holding the mouse button down.</p>
6 <p>If the bug occurs, then this text won't be selected until you move the mouse slightly. If the bug does not occur, this text should be selected.</p>
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc 50 LMoveOperands move = moves_[i]; local
54 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
55 root_index_ = i; // Any cycle is found when by reaching this move again.
77 // moves to perform, ignoring any move that is redundant (the source is
79 // unallocated, or the move was already eliminated).
82 LMoveOperands move = moves->at(i); local
83 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
90 // Each call to this function performs a move and deletes it from the mov
    [all...]
  /external/valgrind/main/memcheck/tests/s390x/
cs.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
csg.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
  /external/chromium_org/base/
move.h 8 // Macro with the boilerplate that makes a type move-only in C++03.
13 // a "move-only" type. Unlike DISALLOW_COPY_AND_ASSIGN, this macro should be
23 // Each class will still need to define their own "move constructor" and "move
24 // operator=" to make this useful. Here's an example of the macro, the move
25 // constructor, and the move operator= from the scoped_ptr class:
42 // macro parameter so that the move constructor and move operator= don't look
73 // * a "move constructor" and "move operator=" that take the RValue& a
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
move.h 8 // Macro with the boilerplate that makes a type move-only in C++03.
13 // a "move-only" type. Unlike DISALLOW_COPY_AND_ASSIGN, this macro should be
23 // Each class will still need to define their own "move constructor" and "move
24 // operator=" to make this useful. Here's an example of the macro, the move
25 // constructor, and the move operator= from the scoped_ptr class:
42 // macro parameter so that the move constructor and move operator= don't look
73 // * a "move constructor" and "move operator=" that take the RValue& a
    [all...]
  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 49 LMoveOperands move = moves_[i]; local
53 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
54 root_index_ = i; // Any cycle is found when by reaching this move again.
76 // moves to perform, ignoring any move that is redundant (the source is
78 // unallocated, or the move was already eliminated).
81 LMoveOperands move = moves->at(i); local
82 if (!move.IsRedundant()) moves_.Add(move);
89 // Each call to this function performs a move and deletes it from the mov
    [all...]
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 50 LMoveOperands move = moves_[i]; local
54 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
55 root_index_ = i; // Any cycle is found when by reaching this move again.
77 // moves to perform, ignoring any move that is redundant (the source is
79 // unallocated, or the move was already eliminated).
82 LMoveOperands move = moves->at(i); local
83 if (!move.IsRedundant()) moves_.Add(move);
90 // Each call to this function performs a move and deletes it from the mov
    [all...]
  /dalvik/dx/tests/085-dex-jsr-ret/
expected.txt 7 blort.j:@0000: move-object v3:Lblort; <- v0:Lblort;
16 blort.j:@0004: move-object v4:Lblort; <- v0:Lblort;
18 blort.j:@0008: move-int v0:I=10 <- v4:I=10
27 blort.j:@000c: move-int v4:I <- v0:I
35 blort.j:@0000: move-param-object(0) v0:Lblort; <- .
59 blort.j:@001b: move-object v7:Lblort; <- v3:Lblort;
60 blort.j:@001b: move-object v3:Lblort; <- v7:Lblort;
61 blort.j:@001b: move-object v4:Lblort; <- v7:Lblort;
62 blort.j:@001c: move-object v7:Lblort; <- v4:Lblort;
63 blort.j:@001c: move-object v4:Lblort; <- v7:Lblort
    [all...]
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 52 LMoveOperands move = moves_[i]; local
56 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
76 // moves to perform, ignoring any move that is redundant (the source is
78 // unallocated, or the move was already eliminated).
81 LMoveOperands move = moves->at(i); local
82 if (!move.IsRedundant()) AddMove(move);
89 // Each call to this function performs a move and deletes it from the move
    [all...]

Completed in 1241 milliseconds

1 2 3 45 6 7 8 91011>>