/external/mesa3d/src/glsl/ |
ir_clone.cpp | 418 fixup_function_calls(struct hash_table *ht, exec_list *instructions) 421 v.run(instructions);
|
ir_print_visitor.cpp | 41 _mesa_print_ir(exec_list *instructions, 62 foreach_iter(exec_list_iterator, iter, *instructions) {
|
/external/oprofile/events/mips/r10000/ |
events | 7 event:0x01 counters:0 um:zero minimum:500 name:INSTRUCTIONS_ISSUED : Instructions issued 8 event:0x01 counters:1 um:zero minimum:500 name:INSTRUCTIONS_GRADUATED : Instructions graduated 16 event:0x05 counters:1 um:zero minimum:500 name:FP_INSTRUCTON_GRADUATED : Floating-point instructions graduated 35 event:0x0f counters:0 um:zero minimum:500 name:INSTRUCTION_GRADUATED : Instructions graduated
|
/external/v8/test/mjsunit/ |
object-literal-overwrite.js | 89 // no store instructions are generated for the literals.
|
/dalvik/dx/src/com/android/dx/command/findusages/ |
FindUsages.java | 26 import com.android.dx.io.instructions.DecodedInstruction;
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
DecodedInstruction.java | 17 package com.android.dx.io.instructions; 78 * Decodes an array of instructions. The result has non-null
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_live_variables.cpp | 185 foreach_list(node, &this->instructions) {
|
brw_vec4_copy_propagation.cpp | 208 * vec8s into gen6 math instructions, because of the weird src 209 * handling for those instructions. Just ignore them for now. 240 foreach_list(node, &this->instructions) {
|
brw_context.h | 740 * fragment shader instructions. [all...] |
/external/chromium_org/v8/tools/profviz/ |
profviz.js | 105 "instructions", 165 this.instructions.style.display = "none";
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
DecodedInstruction.java | 17 package com.android.dx.io.instructions; 78 * Decodes an array of instructions. The result has non-null
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-jai.jar | |
/external/llvm/test/MC/ARM/ |
eh-directive-section-multiple-func.s | 52 @ Check the .TEST1 section. There should be two "bx lr" instructions.
|
/external/llvm/utils/ |
codegen-diff | 116 Don't show instructions where the bytes are different but they
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_live_variables.cpp | 185 foreach_list(node, &this->instructions) {
|
brw_vec4_copy_propagation.cpp | 208 * vec8s into gen6 math instructions, because of the weird src 209 * handling for those instructions. Just ignore them for now. 240 foreach_list(node, &this->instructions) {
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_voice_gain_gnu.s | 79 @ NOTE: instructions are reordered to reduce the effect of latency
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_voice_gain_gnu.s | 79 @ NOTE: instructions are reordered to reduce the effect of latency
|
/external/speex/libspeex/ |
arch.h | 68 #error I suppose you can have a [ARM4/ARM5E/Blackfin] that has float instructions?
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice_neon.S | 29 @ instructions, smulwb, and smull. Speech quality was not degraded by
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pprof | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
ir_to_mesa.cpp | 197 * At the point that Mesa instructions for function calls are 281 exec_list instructions; member in class:ir_to_mesa_visitor 382 this->instructions.push_tail(inst); 939 new_inst = (ir_to_mesa_instruction *)this->instructions.get_tail(); 1164 * older GPUs implement SEQ using multiple instructions (i915 uses two 1165 * SGE instructions and a MUL instruction). Since our logic values are [all...] |
/external/mesa3d/src/mesa/program/ |
ir_to_mesa.cpp | 197 * At the point that Mesa instructions for function calls are 281 exec_list instructions; member in class:ir_to_mesa_visitor 382 this->instructions.push_tail(inst); 939 new_inst = (ir_to_mesa_instruction *)this->instructions.get_tail(); 1164 * older GPUs implement SEQ using multiple instructions (i915 uses two 1165 * SGE instructions and a MUL instruction). Since our logic values are [all...] |
/build/tools/droiddoc/templates-pdk/assets/design/ |
default.css | 613 .video-instructions { 616 .video-instructions:before { 623 .video-instructions:after {
|
/external/chromium_org/third_party/mesa/src/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...] |