HomeSort by relevance Sort by last modified time
    Searched refs:move (Results 1 - 25 of 1968) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move/d/
T_move_1.java 17 package dot.junit.opcodes.move.d;
  /dalvik/vm/mterp/mips/
alt_stub.S 16 move a0, rPC # arg0
17 move a1, rFP # arg1
18 move a2, rSELF # arg2
OP_DOUBLE_TO_INT.S 18 move rBIX, rARG0 # save a0
19 move rTEMP, rARG1 # and a1
22 move t0, v0
26 move rARG0, rBIX # recover arg
27 move rARG1, rTEMP
32 move t0, v0
36 move rARG0, rBIX # recover arg
37 move rARG1, rTEMP
38 move rARG2, rBIX # compare against self
39 move rARG3, rTEM
    [all...]
OP_DOUBLE_TO_LONG.S 9 move rBIX, rARG0 # save a0
10 move rTEMP, rARG1 # and a1
13 move t1, v0
18 move rARG0, rBIX
19 move rARG1, rTEMP
24 move t1, v0
29 move rARG0, rBIX
30 move rARG1, rTEMP
31 move rARG2, rBIX
32 move rARG3, rTEM
    [all...]
  /bionic/libc/arch-mips/bionic/
_exit_with_stack_teardown.S 40 move $s0,$a2 /* preserve retCode for exit() call */
44 move $a0,$s0
49 move $a0,$0
futex_mips.S 46 move $a3,$a2 /* timespec */
47 move $a2,$a1 /* val */
49 # move $a0,$a0 /* ftx */
55 move $v0,$0 /* Otherwise return 0 */
74 move $a3,$0 /* timespec */
75 move $a2,$a1 /* val */
77 # move $a0,$a0 /* ftx */
83 move $v0,$0 /* Otherwise return 0 */
101 move $a3,$0 /* timespec */
102 # move $a2,$a2 /* val *
    [all...]
bzero.S 40 move $a2,$a1
43 move $a1,$zero
__get_sp.S 37 move $v0, $sp
clone.S 60 move $a0,$a2 # flags
61 # move $a1,$a1 # child_stack
62 move $a2,$0 # parent_tidptr
63 move $a3,$0 # user_desc
86 move $a0,$v0
141 move $a0,$v0
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p19.cpp 8 template<typename T> T &&move(T&);
18 // Move assignment operator
19 lambda1 = move(lambda1);
25 // Move constructor
26 decltype(lambda1) lambda5 = move(lambda1);
27 decltype(lambda1) lambda6(move(lambda1));
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INTERPRET.S 16 move a0, a1
TEMPLATE_DOUBLE_TO_INT_VFP.S 17 move rBIX, rARG0 # save a0
18 move rOBJ, rARG1 # and a1
21 move t0, v0
25 move rARG0, rBIX # recover arg
26 move rARG1, rOBJ
31 move t0, v0
35 move rARG0, rBIX # recover arg
36 move rARG1, rOBJ
37 move rARG2, rBIX # compare against self
38 move rARG3, rOB
    [all...]
  /external/valgrind/main/memcheck/tests/
badloop.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
inits.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
manuel1.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
metadata.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
clientperm.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/main/memcheck/tests/linux/
with-space.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/
move_assign.pass.cpp 26 fs = move(fso);
34 fs = move(fso);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/
move.pass.cpp 25 std::ifstream fs = move(fso);
32 std::wifstream fs = move(fso);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
22 assert(std::char_traits<char>::move(s1, s1+1, 2) == s1);
27 assert(std::char_traits<char>::move(s1+1, s1, 2) == s1+1);
  /external/chromium_org/content/browser/renderer_host/
gtk_plugin_container_manager.cc 62 const WebPluginGeometry& move) {
64 GtkWidget *widget = MapIDToWidget(move.window);
70 if (!move.visible) {
77 if (!move.rects_valid)
84 GdkRectangle clip_rect = move.clip_rect.ToGdkRectangle();
86 gfx::SubtractRectanglesFromRegion(clip_region, move.cutout_rects);
93 // TODO(deanm): Verify that we only need to move and not resize.
110 if (move.window_rect.x() != current_x ||
111 move.window_rect.y() != current_y) {
116 move.window_rect.x()
    [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...]
  /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)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/
move_convert13.fail.cpp 14 // Test unique_ptr converting move assignment
34 s2 = std::move(s);

Completed in 1321 milliseconds

1 2 3 4 5 6 7 8 91011>>