HomeSort by relevance Sort by last modified time
    Searched refs:instructions (Results 526 - 550 of 660) sorted by null

<<21222324252627

  /external/chromium_org/v8/src/
assembler.h 129 // Avoids using instructions that vary in size in unpredictable ways between the
165 // // Generate code containing SSE3 instructions.
466 // instructions).
526 // should return the end of the instructions to be patched, allowing the
527 // deserializer to deserialize the instructions as raw bytes and put them in
552 void PatchCode(byte* instructions, int instruction_count);
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.h 63 // code generated for some assembly instructions (because they boil down
155 // at: Reserved for synthetic instructions.
360 // Class Operand represents a shifter operand in data processing instructions.
397 // Class MemOperand represents a memory operand in load and store instructions.
424 // Create an assembler. Instructions and relocation information are emitted
425 // into a buffer, with the instructions starting from the beginning and the
520 // has already deserialized the lui/ori instructions etc.
538 // are split across two consecutive instructions and don't exist separately
543 // Number of consecutive instructions used to store 32bit constant.
549 // to 3 instructions (LUI+ORI+J/JAL/JR/JALR)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 860 for (auto *I : E->instructions()) {
ThreadSafetyTIL.h 1433 const VarArray &instructions() const { return Instrs; } function in class:clang::threadSafety::BasicBlock
1434 VarArray &instructions() { return Instrs; } function in class:clang::threadSafety::BasicBlock
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 717 CurrentBB->instructions().reserve(
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 17 package com.android.dx.io.instructions;
472 * Switch instructions need to "forward" their addresses to their
473 * payload target instructions.
    [all...]
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 50 ; 3*(order%4) instructions, all of which are arithmetic), and all of the
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 52 # 3*(order%4) instructions, all of which are arithmetic), and all of the
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_emit.cpp 27 * native instructions.
573 * was written but not read within the last N instructions (what's
605 * was written but not read within the last N instructions (what's
745 foreach_list(node, &this->instructions) {
  /ndk/
ndk-gdb.py 146 Read ''' + NDK + '''/docs/NDK-GDB.html for complete usage instructions.''',
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/valgrind/main/none/tests/ppc32/
test_dfp5.stdout.exp 1 Test DFP test significance instructions
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 490 $("h1#tos-header").text('Now redirecting to the install instructions...');
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
options.js 289 // Indicate error and instructions excluding tab.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_commands.js 12 * the instructions there.
  /external/chromium_org/third_party/x86inc/
x86inc.asm 949 ; 3DNow instructions, for sharing code between AVX, SSE and 3DN
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 97 // branch instructions. These are also the ones that need changing when a
108 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
109 // Patch the code at the current address with the supplied instructions.
111 *(pc_ + i) = *(instructions + i);
120 // Additional guard int3 instructions can be added if required.
142 // Add the requested number of int3 instructions after the call.
261 // that we are still not overlapping instructions and relocation info).
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 41 // Additional guard int3 instructions can be added if required.
63 // Add the requested number of int3 instructions after the call.
70 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
71 // Patch the code at the current address with the supplied instructions.
73 *(pc_ + i) = *(instructions + i);
254 // that we are still not overlapping instructions and relocation info).
352 // Clear the buffer in debug mode. Use 'int3' instructions to make
988 // stack, but if the size of jump instructions can also change, that's not
    [all...]

Completed in 1291 milliseconds

<<21222324252627