Searched refs:instructions (Results 76 - 100 of 428) sorted by relevance

1234567891011>>

/external/llvm/test/MC/Mips/
H A Dmicromips-diagnostic-fixup.s3 # Two instructions, to check that this is not a fatal error
H A Dmips-diagnostic-fixup.s3 # Two instructions, to check that this is not a fatal error
/external/llvm/test/MC/Mips/mips32r6/
H A Dvalid.s17 # FIXME: Add the instructions carried forward from older ISA's
/external/llvm/test/MC/Mips/mips64r6/
H A Dvalid.s17 # FIXME: Add the instructions carried forward from older ISA's
/external/mesa3d/src/glsl/
H A Dir_function_detect_recursion.cpp328 exec_list *instructions)
335 v.run(instructions);
354 exec_list *instructions)
361 v.run(instructions);
327 detect_recursion_unlinked(struct _mesa_glsl_parse_state *state, exec_list *instructions) argument
353 detect_recursion_linked(struct gl_shader_program *prog, exec_list *instructions) argument
H A Dir_print_visitor.h36 extern void _mesa_print_ir(exec_list *instructions,
H A Dlower_if_to_cond_assign.cpp36 * lower_if_to_cond_assign(instructions)
43 * lower_if_to_cond_assign(instructions, N)
80 lower_if_to_cond_assign(exec_list *instructions, unsigned max_depth) argument
87 visit_list_elements(&v, instructions);
112 exec_list *instructions,
115 foreach_list_safe(node, instructions) {
190 /* Store the condition to a variable. Move all of the instructions from
215 /* If there are instructions in the else-clause, store the inverse of the
216 * condition to a variable. Move all of the instructions from the
110 move_block_to_cond_assign(void *mem_ctx, ir_if *if_ir, ir_rvalue *cond_expr, exec_list *instructions, struct hash_table *ht) argument
H A Dopt_constant_variable.cpp169 do_constant_variable(exec_list *instructions) argument
174 v.run(instructions);
193 do_constant_variable_unlinked(exec_list *instructions) argument
197 foreach_iter(exec_list_iterator, iter, *instructions) {
H A Dhir_field_selection.cpp32 exec_list *instructions,
39 op = expr->subexpressions[0]->hir(instructions, state);
31 _mesa_ast_field_selection_to_hir(const ast_expression *expr, exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
H A Dopt_constant_folding.cpp154 do_constant_folding(exec_list *instructions) argument
158 visit_list_elements(&constant_folding, instructions);
H A Dopt_copy_propagation.cpp30 * This should reduce the number of MOV instructions in the generated
95 void handle_if_block(exec_list *instructions);
118 * block. Any instructions at global scope will be shuffled into
208 ir_copy_propagation_visitor::handle_if_block(exec_list *instructions) argument
224 visit_list_elements(this, instructions);
342 do_copy_propagation(exec_list *instructions) argument
346 visit_list_elements(&v, instructions);
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
H A DInstructionOffsetMapTest.java47 ImmutableList<ImmutableInstruction> instructions = ImmutableList.of(
79 ImmutableMethodImplementation impl = new ImmutableMethodImplementation(33, instructions, null, null);
80 InstructionOffsetMap instructionOffsetMap = new InstructionOffsetMap(instructions);
85 for (int i=0; i<instructions.size(); i++) {
/external/v8/src/crankshaft/
H A Dlithium-allocator-inl.h39 return chunk_->instructions()->at(index);
/external/llvm/test/MC/ARM/
H A Dthumb-not-mclass.s8 @ Check that the assembler rejects thumb instructions that are not valid
/external/llvm/test/MC/X86/AlignedBundling/
H A Dsection-alignment.s4 # Test that bundle-aligned sections with instructions are aligned
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cubemap_normalize.cpp104 brw_do_cubemap_normalize(exec_list *instructions) argument
108 visit_list_elements(&v, instructions);
/external/smali/smali/src/test/java/org/jf/smali/
H A DImplicitReferenceTest.java85 List<Instruction> instructions = Lists.newArrayList(methodImpl.getInstructions());
87 Instruction35c instruction = (Instruction35c)instructions.get(0);
94 instruction = (Instruction35c)instructions.get(1);
101 instruction = (Instruction35c)instructions.get(2);
180 List<Instruction> instructions = Lists.newArrayList(methodImpl.getInstructions());
182 Instruction21c instruction = (Instruction21c)instructions.get(0);
189 instruction = (Instruction21c)instructions.get(1);
196 instruction = (Instruction21c)instructions.get(2);
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/
H A Dmblaze_pattern.s3 # Test to ensure that all FPU instructions can be parsed by the
/external/toolchain-utils/crosperf/experiment_files/
H A Dpage_cycler_perf.exp15 perf_args: record -e cycles,instructions
/external/v8/src/compiler/
H A Dgraph-visualizer.h55 const InstructionSequence* instructions = nullptr)
57 instructions_(instructions),
/external/valgrind/none/tests/ppc32/
H A Djm_int_isa_2_07.stdout.exp17 All done. Tested 8 different instructions
/external/valgrind/none/tests/ppc64/
H A Djm_int_isa_2_07.stdout.exp17 All done. Tested 8 different instructions
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
H A DCustomMethodInlineTableTest.java59 List<ImmutableInstruction> instructions = Lists.newArrayList(
63 ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null, null);
86 List<ImmutableInstruction> instructions = Lists.newArrayList(
90 ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null, null);
113 List<ImmutableInstruction> instructions = Lists.newArrayList(
117 ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null, null);
/external/swiftshader/third_party/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/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java91 * sizes and shrinks instructions.
103 * @param shrinkInstructions specifies whether added instructions should
193 * Remembers to place the given instructions right before the instruction
196 * @param instructions the new instructions.
198 public void insertBeforeInstruction(int instructionOffset, Instruction[] instructions) argument
207 new CompositeInstruction(instructions);
242 * instructions.
244 * @param instructions the new instructions
246 replaceInstruction(int instructionOffset, Instruction[] instructions) argument
294 insertAfterInstruction(int instructionOffset, Instruction[] instructions) argument
1175 private Instruction[] instructions; field in class:CodeAttributeEditor.CompositeInstruction
1178 CompositeInstruction(Instruction[] instructions) argument
[all...]

Completed in 687 milliseconds

1234567891011>>