HomeSort by relevance Sort by last modified time
    Searched refs:instructions (Results 201 - 225 of 535) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth.css 87 #bluetooth-pairing-instructions,
96 #bluetooth-pairing-instructions {
  /external/chromium_org/courgette/
assembly_program.h 47 // 'Instructions'.
72 // Instructions will be assembled in the order they are emitted.
89 // Generates multiple bytes of data or machine instructions.
117 const InstructionVector& instructions() const { function in class:courgette::AssemblyProgram
150 // Sharing instructions that emit a single byte saves a lot of space.
156 InstructionVector instructions_; // All the instructions in program.
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_builder.h 79 exec_list *instructions; member in class:ir_builder::ir_factory
ir_reader.cpp 35 void read(exec_list *instructions, const char *src, bool scan_for_protos);
73 _mesa_glsl_read_ir(_mesa_glsl_parse_state *state, exec_list *instructions,
77 r.read(instructions, src, scan_for_protos);
81 ir_reader::read(exec_list *instructions, const char *src, bool scan_for_protos)
91 scan_for_prototypes(instructions, expr);
96 read_instructions(instructions, expr, NULL);
100 validate_ir_tree(instructions);
159 ir_reader::scan_for_prototypes(exec_list *instructions, s_expression *expr)
179 instructions->push_tail(f);
292 ir_reader::read_instructions(exec_list *instructions, s_expression *expr
    [all...]
opt_structure_splitting.cpp 181 * so just look at the body instructions and not the parameter
315 do_structure_splitting(exec_list *instructions)
319 visit_list_elements(&refs, instructions);
370 visit_list_elements(&split, instructions);
opt_tree_grafting.cpp 380 do_tree_grafting(exec_list *instructions)
388 visit_list_elements(info.refs, instructions);
390 call_for_basic_blocks(instructions, tree_grafting_basic_block, &info);
lower_variable_index_to_cond_assign.cpp 61 * \param instructions List where new instructions will be appended
73 compare_index_block(exec_list *instructions, ir_variable *index,
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,
531 visit_list_elements(&v, instructions);
  /external/chromium_org/tools/valgrind/
chrome_tests.bat 42 echo "for the instructions on how to get them."
58 echo "for the instructions on how to get them."
  /external/dexmaker/src/dx/java/com/android/dx/io/
CodeReader.java 19 import com.android.dx.io.instructions.DecodedInstruction;
33 * Sets {@code visitor} as the visitor for all instructions.
44 * Sets {@code visitor} as the visitor for all instructions not
52 * Sets {@code visitor} as the visitor for all string instructions.
59 * Sets {@code visitor} as the visitor for all type instructions.
66 * Sets {@code visitor} as the visitor for all field instructions.
73 * Sets {@code visitor} as the visitor for all method instructions.
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ShortArrayCodeOutput.java 17 package com.android.dx.io.instructions;
  /external/llvm/test/MC/Mips/
mips-expansions.s 3 # for macro instructions
5 # Load immediate instructions
  /external/mesa3d/src/glsl/
ir_builder.h 79 exec_list *instructions; member in class:ir_builder::ir_factory
ir_reader.cpp 35 void read(exec_list *instructions, const char *src, bool scan_for_protos);
73 _mesa_glsl_read_ir(_mesa_glsl_parse_state *state, exec_list *instructions,
77 r.read(instructions, src, scan_for_protos);
81 ir_reader::read(exec_list *instructions, const char *src, bool scan_for_protos)
91 scan_for_prototypes(instructions, expr);
96 read_instructions(instructions, expr, NULL);
100 validate_ir_tree(instructions);
159 ir_reader::scan_for_prototypes(exec_list *instructions, s_expression *expr)
179 instructions->push_tail(f);
292 ir_reader::read_instructions(exec_list *instructions, s_expression *expr
    [all...]
opt_structure_splitting.cpp 181 * so just look at the body instructions and not the parameter
315 do_structure_splitting(exec_list *instructions)
319 visit_list_elements(&refs, instructions);
370 visit_list_elements(&split, instructions);
opt_tree_grafting.cpp 380 do_tree_grafting(exec_list *instructions)
388 visit_list_elements(info.refs, instructions);
390 call_for_basic_blocks(instructions, tree_grafting_basic_block, &info);
lower_variable_index_to_cond_assign.cpp 61 * \param instructions List where new instructions will be appended
73 compare_index_block(exec_list *instructions, ir_variable *index,
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,
531 visit_list_elements(&v, instructions);
  /external/v8/src/
lithium-allocator-inl.h 52 return chunk_->instructions()->at(index);
  /art/compiler/sea_ir/debug/
dot_gen.cc 132 std::vector<InstructionNode*>* instructions = region->GetInstructions(); local
133 for (std::vector<InstructionNode*>::const_iterator cit = instructions->begin();
134 cit != instructions->end(); cit++) {
  /art/compiler/sea_ir/types/
type_inference.cc 146 // Fill the work-list with all instructions.
151 std::vector<InstructionNode*>* instructions = (*region_it)->GetInstructions(); local
152 std::copy(instructions->begin(), instructions->end(), std::back_inserter(worklist));
163 // adding consumers of instructions whose result changed type back into the work-list.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 87 brw_do_channel_expressions(exec_list *instructions)
95 do_expression_flattening(instructions, channel_expressions_predicate);
97 visit_list_elements(&v, instructions);
brw_fs_vector_splitting.cpp 337 brw_do_vector_splitting(exec_list *instructions)
341 visit_list_elements(&refs, instructions);
387 visit_list_elements(&split, instructions);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 87 brw_do_channel_expressions(exec_list *instructions)
95 do_expression_flattening(instructions, channel_expressions_predicate);
97 visit_list_elements(&v, instructions);
brw_fs_vector_splitting.cpp 337 brw_do_vector_splitting(exec_list *instructions)
341 visit_list_elements(&refs, instructions);
387 visit_list_elements(&split, instructions);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/oprofile/events/i386/nehalem/
unit_masks 36 0x01 loads Counts the number of instructions with an architecturally-visible store retired on the architected path
37 0x02 stores Counts the number of instructions with an architecturally-visible store retired on the architected path
45 0x02 other_core_l2_hitm Counts number of memory load instructions retired where the memory reference hit modified data in a sibling core residing on the same socket
46 0x08 remote_cache_local_home_hit Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remote socket's cache
47 0x10 remote_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and was remotely homed
48 0x20 local_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and required a local socket memory reference
75 0x01 dec0 Counts number of instructions that require decoder 0 to be decoded
162 0x01 nta Counts number of SSE NTA prefetch/weakly-ordered instructions which missed the L1 data cache
211 0x01 cond Counts the number of conditional near branch instructions executed, but not necessarily retired
212 0x02 direct Counts all unconditional near branch instructions excluding calls and indirect branche
    [all...]

Completed in 266 milliseconds

1 2 3 4 5 6 7 891011>>