Searched refs:instructions (Results 201 - 225 of 537) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth.css89 #bluetooth-pairing-instructions,
98 #bluetooth-pairing-instructions {
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_builder.h79 exec_list *instructions; member in class:ir_builder::ir_factory
H A Dir_reader.cpp35 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, argument
77 r.read(instructions, src, scan_for_protos);
81 ir_reader::read(exec_list *instructions, const char *src, bool scan_for_protos) argument
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) argument
179 instructions->push_tail(f);
292 ir_reader::read_instructions(exec_list *instructions, s_expressio argument
[all...]
H A Dopt_structure_splitting.cpp181 * so just look at the body instructions and not the parameter
315 do_structure_splitting(exec_list *instructions) argument
319 visit_list_elements(&refs, instructions);
370 visit_list_elements(&split, instructions);
H A Dopt_tree_grafting.cpp380 do_tree_grafting(exec_list *instructions) argument
388 visit_list_elements(info.refs, instructions);
390 call_for_basic_blocks(instructions, tree_grafting_basic_block, &info);
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);
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.bat42 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/
H A DCodeReader.java19 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/
H A DShortArrayCodeOutput.java17 package com.android.dx.io.instructions;
/external/llvm/test/MC/Mips/
H A Dmicromips-expansions.s4 # for macro instructions
6 # Load immediate instructions
H A Dmips-expansions.s3 # for macro instructions
5 # Load immediate instructions
H A Dnacl-mask.s37 # Test that address-masking sandboxing is added before load instructions.
107 # Test that address-masking sandboxing is added before store instructions.
169 # Test that address-masking sandboxing is added after instructions that change
197 # Since we next check sandboxing sequence which consists of 3 instructions,
204 # Check that for instructions that change stack-pointer and load from memory
/external/mesa3d/src/glsl/
H A Dir_builder.h79 exec_list *instructions; member in class:ir_builder::ir_factory
H A Dir_reader.cpp35 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, argument
77 r.read(instructions, src, scan_for_protos);
81 ir_reader::read(exec_list *instructions, const char *src, bool scan_for_protos) argument
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) argument
179 instructions->push_tail(f);
292 ir_reader::read_instructions(exec_list *instructions, s_expressio argument
[all...]
H A Dopt_structure_splitting.cpp181 * so just look at the body instructions and not the parameter
315 do_structure_splitting(exec_list *instructions) argument
319 visit_list_elements(&refs, instructions);
370 visit_list_elements(&split, instructions);
H A Dopt_tree_grafting.cpp380 do_tree_grafting(exec_list *instructions) argument
388 visit_list_elements(info.refs, instructions);
390 call_for_basic_blocks(instructions, tree_grafting_basic_block, &info);
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);
/external/vixl/tools/
H A Dmake_instruction_doc.pl32 # Extra pseudo instructions added to AArch64.
35 my %inst = (); # Global hash of instructions.
75 This is a list of the AArch64 instructions supported by the VIXL assembler,
82 print describe_insts('AArch64 integer instructions', 'integer');
83 print describe_insts('AArch64 floating point instructions', 'float');
84 print describe_insts('Additional or pseudo instructions', 'pseudo');
86 # Sort instructions by mnemonic and then description.
93 # Return a Markdown formatted list of instructions of a particular type.
/external/chromium_org/third_party/mesa/src/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);
/external/llvm/test/MC/ARM/
H A Dthumb2-diagnostics.s4 @ Ill-formed IT block instructions.
19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
28 @ CHECK-ERRORS: error: predicated instructions must be in IT block
/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);
/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/oprofile/events/i386/nehalem/
H A Dunit_masks36 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 excludin
[all...]

Completed in 567 milliseconds

1234567891011>>