HomeSort by relevance Sort by last modified time
    Searched refs:Move (Results 51 - 75 of 160) sorted by null

1 23 4 5 6 7

  /external/v8/src/mips/
macro-assembler-mips.h 227 inline void Move(Register dst, Register src) {
233 inline void Move(FPURegister dst, FPURegister src) {
239 inline void Move(Register dst_low, Register dst_high, FPURegister src) {
244 inline void Move(FPURegister dst, Register src_low, Register src_high) {
249 // Conditional move.
250 void Move(FPURegister dst, double imm);
    [all...]
code-stubs-mips.cc 469 // Move sign bit from source to destination. This works because the sign bit
531 __ Move(a2, a3, f14);
532 __ Move(a0, a1, f12);
619 __ Move(dst1, dst2, dst);
695 __ Move(dst1, dst2, double_dst);
809 __ Move(dst1, dst2, double_dst);
    [all...]
macro-assembler-mips.cc 389 mov(holder_reg, at); // Move at to its holding place.
918 Move(a0, address);
937 // Move rs to rt and shift it left then right to get the
940 sll(rt, rs, shift_left); // Acts as a move if shift_left == 0.
977 // Move the data from fs to t8.
998 // Move the result to fd.
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 444 __ Move(code_object_pointer(), masm_.CodeObject());
777 __ Move(code_object_pointer(), masm_.CodeObject());
832 __ Move(code_object_pointer(), masm_.CodeObject());
913 __ Move(code_object_pointer(), masm_.CodeObject());
    [all...]
code-stubs-x64.cc 130 __ Move(FieldOperand(rax, FixedArray::kLengthOffset), Smi::FromInt(length));
179 __ Move(FieldOperand(rax, FixedArray::kLengthOffset), Smi::FromInt(length));
640 __ addq(double_value, double_value); // Move sign bit to carry.
651 // doubling done above to move the sign bit into the carry flag).
656 // As the then-branch, but move double-value to result before shifting.
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 255 void MacroAssembler::Move(Register dst, Handle<Object> value) {
260 void MacroAssembler::Move(Register dst, Register src, Condition cond) {
267 void MacroAssembler::Move(DoubleRegister dst, DoubleRegister src) {
748 // Compare and move FPSCR flags to the normal condition flags.
755 // Compare and move FPSCR flags to the normal condition flags.
934 Move(dst, d0);
    [all...]
macro-assembler-arm.h 155 // Register move. May do nothing if the registers are identical.
156 void Move(Register dst, Handle<Object> value);
157 void Move(Register dst, Register src, Condition cond = al);
158 void Move(DoubleRegister dst, DoubleRegister src);
175 Move(result, object);
458 // Compare double values and move the result to the normal condition flags.
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 149 ERROR_MOVING: 'Unable to move "$1": $2',
150 MOVE_BUTTON_LABEL: 'Move',
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 113 // If we've processed all of |node|'s children, delete |node| and move
243 if (!PlaceSyncNode(MOVE, new_parent, new_index, &trans, &sync_node,
274 if (!PlaceSyncNode(MOVE, node, i, &trans, &sync_child,
370 // before the move. Since deletions in the bookmark model propagate from
371 // parent to child, we must move them to a temporary location.
394 // reparented by a later change record. Move them to a temporary place.
406 model->Move(dst->GetChild(i), foster_parent,
470 model->Move(dst, parent, index);
bookmark_model_associator.cc 389 bookmark_model_->Move(child_node, parent_node, index);
  /external/llvm/
README.android 75 Move from lib/Target/{X86,ARM}/{X86,ARM}AsmPrinter.cpp.
  /external/llvm/unittests/ADT/
TinyPtrVectorTest.cpp 161 TypeParam Move(std::move(Copy2));
162 this->expectValues(Move, this->testArray(42));
172 this->V = std::move(this->V2);
182 this->V = std::move(this->V2);
192 this->V = std::move(this->V2);
202 this->V = std::move(this->V2);
212 this->V = std::move(this->V2);
222 this->V = std::move(this->V2);
232 this->V = std::move(this->V2)
    [all...]
  /external/skia/legacy/src/animator/
SkDisplayType.cpp 150 CASE_NEW(Move);
305 CASE_GET_INFO(Move);
472 { "move", SkType_Move INIT_BOOL_FIELDS },
  /external/skia/src/animator/
SkDisplayType.cpp 150 CASE_NEW(Move);
305 CASE_GET_INFO(Move);
472 { "move", SkType_Move INIT_BOOL_FIELDS },
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 434 case Move:
    [all...]
GraphicsLayerCA.h 301 enum MoveOrCopy { Move, Copy };
  /external/chromium/base/
file_util.h 119 BASE_API bool Move(const FilePath& from_path, const FilePath& to_path);
123 // if it doesn't exist. Prefer this function over Move when dealing with
245 // This function simulates Move(), but unlike Move() it works across volumes.
  /external/chromium/chrome/browser/sessions/
session_backend.cc 282 last_session_valid_ = file_util::Move(current_session_path,
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 293 model->Move(node, new_parent, new_parent->child_count());
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 441 model->Move(node, new_parent, new_parent->child_count());
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 89 # Move instructions
92 # test 8-bit move
99 # test 16-bit move
106 # test 32-bit move
  /external/webkit/Source/WebCore/platform/win/
CursorWin.cpp 164 case Cursor::Move:
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 100 case SWT.Move :
109 final int[] comboEvents = {SWT.Dispose, SWT.Move, SWT.Resize};
301 case SWT.Move :
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 133 if (!file_util::Move(src_syncdata_path, dst_syncdata_path)) {
  /external/elfutils/libelf/
elf_getdata.c 118 [ELF_T_MOVE] = __alignof__ (ElfW2(Bits,Move)), \

Completed in 1005 milliseconds

1 23 4 5 6 7