/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar | |
/external/mesa3d/src/glsl/ |
lower_jumps.cpp | 76 * instructions as either break, continue, return, or other. When 83 * - It ignores discard instructions, since they are lowered by a 308 * Insert the instructions necessary to lower a return statement, 329 * If the given instruction is a return, lower it to instructions 390 /* Eliminate all instructions after each one, since they are 412 /* Eliminate all instructions after each one, since they are 624 * function doesn't have one already) and add instructions 731 /* Now we need to clean up the instructions that follow the 734 * If those instructions are unreachable, then satisfy the 743 * we need to guard any instructions that follow so that the [all...] |
linker.cpp | 786 * \param instructions Instruction stream where new variable declarations 800 this->instructions = target->ir; 822 this->instructions->push_head(copy); 832 exec_list *instructions; member in class:remap_visitor 851 * \param instructions Source instruction stream 852 * \param last Instruction after which new instructions should be 854 * \param make_copies Flag selecting whether instructions in \c instructions 864 move_non_declarations(exec_list *instructions, exec_node *last, 873 foreach_list_safe(node, instructions) { [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_context.h | 740 * fragment shader instructions. [all...] |
brw_vec4_visitor.cpp | 49 this->instructions.push_tail(inst); [all...] |
/external/oprofile/events/mips/sb1/ |
events | 31 # Grouping Co-issued Instructions 32 event:0x27 counters:1,2,3 um:zero minimum:500 name:INSN_STAGE4 :One or more instructions survives stage 4
|
/ndk/build/core/ |
main.mk | 105 Please follow the instructions in docs/NDK-APPS.TXT to write one.)
|
/external/chromium_org/courgette/ |
adjustment_method_2.cc | 1253 const InstructionVector& instructions = program->instructions(); local [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
tttypes.h | 1519 FT_Byte* instructions; member in struct:TT_LoaderRec_ [all...] |
/external/freetype/include/freetype/internal/ |
tttypes.h | 1416 FT_Byte* instructions; member in struct:TT_LoaderRec_ [all...] |
/external/libffi/src/powerpc/ |
linux64_closure.S | 112 # (4 instructions). For cache effectiveness we align to a 16 byte boundary
|
/external/llvm/test/MC/ARM/ |
thumb-diagnostics.s | 14 @ Instructions which require v6+ for both registers to be low regs. 119 @ Out of range immediate for ADD SP instructions
|
/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 55 instructions_(chunk->instructions()),
|
/external/v8/src/x64/ |
lithium-codegen-x64.h | 54 instructions_(chunk->instructions()),
|
/libcore/dex/src/main/java/com/android/dex/ |
Dex.java | 649 short[] instructions = readShortArray(instructionsSize); local 653 if (instructions.length % 2 == 1) { 670 return new Code(registersSize, insSize, outsSize, debugInfoOffset, instructions, [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
linker.cpp | 786 * \param instructions Instruction stream where new variable declarations 800 this->instructions = target->ir; 822 this->instructions->push_head(copy); 832 exec_list *instructions; member in class:remap_visitor 851 * \param instructions Source instruction stream 852 * \param last Instruction after which new instructions should be 854 * \param make_copies Flag selecting whether instructions in \c instructions 864 move_non_declarations(exec_list *instructions, exec_node *last, 873 foreach_list_safe(node, instructions) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vec4_visitor.cpp | 49 this->instructions.push_tail(inst); [all...] |
brw_vec4.h | 228 exec_list instructions; member in class:brw::vec4_visitor 235 * driver IR instructions for debugging purposes.
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
ff_fragment_shader.cpp | 655 * operands match, we can emit fewer instructions. 780 * Generate instructions for one texture unit's env/combiner mode. 1069 * Generate instructions for loading all texture source terms. 1089 * Generate instructions for loading bump map textures. [all...] |
/external/elfutils/libcpu/ |
i386_parse.c | 303 static struct instruction *instructions; variable in typeref:struct:instruction [all...] |
/external/mesa3d/src/mesa/main/ |
ff_fragment_shader.cpp | 655 * operands match, we can emit fewer instructions. 780 * Generate instructions for one texture unit's env/combiner mode. 1069 * Generate instructions for loading all texture source terms. 1089 * Generate instructions for loading bump map textures. [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
sse5-all.asm | 0 ; Instructions are ordered in SSE5 databook order 488 ; SSE5 instructions that are also SSE4.1 instructions
|
/external/chromium_org/tools/grit/grit/ |
tclib_unittest.py | 89 'Full documentation and installation instructions are in the \r\n'
|
/external/chromium_org/v8/src/arm/ |
lithium-codegen-arm.h | 55 instructions_(chunk->instructions()),
|
/external/chromium_org/v8/src/ia32/ |
lithium-codegen-ia32.h | 57 instructions_(chunk->instructions()), 120 // virtual registers between instructions.
|