/external/mesa3d/src/glsl/ |
lower_ubo_reference.cpp | 300 lower_ubo_reference(struct gl_shader *shader, exec_list *instructions) 304 /* Loop over the instructions lowering references, because we take 306 * produce a collection of instructions all of which have cloned 311 visit_list_elements(&v, instructions);
|
lower_vec_index_to_cond_assign.cpp | 128 /* Put all of the new instructions in the IR stream before the old 286 do_vec_index_to_cond_assign(exec_list *instructions) 290 visit_list_elements(&v, instructions);
|
opt_dead_code_local.cpp | 316 do_dead_code_local(exec_list *instructions) 320 call_for_basic_blocks(instructions, dead_code_local_basic_block, &progress);
|
ir.h | 86 * Base class of all IR instructions 606 /** Body of instructions in the function. */ 619 * Helper function to run a list of instructions for constant 767 * Get an iterator for the instructions of the loop body [all...] |
ir_builder.cpp | 34 instructions->push_tail(ir);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_cfg.cpp | 33 * Walks the shader instructions generated and creates a set of basic 85 entry->start = (fs_inst *)v->instructions.get_head(); 87 foreach_list(node, &v->instructions) { 112 * instructions. 159 * instructions.
|
brw_fs.h | 350 exec_list instructions; member in class:fs_visitor 408 bool brw_do_channel_expressions(struct exec_list *instructions); 409 bool brw_do_vector_splitting(struct exec_list *instructions);
|
/external/smack/src/org/jivesoftware/smackx/search/ |
UserSearch.java | 180 if (eventType == XmlPullParser.START_TAG && parser.getName().equals("instructions")) { 209 private static void buildDataForm(SimpleUserSearch search, String instructions, XmlPullParser parser) throws Exception { 213 dataForm.addInstruction(instructions);
|
/external/valgrind/main/none/tests/ppc32/ |
jm_fp_isa_2_07.stdout.exp | 51 All done. Tested 2 different instructions
|
/external/valgrind/main/none/tests/ppc64/ |
jm_fp_isa_2_07.stdout.exp | 51 All done. Tested 2 different instructions
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir.h | 86 * Base class of all IR instructions 606 /** Body of instructions in the function. */ 619 * Helper function to run a list of instructions for constant 767 * Get an iterator for the instructions of the loop body [all...] |
ir_builder.cpp | 34 instructions->push_tail(ir);
|
/external/chromium_org/native_client_sdk/src/doc/ |
faq.rst | 68 .. processor-specific instructions? What about the GPU? 175 instructions <devguide/devcycle/building>` useful, and you can look at 272 Does Native Client support SIMD vector instructions? 366 protection mechanisms. While new instructions can be inserted at 367 runtime to support things like JIT compilers, such instructions will 370 * **No unsafe instructions:** The validator ensures that the Native 371 Client application does not contain any unsafe instructions. Examples 372 of unsafe instructions are ``syscall``, ``int``, and ``lds``. 411 Instructions on :ref:`debugging the SDK examples 423 :doc:`Building instructions <devguide/devcycle/building>` [all...] |
/external/llvm/test/MC/Mips/ |
mips-fpu-instructions.s | 4 # for FPU instructions. 6 # FP aritmetic instructions 52 # FP compare instructions 122 # FP convert instructions 139 # FP move instructions
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
DexWriter.java | [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding.s | 7 # Branch instructions 76 # Condition register instructions 117 # Fixed-point load instructions 189 # Fixed-point store instructions 240 # Fixed-point load and store with byte reversal instructions 261 # Fixed-point load and store multiple instructions 270 # FIXME: Fixed-point move assist instructions 272 # Fixed-point arithmetic instructions 478 # Fixed-point compare instructions 506 # Fixed-point trap instructions [all...] |
ppc64-encoding-bookII.s | 27 # Synchronization instructions 96 # Time base instructions
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs.h | 350 exec_list instructions; member in class:fs_visitor 408 bool brw_do_channel_expressions(struct exec_list *instructions); 409 bool brw_do_vector_splitting(struct exec_list *instructions);
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
Analyzer.java | 52 * RET instructions are valid.</i>
80 * the bytecode instructions.
93 * equal to the number of instructions (and labels) of the method. A
105 n = m.instructions.size();
106 insns = m.instructions;
179 AbstractInsnNode insnNode = m.instructions.get(insn);
372 * equal to the number of instructions (and labels) of the method. A
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
NotificationListenerVerifierActivity.java | 198 TextView instructions = (TextView) item.findViewById(R.id.nls_instructions); local 199 instructions.setText(messageId); 209 TextView instructions = (TextView) item.findViewById(R.id.nls_instructions); local 210 instructions.setText(stringId);
|
/external/chromium_org/courgette/ |
adjustment_method.cc | 596 const InstructionVector& instructions = program->instructions(); local 597 for (size_t i = 0; i < instructions.size(); ++i) { 598 Instruction* instruction = instructions[i];
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
vector_scaling_operations_neon.S | 36 @ Neon instructions can only right shift by an immediate value. To shift right
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
yasm.pyx | 29 instructions and object file constructs such as symbol tables and sections. 35 align, or instructions.
|
/external/llvm/test/MC/ARM/ |
eh-directive-text-section-multiple-func.s | 31 @ Check the .text section. There should be two "bx lr" instructions.
|
/external/llvm/utils/TableGen/ |
CodeGenTarget.h | 68 mutable DenseMap<const Record*, CodeGenInstruction*> Instructions; 150 if (Instructions.empty()) ReadInstructions(); 151 return Instructions; 156 if (Instructions.empty()) ReadInstructions(); 158 Instructions.find(InstRec); 159 assert(I != Instructions.end() && "Not an instruction"); 163 /// getInstructionsByEnumValue - Return all of the instructions defined by the 174 iterator_range<inst_iterator> instructions() const { function in class:llvm::CodeGenTarget 184 /// encodings, reverse the bit order of all instructions.
|