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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_optimization.h 44 bool do_algebraic(exec_list *instructions);
45 bool do_constant_folding(exec_list *instructions);
46 bool do_constant_variable(exec_list *instructions);
47 bool do_constant_variable_unlinked(exec_list *instructions);
48 bool do_copy_propagation(exec_list *instructions);
49 bool do_copy_propagation_elements(exec_list *instructions);
50 bool do_constant_propagation(exec_list *instructions);
51 bool do_dead_code(exec_list *instructions, bool uniform_locations_assigned);
52 bool do_dead_code_local(exec_list *instructions);
53 bool do_dead_code_unlinked(exec_list *instructions);
    [all...]
ir_expression_flattening.h 37 void do_expression_flattening(exec_list *instructions,
ir_basic_block.h 24 void call_for_basic_blocks(exec_list *instructions,
ir_reader.h 31 void _mesa_glsl_read_ir(_mesa_glsl_parse_state *state, exec_list *instructions,
builtin_variables.cpp 387 add_variable(exec_list *instructions, glsl_symbol_table *symtab,
416 instructions->push_tail(var);
423 add_uniform(exec_list *instructions, glsl_symbol_table *symtab,
427 add_variable(instructions, symtab, name, type, ir_var_uniform, -1);
471 add_builtin_variable(exec_list *instructions, glsl_symbol_table *symtab,
482 add_uniform(instructions, symtab, proto->name, type);
484 add_variable(instructions, symtab, proto->name, type, proto->mode,
490 add_builtin_constant(exec_list *instructions, glsl_symbol_table *symtab,
493 ir_variable *const var = add_variable(instructions, symtab,
506 generate_100ES_uniforms(exec_list *instructions,
    [all...]
lower_noise.cpp 64 lower_noise(exec_list *instructions)
68 visit_list_elements(&v, instructions);
  /external/mesa3d/src/glsl/
ir_optimization.h 44 bool do_algebraic(exec_list *instructions);
45 bool do_constant_folding(exec_list *instructions);
46 bool do_constant_variable(exec_list *instructions);
47 bool do_constant_variable_unlinked(exec_list *instructions);
48 bool do_copy_propagation(exec_list *instructions);
49 bool do_copy_propagation_elements(exec_list *instructions);
50 bool do_constant_propagation(exec_list *instructions);
51 bool do_dead_code(exec_list *instructions, bool uniform_locations_assigned);
52 bool do_dead_code_local(exec_list *instructions);
53 bool do_dead_code_unlinked(exec_list *instructions);
    [all...]
ir_expression_flattening.h 37 void do_expression_flattening(exec_list *instructions,
ir_basic_block.h 24 void call_for_basic_blocks(exec_list *instructions,
ir_reader.h 31 void _mesa_glsl_read_ir(_mesa_glsl_parse_state *state, exec_list *instructions,
builtin_variables.cpp 387 add_variable(exec_list *instructions, glsl_symbol_table *symtab,
416 instructions->push_tail(var);
423 add_uniform(exec_list *instructions, glsl_symbol_table *symtab,
427 add_variable(instructions, symtab, name, type, ir_var_uniform, -1);
471 add_builtin_variable(exec_list *instructions, glsl_symbol_table *symtab,
482 add_uniform(instructions, symtab, proto->name, type);
484 add_variable(instructions, symtab, proto->name, type, proto->mode,
490 add_builtin_constant(exec_list *instructions, glsl_symbol_table *symtab,
493 ir_variable *const var = add_variable(instructions, symtab,
506 generate_100ES_uniforms(exec_list *instructions,
    [all...]
lower_noise.cpp 64 lower_noise(exec_list *instructions)
68 visit_list_elements(&v, instructions);
  /dalvik/dx/src/com/android/dx/io/instructions/
CodeCursor.java 17 package com.android.dx.io.instructions;
35 * addresses to switch data payload instructions, whose relative
CodeInput.java 17 package com.android.dx.io.instructions;
PackedSwitchPayloadDecodedInstruction.java 17 package com.android.dx.io.instructions;
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
CodeCursor.java 17 package com.android.dx.io.instructions;
35 * addresses to switch data payload instructions, whose relative
CodeInput.java 17 package com.android.dx.io.instructions;
  /external/llvm/bindings/python/llvm/tests/
test_disassembler.py 24 instructions = list(disassembler.get_instructions(sequence))
25 self.assertEqual(len(instructions), 2)
27 self.assertEqual(instructions[0], (0, 3, '\tjcxz\t-127'))
28 self.assertEqual(instructions[1], (3, 2, '\taddl\t%eax, %edi'))
  /external/smack/src/org/jivesoftware/smack/packet/
Registration.java 53 private String instructions = null; field in class:Registration
60 * Returns the registration instructions, or <tt>null</tt> if no instructions
61 * have been set. If present, instructions should be displayed to the end-user
64 * @return the registration instructions, or <tt>null</tt> if there are none.
67 return instructions;
71 * Sets the registration instructions.
73 * @param instructions the registration instructions.
75 public void setInstructions(String instructions) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Code.java 24 private final short[] instructions; field in class:Code
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
34 this.instructions = instructions;
56 return instructions;
  /libcore/dex/src/main/java/com/android/dex/
Code.java 24 private final short[] instructions; field in class:Code
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
34 this.instructions = instructions;
56 return instructions;
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 2 # rep, repe (repz) and repne (repnz) prefixed string instructions
4 # This test makes sure the bbv plugin counts these instructions properly
14 # Some SSE2 instructions start with 0xf2 or 0xf3
48 # Load and Store Instructions
123 # Move instructions
156 # Compare equal instructions
207 # Compare not equal instructions
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part2.stdout.exp 1 Test VSX vector single arg instructions
21 Test VSX floating point compare and basic arithmetic instructions
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part2.stdout.exp 1 Test VSX vector single arg instructions
21 Test VSX floating point compare and basic arithmetic instructions
    [all...]
  /external/elfutils/tests/
run-show-ciefde.sh 41 FDE[0]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
76 FDE[0]: instructions = 41 0e 08 85 02 42 0d 05 53 2e 08 50 2e 10 48 2e 00 58 2e 10 62 2e 00 63 2e 10 45 2e 00 00 00 00
80 FDE[1]: instructions = 41 0e 08 85 02 42 0d 05 4c 2e 10 00
84 FDE[2]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
88 FDE[3]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
92 FDE[4]: instructions = 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 53 2e 10 4e 2e 00 55 2e 10 00
96 FDE[5]: instructions = 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 5e 2e 10 00 00 00
100 FDE[6]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
104 FDE[7]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 00
108 FDE[8]: instructions = 41 0e 08 85 02 42 0d 05 41 83 03 5c 2e 10 00 0
    [all...]

Completed in 408 milliseconds

1 2 3 4 5 6 7 8 91011>>