Searched refs:instructions (Results 1 - 25 of 593) sorted by relevance

1234567891011>>

/external/mesa3d/src/compiler/glsl/
H A Dir_optimization.h87 bool do_rebalance_tree(exec_list *instructions);
88 bool do_algebraic(exec_list *instructions, bool native_integers,
90 bool opt_conditional_discard(exec_list *instructions);
91 bool do_constant_folding(exec_list *instructions);
92 bool do_constant_variable(exec_list *instructions);
93 bool do_constant_variable_unlinked(exec_list *instructions);
94 bool do_copy_propagation(exec_list *instructions);
95 bool do_copy_propagation_elements(exec_list *instructions);
96 bool do_constant_propagation(exec_list *instructions);
102 bool do_dead_code(exec_list *instructions, boo
[all...]
H A Dir_expression_flattening.h37 void do_expression_flattening(exec_list *instructions,
H A Dir_builder_print_visitor.h30 _mesa_print_builder_for_ir(FILE *f, exec_list *instructions);
H A Dir_basic_block.h24 void call_for_basic_blocks(exec_list *instructions,
H A Dir_reader.h31 void _mesa_glsl_read_ir(_mesa_glsl_parse_state *state, exec_list *instructions,
H A Dlower_noise.cpp64 lower_noise(exec_list *instructions) argument
68 visit_list_elements(&v, instructions);
H A Dlower_const_arrays_to_uniforms.cpp32 * which usually involves a large number of instructions.
50 instructions = insts;
58 visit_list_elements(this, instructions);
66 exec_list *instructions; member in class:__anon15856::lower_const_array_visitor
110 instructions->push_head(uni);
120 lower_const_arrays_to_uniforms(exec_list *instructions, unsigned stage) argument
122 lower_const_array_visitor v(instructions, stage);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A DLineImpl.java46 * Empty line without instructions or branches.
50 private static LineImpl getInstance(final CounterImpl instructions, argument
52 final int im = instructions.getMissedCount();
53 final int ic = instructions.getCoveredCount();
60 return new Var(instructions, branches);
67 Var(final CounterImpl instructions, final CounterImpl branches) { argument
68 super(instructions, branches);
72 public LineImpl increment(final ICounter instructions, argument
74 this.instructions = this.instructions
90 increment(final ICounter instructions, final ICounter branches) argument
98 protected CounterImpl instructions; field in class:LineImpl
103 LineImpl(final CounterImpl instructions, final CounterImpl branches) argument
117 increment(final ICounter instructions, final ICounter branches) argument
[all...]
/external/vixl/benchmarks/aarch64/
H A Dbench-branch-link.cc30 #include "aarch64/instructions-aarch64.h"
41 int instructions = 0; local
45 instructions = kDefaultInstructionCount;
48 instructions = atoi(argv[1]);
51 printf("Usage: %s [#instructions]\n", argv[0]);
57 MacroAssembler masm(instructions * kInstructionSize);
58 ExactAssemblyScope scope(&masm, instructions * kInstructionSize);
63 for (int i = 0; i < instructions; i++) {
74 printf("A64: time for %d instructions: %gs\n", instructions, delt
[all...]
H A Dbench-branch.cc30 #include "aarch64/instructions-aarch64.h"
38 // This program focuses on emitting branch instructions.
41 // instructions in a fixed size buffer, looping over the buffer if necessary.
44 int instructions = 0; local
48 instructions = kDefaultInstructionCount;
51 instructions = atoi(argv[1]);
54 printf("Usage: %s [#instructions]\n", argv[0]);
67 int rounds = instructions / buffer_instruction_count;
80 int remaining = instructions % buffer_instruction_count;
95 printf("A64: time for %d instructions
[all...]
H A Dbench-dataop.cc30 #include "aarch64/instructions-aarch64.h"
38 // This program focuses on emitting simple instructions.
44 unsigned instructions = 0; local
48 instructions = kDefaultInstructionCount;
51 instructions = atoi(argv[1]);
54 printf("Usage: %s [#instructions]\n", argv[0]);
66 unsigned rounds = instructions / buffer_instruction_count;
77 unsigned remaining = instructions % buffer_instruction_count;
90 printf("A64: time for %d instructions: %gs\n", instructions, delt
[all...]
/external/vixl/benchmarks/aarch32/
H A Dbench-dataop.cc32 #include "aarch32/instructions-aarch32.h"
40 // This program focuses on emitting simple instructions.
44 void benchmark(unsigned instructions, InstructionSet isa) { argument
54 for (unsigned i = 0; i < instructions; ++i) {
64 printf("%s: time for %d instructions: %gs\n",
66 instructions,
71 unsigned instructions = 0; local
75 instructions = kDefaultInstructionCount;
78 instructions = atoi(argv[1]);
81 printf("Usage: %s [#instructions]\
[all...]
/external/guice/core/test/com/googlecode/guice/
H A DOSGiContainerTest.java77 Properties instructions = new Properties();
81 instructions.setProperty("Export-Package", "org.aopalliance.*");
82 buildBundle("aopalliance", instructions, AOPALLIANCE_JAR);
83 instructions.clear();
87 instructions.setProperty("Export-Package", "javax.inject.*");
88 buildBundle("javax.inject", instructions, JAVAX_INJECT_JAR);
89 instructions.clear();
92 instructions.setProperty("Export-Package", "com.google.common.*");
93 instructions.setProperty("Import-Package", "*;resolution:=optional");
94 buildBundle("guava", instructions, GUAVA_JA
112 buildBundle(String name, Properties instructions, String classpath) argument
[all...]
/external/llvm/test/MC/Mips/
H A Dset-nomacro-micromips.s7 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
21 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
23 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
25 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
28 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
30 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
33 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
H A Dset-nomacro.s3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
[all...]
/external/libopus/celt/arm/
H A Darmopts.s.in27 ; Set the following to 1 if we have EDSP instructions
31 ; Set the following to 1 if we have ARMv6 media instructions.
/external/llvm/bindings/python/llvm/tests/
H A Dtest_disassembler.py28 instructions = list(disassembler.get_instructions(sequence))
29 self.assertEqual(len(instructions), 2)
31 self.assertEqual(instructions[0], (0, 3, '\tjcxz\t-127'))
32 self.assertEqual(instructions[1], (3, 2, '\taddl\t%eax, %edi'))
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
H A DFixGotoTest.java33 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions());
34 Assert.assertEquals(502, instructions.size());
36 Assert.assertEquals(Opcode.GOTO_16, instructions.get(0).getOpcode());
37 Assert.assertEquals(502, ((OffsetInstruction)instructions.get(0)).getCodeOffset());
56 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions());
57 Assert.assertEquals(70002, instructions.size());
59 Assert.assertEquals(Opcode.GOTO_32, instructions.get(0).getOpcode());
60 Assert.assertEquals(70003, ((OffsetInstruction)instructions.get(0)).getCodeOffset());
79 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions());
80 Assert.assertEquals(70002, instructions
[all...]
H A DPayloadAlignmentTest.java56 List<? extends Instruction> instructions =
59 Assert.assertEquals(instructions.size(), 1);
61 Instruction instruction = instructions.get(0);
73 List<? extends Instruction> instructions =
76 Assert.assertEquals(instructions.size(), 3);
78 Instruction instruction = instructions.get(0);
81 instruction = instructions.get(1);
84 instruction = instructions.get(2);
101 List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstructions());
103 checkInstructions(instructions,
142 checkInstructions(List<Instruction> instructions, Opcode[] expectedOpcodes) argument
[all...]
/external/tensorflow/tensorflow/python/util/
H A Ddeprecation_test.py82 instructions = "This is how you update..."
84 @deprecation.deprecated(date, instructions, warn_once=True)
96 instructions = "This is how you update..."
98 @deprecation.deprecated(date, instructions, warn_once=False)
118 instructions = "This is how you update..."
120 deprecation.deprecated("", instructions)
122 deprecation.deprecated("07-04-2016", instructions)
124 with self.assertRaisesRegexp(ValueError, "instructions"):
126 with self.assertRaisesRegexp(ValueError, "instructions"):
132 instructions
[all...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
H A DSyntheticFilter.java26 output.ignore(methodNode.instructions.getFirst(),
27 methodNode.instructions.getLast());
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_06_part2.stdout.exp1 Test VSX vector single arg instructions
21 Test VSX floating point compare and basic arithmetic instructions
851 Test floating point arithmetic instructions -- with a{d|s}p or m{d|s}p
1383 Test scalar floating point arithmetic instructions
/external/mesa3d/src/compiler/glsl/tests/
H A Dopt_add_neg_to_sub_test.cpp35 exec_list instructions; member in class:add_neg_to_sub
49 instructions.make_empty();
50 body = new ir_factory(&instructions, mem_ctx);
79 visit_list_elements(&v, &instructions);
81 ASSERT_FALSE(instructions.is_empty());
83 ir_instruction *const ir = (ir_instruction *) instructions.pop_head();
85 EXPECT_TRUE(instructions.is_empty());
112 visit_list_elements(&v, &instructions);
114 ASSERT_FALSE(instructions.is_empty());
116 ir_instruction *const ir = (ir_instruction *) instructions
[all...]
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S2 # 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
123 # Move instructions
156 # Compare equal instructions
207 # Compare not equal instructions
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
H A DPromptHelper.java90 private Object requestPrompt(String instructions, String hint, Object type) throws InterruptedException { argument
96 promptInstructions = instructions;
121 public String requestStringPrompt(String instructions, String hint) { argument
124 value = (String)this.requestPrompt(instructions, hint, String.class);
136 public Boolean requestBooleanPrompt(String instructions, String hint) { argument
139 value = (Boolean)this.requestPrompt(instructions, hint, Boolean.class);

Completed in 534 milliseconds

1234567891011>>