Searched refs:instructions (Results 151 - 175 of 428) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_channel_expressions.cpp87 brw_do_channel_expressions(exec_list *instructions) argument
95 do_expression_flattening(instructions, channel_expressions_predicate);
97 visit_list_elements(&v, instructions);
H A Dbrw_fs_vector_splitting.cpp337 brw_do_vector_splitting(exec_list *instructions) argument
341 visit_list_elements(&refs, instructions);
387 visit_list_elements(&split, instructions);
H A Dbrw_fs_reg_allocate.cpp50 /* Note that compressed instructions require alignment to 2 registers. */
58 foreach_list(node, &this->instructions) {
268 foreach_list(node, &this->instructions) {
314 foreach_list(node, &this->instructions) {
383 /* Generate spill/unspill instructions for the objects being
385 * virtual grf of the same size. For most instructions, though, we
388 foreach_list(node, &this->instructions) {
H A Dbrw_fs.cpp810 * instructions, so we also move to a temp to set those up.
852 * instructions, so we also move to a temp to set those up.
922 foreach_list(node, &this->instructions) {
998 foreach_list(node, &this->instructions) {
1028 * instructions), and they're what we naturally generate in the
1059 foreach_list(node, &this->instructions) {
1085 foreach_list(node, &this->instructions) {
1118 foreach_list(node, &this->instructions) {
1169 foreach_list(node, &this->instructions) {
1216 foreach_list(node, &this->instructions) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jar ... eval/ast/engine/ org/eclipse/jdt/internal/debug/eval/ast/instructions/ org/eclipse/jdi/Bootstrap.class Bootstrap.java package ...
/external/llvm/test/MC/Mips/
H A Dnacl-mask.s36 # Test that address-masking sandboxing is added before load instructions.
106 # Test that address-masking sandboxing is added before store instructions.
168 # Test that address-masking sandboxing is added after instructions that change
196 # Since we next check sandboxing sequence which consists of 3 instructions,
203 # Check that for instructions that change stack-pointer and load from memory
H A Dmicromips-jump-instructions.s6 # for jump and branch instructions.
8 # Jump instructions
H A Duser-macro-argument-separation.s8 # Check that the IAS expands macro instructions in the same way as GAS
/external/mesa3d/src/glsl/
H A Dlower_variable_index_to_cond_assign.cpp61 * \param instructions List where new instructions will be appended
73 compare_index_block(exec_list *instructions, ir_variable *index, argument
110 instructions->push_tail(condition);
114 instructions->push_tail(new(mem_ctx) ir_assignment(cond_deref, condition_val, 0));
512 lower_variable_index_to_cond_assign(exec_list *instructions, argument
531 visit_list_elements(&v, instructions);
H A Dlower_mat_op_to_vec.cpp84 do_mat_op_to_vec(exec_list *instructions) argument
92 do_expression_flattening(instructions, mat_op_to_vec_predicate);
94 visit_list_elements(&v, instructions);
H A Dir_hierarchical_visitor.h141 * Utility function to process a linked list of instructions with a visitor
143 void run(struct exec_list *instructions);
/external/dexmaker/lib/
H A Ddalvik-dx-1.jar ... dex/file/ com/android/dx/io/ com/android/dx/io/instructions/ com/android/dx/merge/ com/android/dx/rop/ com/android ...
/external/v8/src/compiler/
H A Dmove-optimizer.cc139 for (Instruction* instruction : code()->instructions()) {
163 for (Instruction* gap : code()->instructions()) {
358 Instruction* prev_instr = code()->instructions()[first_instr_index];
362 Instruction* instr = code()->instructions()[index];
374 return code()->instructions()[block->last_instruction_index()];
391 code()->instructions()[pred->last_instruction_index()];
428 Instruction* instr = code()->instructions()[block->first_instruction_index()];
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_06_part1.stdout.exp1 Test VSX load/store instructions
46 Test VSX logic instructions
73 Test P7 floating point convert instructions
132 Test VSX move instructions
155 Test VSX permute instructions
205 Test VSX floating point instructions
987 Test VSX scalar integer conversion instructions
/external/llvm/test/MC/ARM/
H A Dthumb2-diagnostics.s7 @ Ill-formed IT block instructions.
22 @ CHECK-ERRORS: error: instructions in IT block must be predicable
31 @ CHECK-ERRORS: error: predicated instructions must be in IT block
H A Dneon-mov-vfp.s6 @ The 32-bit variants of the NEON scalar move instructions are also available
/external/elfutils/libdw/
H A Dcfi.h69 const uint8_t *instructions; member in struct:dwarf_fde
154 /* This holds instructions for unwinding frame at a particular PC location
/external/libyuv/files/tools_libyuv/valgrind/
H A Dlibyuv_tests.bat51 echo "for the instructions on how to get them."
67 echo "for the instructions on how to get them."
/external/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp80 for (Instruction &I : instructions(F)) {
/external/llvm/lib/Transforms/Scalar/
H A DLowerGuardIntrinsic.cpp95 for (auto &I : instructions(F))
/external/Microsoft-GSL/
H A DCONTRIBUTING.md22 * It is desirable, but not necessary, for the tests to pass at each commit. Please see [README.md](./README.md) for instructions to build the test suite.
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
H A DStructuredLockingTest.java92 AbstractInsnNode insn = mn.instructions.get(i);
111 // Only instructions protected by a catch-all handler can hold locks:
113 AbstractInsnNode insn = mn.instructions.get(i);
/external/libopus/
H A DAndroid.mk29 # DSP, MEDIA and NEON instructions are in the same assembler file - thus we
/external/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp116 for (auto &I : instructions(F)) {
317 llvm_unreachable("Only arguments and instructions can be divergent");
320 // Dumps all divergent values in F, arguments and then instructions.
325 // Iterate instructions using instructions() to ensure a deterministic order.
326 for (auto &I : instructions(F)) {
/external/llvm/test/MC/Mips/eva/
H A Dinvalid-noeva.s1 # invalid operand for instructions that are invalid without -mattr=+eva flag

Completed in 716 milliseconds

1234567891011>>