Home
last modified time | relevance | path

Searched refs:Move (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/external/v8/test/cctest/
Dtest-macro-assembler-x64.cc107 __ Move(rdx, Smi::FromInt(1)); in ExitCode() local
144 __ Move(rcx, Smi::FromInt(0)); in TestMoveSmi() local
196 __ Move(rcx, Smi::FromInt(x)); in TestSmiCompare() local
198 __ Move(rdx, Smi::FromInt(y)); in TestSmiCompare() local
406 __ Move(r8, Smi::FromInt(static_cast<int>(result))); in TestI64PlusConstantToSmi() local
674 __ Move(rcx, Smi::FromInt(x)); in TestSmiNeg() local
695 __ Move(r8, Smi::FromInt(result)); in TestSmiNeg() local
856 __ Move(rcx, Smi::FromInt(first)); in SmiSubTest() local
857 __ Move(rdx, Smi::FromInt(second)); in SmiSubTest() local
858 __ Move(r8, Smi::FromInt(first - second)); in SmiSubTest() local
[all …]
/external/llvm/test/CodeGen/X86/
Dtailcallstack64.ll10 ; Move param %in1 to temp register (%r10d).
14 ; Move param %in2 to stack.
16 ; Move result of addition to stack.
D2010-02-19-TailCallRetAddrBug.ll11 ; Move return address (76(%esp)) to a temporary register (%ebp)
15 ; Move return address from temporary register (%ebp) to new stack location (60(%esp))
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit
24 * Move the unzipped folder to runtime/JavaScript/tests/jsunit
/external/chromium/base/
Dfile_descriptor_shuffle.h38 virtual bool Move(int src, int dest) = 0;
50 virtual bool Move(int src, int dest);
Dfile_descriptor_shuffle.cc62 if (!delegate->Move(i->source, i->dest)) in PerformInjectiveMultimapDestructive()
87 bool FileDescriptorTableInjection::Move(int src, int dest) { in Move() function in base::FileDescriptorTableInjection
/external/llvm/lib/Target/ARM/
DARMScheduleV6.td60 // Move instructions, unconditional
74 // Move instructions, conditional
195 // FP Special Register to Integer Register File Move
264 // Integer to Single-precision Move
267 // Integer to Double-precision Move
270 // Single-precision to Integer Move
273 // Double-precision to Integer Move
DARMScheduleA8.td67 // Move instructions, unconditional
81 // Move instructions, conditional
250 // FP Special Register to Integer Register File Move
357 // Integer to Single-precision Move
362 // Integer to Double-precision Move
367 // Single-precision to Integer Move
372 // Double-precision to Integer Move
802 // Move
806 // Move Immediate
810 // Double-register Permute Move
[all …]
/external/chromium/net/disk_cache/
Dcache_util_posix.cc33 if (!file_util::Move(name, destination)) { in MoveCache()
40 return file_util::Move(from_path, to_path); in MoveCache()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-0x.cpp189 MoveRef Move(int);
191 Value x = Move(0); in growTo()
192 Value y(Move(0)); in growTo()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp177 void AsmPrinter::EmitCFIFrameMove(const MachineMove &Move) const { in EmitCFIFrameMove()
180 const MachineLocation &Dst = Move.getDestination(); in EmitCFIFrameMove()
181 const MachineLocation &Src = Move.getSource(); in EmitCFIFrameMove()
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp212 MCInst Instr1, Instr2, Instr3, Move; in LowerUnalignedLoadStore() local
228 Move.setOpcode(Mips::ADDu); in LowerUnalignedLoadStore()
229 Move.addOperand(Target); in LowerUnalignedLoadStore()
230 Move.addOperand(ATReg); in LowerUnalignedLoadStore()
231 Move.addOperand(ZeroReg); in LowerUnalignedLoadStore()
246 Instr3 = Move; in LowerUnalignedLoadStore()
/external/opencv/otherlibs/highgui/
Dbitstrm.cpp435 void RLBitStream::Move( int shift ) in Move() function in RLBitStream
457 Move( table_bits ); in GetHuff()
460 Move( code_bits ); in GetHuff()
472 Move( bytes*8 ); in Skip()
559 Move( table_bits ); in GetHuff()
562 Move( code_bits ); in GetHuff()
573 void RMBitStream::Move( int shift ) in Move() function in RMBitStream
583 Move( bytes*8 ); in Skip()
Dbitstrm.h131 void Move( int shift );
151 void Move( int shift );
/external/llvm/utils/unittest/googletest/
DREADME.LLVM14 # Move all the source files to the current directory
18 # Move extra headers into the already-existing internal headers dir
/external/elfutils/libelf/
Dabstract.h290 #define Move(Bits, Ext) \ macro
291 START (Bits, Move, Ext##Move) \
297 END (Bits, Ext##Move)
300 Move (32, Ext)
302 Move (64, Ext)
Dgelf_xlate.h71 TYPE (Move, LIBELFBITS)
/external/chromium/chrome/browser/tabs/
Dtab_strip_selection_model_unittest.cc117 model.Move(4, 0); in TEST_F()
128 model.Move(0, 3); in TEST_F()
Dtab_strip_selection_model.h85 void Move(int from, int to);
/external/opencv/cvaux/src/
D_cvvectrack.h116 void Move(CvRect& r, int dx, int dy) in Move() function
123 void Move(CvPoint& p, int dx, int dy) in Move() function
/external/e2fsprogs/tests/progs/
Dtest_rel_cmds.ct32 request do_brel_move, "Move an entry in the block relocation table",
76 request do_irel_move, "Move an entry in the inode relocation table",
/external/llvm/utils/lit/
DTODO1 - Move temp directory name into local test config.
/external/webkit/Source/WebCore/platform/
DCursor.cpp110 case Cursor::Move: in fromType()
205 case Cursor::Move: in nameForCursorType()
286 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Move)); in moveCursor()
/external/v8/src/x64/
Dfull-codegen-x64.cc461 __ Move(result_register(), lit); in Plug() local
494 __ Move(result_register(), lit); in Plug() local
512 __ Move(result_register(), reg); in DropAndPlug() local
529 __ Move(result_register(), reg); in DropAndPlug() local
547 __ Move(result_register(), isolate()->factory()->true_value()); in Plug() local
550 __ Move(result_register(), isolate()->factory()->false_value()); in Plug() local
979 __ Move(FieldOperand(rbx, JSGlobalPropertyCell::kValueOffset), in VisitForInStatement() local
982 __ Move(rbx, Smi::FromInt(1)); // Smi indicates slow check in VisitForInStatement() local
987 __ Move(rbx, Smi::FromInt(0)); // Zero indicates proxy in VisitForInStatement() local
1153 __ Move(rcx, var->name()); in EmitLoadGlobalCheckExtensions() local
[all …]
/external/qemu/tcg/
DTODO9 - Move the slow part of the qemu_ld/st ops after the end of the TB.

12345678910>>...17