Searched refs:destination (Results 226 - 250 of 261) sorted by relevance

1234567891011

/external/v8/src/mips/
H A Dmacro-assembler-mips.cc71 void MacroAssembler::LoadRoot(Register destination, argument
73 lw(destination, MemOperand(s6, index << kPointerSizeLog2));
77 void MacroAssembler::LoadRoot(Register destination, argument
82 lw(destination, MemOperand(s6, index << kPointerSizeLog2));
4793 // destination register in case we store into it (the write barrier
H A Dcode-stubs-mips.cc138 Register result_reg = destination();
3046 // Check that destination is word aligned.
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.cc74 void MacroAssembler::LoadRoot(Register destination, argument
76 ld(destination, MemOperand(s6, index << kPointerSizeLog2));
80 void MacroAssembler::LoadRoot(Register destination, argument
85 ld(destination, MemOperand(s6, index << kPointerSizeLog2));
4683 // destination register in case we store into it (the write barrier
H A Dcode-stubs-mips64.cc137 Register result_reg = destination();
3080 // Check that destination is word aligned.
/external/libvpx/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm768 ;# for the destination is not large enough to hold the temporary data.
H A Dloopfilter_filters_altivec.asm94 ;# Except for the fact that the destination registers get written
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp4040 tcu::Surface& destination = (useBBox) ? (resultWithBBox) : (resultWithoutBBox);
4042 renderTo(destination, useBBox);
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc131 // If rd is the stack pointer we cannot use it as the destination
230 // Move the temporary if the original destination register was the stack
459 // The new immediate has been moved into the destination's low bits:
463 // The new immediate has been moved into the destination's high bits:
1396 void MacroAssembler::LoadRoot(CPURegister destination, argument
1400 Ldr(destination, MemOperand(root, index << kPointerSizeLog2));
3264 // destination register in case we store into it (the write barrier
H A Dcode-stubs-arm64.cc128 Register result = destination();
/external/bison/
H A Dmaint.mk369 # It may fail to NUL-terminate the destination,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/bison/build-aux/
H A Dtexinfo.tex1272 % page number. We could generate a destination for the section
5756 % been typeset. If the destination for the pdf outline is after the
5914 % Write the node reference (= pdf destination for pdftex).
5965 % destination to jump to.
5992 % Tell \shipout to create a pdf destination on each page, if we're
/external/v8/src/arm/
H A Dcode-stubs-arm.cc135 Register result_reg = destination();
2895 // Check that destination is word aligned.
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc188 Register final_result_reg = this->destination();
/external/v8/src/x64/
H A Dcode-stubs-x64.cc150 Register final_result_reg = this->destination();
/external/v8/src/x87/
H A Dcode-stubs-x87.cc178 Register final_result_reg = this->destination();
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1984 (** [switch_default_dest sw] returns the default destination of the [switch]

Completed in 3001 milliseconds

1234567891011