HomeSort by relevance Sort by last modified time
    Searched refs:instructions (Results 476 - 500 of 535) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
avxcc.asm 2 ; Also includes based-upon SSE instructions for comparison
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 46 // Call instructions can use only fixed registers as temporaries and
833 int start = chunk_->instructions()->length();
841 int end = chunk_->instructions()->length() - 1;
    [all...]
macro-assembler-arm.cc 663 // Generate two ldr instructions if ldrd is not available.
704 // Generate two str instructions if strd is not available.
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 49 // Call instructions can use only fixed registers as temporaries and
888 int start = chunk_->instructions()->length();
896 int end = chunk_->instructions()->length() - 1;
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 46 // Call instructions can use only fixed registers as temporaries and
838 int start = chunk_->instructions()->length();
846 int end = chunk_->instructions()->length() - 1;
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 165 // Additional guard int3 instructions can be added if required.
186 // Add the requested number of int3 instructions after the call.
193 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
194 // Patch the code at the current address with the supplied instructions.
196 *(pc_ + i) = *(instructions + i);
377 // that we are still not overlapping instructions and relocation info).
475 // Clear the buffer in debug mode. Use 'int3' instructions to make
1218 // stack, but if the size of jump instructions can also change, that's not
    [all...]
lithium-x64.cc 49 // Call instructions can use only fixed registers as temporaries and
832 int start = chunk_->instructions()->length();
840 int end = chunk_->instructions()->length() - 1;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 1089 ; 3DNow instructions, for sharing code between AVX, SSE and 3DN
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 356 ; instructions is the same (5), but it is 1 mul instead of 2, so might be
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 157 // Additional guard int3 instructions can be added if required.
159 // Load register with immediate 64 and call through a register instructions
181 // Add the requested number of int3 instructions after the call.
188 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
189 // Patch the code at the current address with the supplied instructions.
191 *(pc_ + i) = *(instructions + i);
413 // that we are still not overlapping instructions and relocation info).
511 // Clear the buffer in debug mode. Use 'int3' instructions to make
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 897 * TODO: Short-circuit this comparison -- a D3D setp_xx instructions
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc     [all...]
hydrogen.cc 310 // instructions have been added to the block (they have phis for all
9667 const ZoneList<LInstruction*>* instructions = chunk->instructions(); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 897 * TODO: Short-circuit this comparison -- a D3D setp_xx instructions
    [all...]
  /external/mksh/src/
Build.sh     [all...]
  /external/valgrind/main/none/tests/ppc32/
test_dfp4.stdout.exp 1 Test DFP exponent test instructions
104 Test DFP class and group test instructions
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_dfp4.stdout.exp 1 Test DFP exponent test instructions
104 Test DFP class and group test instructions
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct16x16_add_neon.asm 830 ; The following instructions use vqrdmulh to do the
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 772 (*===-- Instructions ------------------------------------------------------===*)
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 900 .video-instructions {
903 .video-instructions:before {
910 .video-instructions:after {
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
gbemu.js 41 gameboy.instructions = 0;
44 while (gameboy.instructions <= gameboy.totalInstructions) {
    [all...]
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/v8/src/
hydrogen.cc 258 // instructions have been added to the block (they have phis for all
1031 // Process phi instructions.
1037 // Go through all instructions of the current block
7987 const ZoneList<LInstruction*>* instructions = chunk->instructions(); local
    [all...]

Completed in 755 milliseconds

<<11121314151617181920>>