Searched refs:destination (Results 151 - 175 of 261) sorted by relevance

1234567891011

/external/llvm/test/MC/AArch64/
H A Darm64-diags.s182 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
185 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
188 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
191 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/v8/src/
H A Dutils.h531 void WriteTo(Vector<T> destination) { argument
532 DCHECK(size_ <= destination.length());
537 destination[position] = chunk[j];
542 destination[position] = current_chunk_[i];
H A Ddeoptimizer.h33 HeapNumberMaterializationDescriptor(T destination, double value) argument
34 : destination_(destination), value_(value) { }
36 T destination() const { return destination_; } function in class:v8::internal::BASE_EMBEDDED
H A Dlithium.h260 LMoveOperands(LOperand* source, LOperand* destination) argument
261 : source_(source), destination_(destination) {
267 LOperand* destination() const { return destination_; } function in class:v8::internal::BASE_EMBEDDED
271 // destination (but not the source).
276 // True if this move a move into the given destination operand.
282 // destination are the same, or if its destination is unneeded or constant.
H A Ddeoptimizer.cc1959 d.destination());
1961 Memory::Object_at(d.destination()) = *num;
1974 d.destination());
1976 DCHECK(values.at(d.destination())->IsTheHole());
1977 values.Set(d.destination(), num);
2043 Address slot = d.destination();
2056 d.destination(),
2073 d.destination(),
/external/lldb/source/Core/
H A DValueObject.cpp751 std::string& destination)
753 destination.clear();
775 summary_ptr->FormatObject(this, destination);
822 destination.assign (1, '(');
823 destination.append (sstr.GetData(), sstr.GetSize());
824 destination.append (1, ')');
831 return !destination.empty();
1305 std::string& destination)
1329 destination.swap(reg_sstr.GetString());
1376 destination
750 GetSummaryAsCString(TypeSummaryImpl* summary_ptr, std::string& destination) argument
1304 GetValueAsCString(lldb::Format format, std::string& destination) argument
[all...]
/external/v8/benchmarks/
H A Draytrace.js42 Object.extend = function(destination, source) {
44 destination[property] = source[property];
46 return destination;
/external/v8/src/compiler/
H A Dinstruction.h272 MoveOperands(InstructionOperand* source, InstructionOperand* destination) argument
273 : source_(source), destination_(destination) {}
278 InstructionOperand* destination() const { return destination_; } function in class:v8::internal::compiler::FINAL
282 // destination (but not the source).
285 // True if this move a move into the given destination operand.
291 // destination are the same, or if its destination is unneeded or constant.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libavc/common/arm/
H A Dih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s67 @* UWORD8 pointer to the destination
73 @* integer destination stride
H A Dih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s70 @* UWORD8 pointer to the destination
76 @* integer destination stride
H A Dih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s66 @* UWORD8 pointer to the destination
72 @* integer destination stride
H A Dih264_inter_pred_luma_vert_qpel_a9q.s57 @* UWORD8 pointer to the destination
63 @* integer destination stride
/external/libpcap/msdos/
H A Dpkt_rx0.asm49 destinAdr db 6 dup (0) ; packet destination address
/external/libvpx/libvpx/vp8/common/x86/
H A Didctllm_mmx.asm255 mov rax, arg(3) ;d -- destination
H A Dsubpixel_ssse3.asm990 movdqa [rdi], xmm5 ; store the results in the destination
1109 movdqa [rdi], xmm2 ; store the results in the destination
1121 movdqa [rdi], xmm5 ; store the results in the destination
1256 movq [rdi], xmm7 ; store the results in the destination
/external/lldb/include/lldb/Core/
H A DValueObject.h723 std::string& destination);
798 std::string& destination);
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h59 void LoadRoot(Register destination, Heap::RootListIndex index);
684 // Copy memory, byte-by-byte, from source to destination. Not optimized for
688 Register destination,
837 // Move a constant into a destination using the most efficient encoding.
/external/v8/src/x87/
H A Dmacro-assembler-x87.h59 void LoadRoot(Register destination, Heap::RootListIndex index);
654 // Copy memory, byte-by-byte, from source to destination. Not optimized for
658 Register destination,
805 // Move a constant into a destination using the most efficient encoding.
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c258 EAS_U16 destination; member in struct:s_connection_tag
1959 EAS_U16 destination; local
1989 if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &destination, EAS_FALSE)) != EAS_SUCCESS)
2000 (connTable[i].destination == destination) &&

Completed in 1826 milliseconds

1234567891011