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

1 2 34 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86/
OP_MOVE_WIDE_16.S 2 /* move-wide/16 vAAAA, vBBBB */
3 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
OP_MOVE_WIDE_FROM16.S 2 /* move-wide/from16 vAA, vBBBB */
3 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
  /external/llvm/test/CodeGen/Mips/
return_address.ll 8 ; CHECK: move $2, $ra
17 ; CHECK: move $[[R0:[0-9]+]], $ra
19 ; CHECK: move $2, $[[R0]]
frame-address.ll 13 ; CHECK: move $fp, $sp
15 ; CHECK: move $2, $fp
  /external/valgrind/main/memcheck/tests/x86/
xor-undef-x86.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
  /external/libffi/src/cris/
sysv.S 63 move.d $sp,$r8
64 move.d $sp,$r6
66 ;; Move address of ffi_prep_args to r13.
67 move.d $r10,$r13
75 move.d $sp,$r10
81 move.d $r10,$r7
83 ;; Move first four args in to r10..r13.
84 move.d [$sp+0],$r10
85 move.d [$sp+4],$r11
86 move.d [$sp+8],$r1
    [all...]
  /dalvik/dx/tests/052-dex-static-var-access/
expected.txt 19 0017: move v0, v1
22 001c: move v1, v0
25 0021: move-object v0, v1
28 0024: move-object v0, v1
32 0000: move v0, v5
33 0001: move v1, v6
34 0002: move-object v2, v7
35 0003: move v3, v0
37 0006: move v3, v1
40 000a: move v3, v
    [all...]
  /dalvik/vm/mterp/c/
OP_MOVE_EXCEPTION.cpp 3 ILOGV("|move-exception v%d", vdst);
OP_MOVE_RESULT_WIDE.cpp 3 ILOGV("|move-result-wide v%d %s(0x%08llx)", vdst, kSpacing, retval.j);
  /external/timezonepicker-support/
Readme 4 Move Sydney above Hobart, Australia
  /dalvik/dx/tests/051-dex-explicit-null/
expected.txt 7 0000: move-object v0, v2
9 0002: move-object v0, v1
  /dalvik/vm/mterp/armv5te/
OP_MOVE.S 2 /* for move, move-object, long-to-int */
OP_MOVE_16.S 2 /* for: move/16, move-object/16 */
OP_MOVE_FROM16.S 2 /* for: move/from16, move-object/from16 */
OP_MOVE_RESULT.S 2 /* for: move-result, move-result-object */
  /dalvik/vm/mterp/armv6t2/
OP_MOVE.S 2 /* for move, move-object, long-to-int */
  /external/chromium_org/third_party/libxml/build/
generate-win32-headers.bat 6 move ..\config.h .
9 move ..\include\libxml\xmlversion.h include\libxml\
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format22x/
Format22x.smali 17 move/16 v275, v0
19 move/from16 v1, v275
31 move-wide/16 v274, v0
33 move-wide/from16 v2, v274
45 move-object/16 v275, v0
47 move-object/from16 v1, v275
  /dalvik/dx/tests/070-dex-multianewarray/
expected.txt 6 0005: move-result-object v2
9 000b: move-result-object v1
11 000e: move-object v0, v1
12 000f: move-object v1, v0
13 0010: move-object v0, v1
20 0005: move-result-object v2
23 000b: move-result-object v1
25 000e: move-object v0, v1
26 000f: move-object v1, v0
27 0010: move-object v0, v
    [all...]
  /dalvik/vm/compiler/template/mips/
TEMPLATE_CMPL_FLOAT_VFP.S 35 move a0, rOBJ # a0<- vBB
36 move a1, rBIX # a1<- vCC
40 move a0, rOBJ # a0<- vBB
41 move a1, rBIX # a1<- vCC
45 move a0, rOBJ # a0<- vBB
46 move a1, rBIX # a1<- vCC
67 move v0, rTEMP # v0<- vAA
  /external/chromium_org/chrome/installer/util/
move_tree_work_item.cc 56 // We most likely don't need to do anything. As such, just move the
58 if (base::Move(source_path_, backup)) {
64 // We failed to move the source tree to the backup path. This is odd
68 << " for duplicate trees. Trying regular Move instead.";
77 if (base::Move(dest_path_, backup)) {
88 // Now move source to destination.
89 if (base::Move(source_path_, dest_path_)) {
94 PLOG(ERROR) << "failed move " << source_path_.value()
103 if (moved_to_dest_path_ && !base::Move(dest_path_, source_path_))
104 LOG(ERROR) << "Can not move " << dest_path_.value(
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.h 52 // Perform the move at the moves_ index in question (possibly requiring
56 // Emit any code necessary at the end of a gap move.
59 // Add or delete a move from the move graph without emitting any code.
61 void AddMove(LMoveOperands move);
65 // move. Used to rebuild use counts.
68 // Emit a move and remove it from the move graph.
71 // Execute a move by emitting a swap of two operands. The move fro
    [all...]
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.h 52 // Perform the move at the moves_ index in question (possibly requiring
56 // Emit any code necessary at the end of a gap move.
59 // Add or delete a move from the move graph without emitting any code.
61 void AddMove(LMoveOperands move);
65 // move. Used to rebuild use counts.
68 // Emit a move and remove it from the move graph.
71 // Execute a move by emitting a swap of two operands. The move fro
    [all...]
  /dalvik/vm/mterp/mips/
footer.S 19 move rSELF, a0 # restore self
20 move rPC, a1 # restore Dalvik pc
21 move rFP, a2 # restore Dalvik fp
36 move rPC, a0 # set up dalvik pc
45 move a0, rPC # pass our target PC
52 move a0, rPC # pass our target PC
80 move a0, rPC # pass our target PC
92 move rSELF, a0 # restore self
93 move rPC, a1 # restore Dalvik pc
94 move rFP, a2 # restore Dalvik f
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move/
Test_move.java 17 package dot.junit.opcodes.move;
21 import dot.junit.opcodes.move.d.T_move_1;
25 * @title test move functionality
38 Class.forName("dot.junit.opcodes.move.d.T_move_2");
51 Class.forName("dot.junit.opcodes.move.d.T_move_3");
64 Class.forName("dot.junit.opcodes.move.d.T_move_4");
77 Class.forName("dot.junit.opcodes.move.d.T_move_5");
90 Class.forName("dot.junit.opcodes.move.d.T_move_6");
105 Class.forName("dot.junit.opcodes.move.d.T_move_7");

Completed in 409 milliseconds

1 2 34 5 6 7 8 91011>>