Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md12 ### ADC ###
19 ### ADCS ###
26 ### ADD ###
33 ### ADDS ###
40 ### ADR ###
47 ### ADR ###
54 ### ADRP ###
61 ### ADRP ###
68 ### AND ###
75 ### ANDS ###
[all …]
/external/adeb/
DREADME.md95 ### Install kernel headers in addition to preparing adeb device:
100 ### Update kernel headers onto an already prepared device:
108 ### Build and prepare device with a custom rootfs locally:
121 ### Add kernel headers to device in addition to building locally:
126 ### Build/install a base image with BCC:
133 ### Extract the FS from the device, after its prepared:
141 ### Use a previously prepared adeb rootfs tar from local:
146 ### Build a standalone raw EXT4 image out of the FS:
153 ### How to use adeb for other Architectures (other than ARM64)
/external/brotli/
DREADME.md23 #### Autotools-style CMake
38 #### Bazel
42 #### CMake
52 #### Premake5
56 #### Python
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DPayloadAlignmentTest.java56 List<? extends Instruction> instructions = in testPayloadAlignmentRemoveNop() local
73 List<? extends Instruction> instructions = in testPayloadAlignmentAddNop() local
101 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testPayloadAlignmentRemoveNopWithReferent() local
127 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testPayloadAlignmentAddNopWithReferent() local
142 … private static void checkInstructions(List<Instruction> instructions, Opcode[] expectedOpcodes) { in checkInstructions()
176 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testPackedSwitchAlignment() local
227 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testSparseSwitchAlignment() local
DFixGotoTest.java33 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoToGoto16() local
56 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoToGoto32() local
79 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGoto16ToGoto32() local
115 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoCascading() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DLineImpl.java50 private static LineImpl getInstance(final CounterImpl instructions, in getInstance()
67 Var(final CounterImpl instructions, final CounterImpl branches) { in Var()
72 public LineImpl increment(final ICounter instructions, in increment()
90 public LineImpl increment(final ICounter instructions, in increment()
98 protected CounterImpl instructions; field in LineImpl
103 private LineImpl(final CounterImpl instructions, final CounterImpl branches) { in LineImpl()
117 public abstract LineImpl increment(final ICounter instructions, in increment()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableMethodImplementation.java50 @Nonnull protected final ImmutableList<? extends ImmutableInstruction> instructions; field in ImmutableMethodImplementation
55 @Nullable Iterable<? extends Instruction> instructions, in ImmutableMethodImplementation()
65@Nullable ImmutableList<? extends ImmutableInstruction> instructions, in ImmutableMethodImplementation()
/external/perfetto/docs/
Dheapprofd.md199 ### Download trace\_to\_text
207 ### Start profiling
238 ### Convert to pprof compatible file
/external/tensorflow/tensorflow/python/util/
Ddeprecation.py46 def _add_deprecated_function_notice_to_docstring(doc, date, instructions): argument
58 def _add_deprecated_arg_notice_to_docstring(doc, date, instructions, argument
74 def _add_deprecated_arg_value_notice_to_docstring(doc, date, instructions, argument
93 def _validate_deprecation_args(date, instructions): argument
274 def deprecated(date, instructions, warn_once=True): argument
336 def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples, argument
516 def deprecated_arg_values(date, instructions, warn_once=True, argument
/external/mesa3d/src/compiler/glsl/
Dir_builder.h86 : instructions(instructions), in instructions() argument
119 exec_list *instructions; variable
Dopt_dead_code.cpp46 do_dead_code(exec_list *instructions, bool uniform_locations_assigned) in do_dead_code()
177 do_dead_code_unlinked(exec_list *instructions) in do_dead_code_unlinked()
Dopt_flip_matrices.cpp42 matrix_flipper(exec_list *instructions) in matrix_flipper()
116 opt_flip_matrices(struct exec_list *instructions) in opt_flip_matrices()
Dast_to_hir.cpp125 _mesa_ast_to_hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) in _mesa_ast_to_hir()
928 do_assignment(exec_list *instructions, struct _mesa_glsl_parse_state *state, in do_assignment()
1048 get_lvalue_copy(exec_list *instructions, ir_rvalue *lvalue) in get_lvalue_copy()
1065 ast_node::hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) in hir()
1085 ast_function_expression::hir_no_rvalue(exec_list *instructions, in hir_no_rvalue()
1092 ast_aggregate_initializer::hir_no_rvalue(exec_list *instructions, in hir_no_rvalue()
1189 get_scalar_boolean_operand(exec_list *instructions, in get_scalar_boolean_operand()
1294 ast_expression::hir(exec_list *instructions, in hir()
1301 ast_expression::hir_no_rvalue(exec_list *instructions, in hir_no_rvalue()
1326 ast_expression::do_hir(exec_list *instructions, in do_hir()
[all …]
Dlower_const_arrays_to_uniforms.cpp66 exec_list *instructions; member in __anon5da3a10d0111::lower_const_array_visitor
120 lower_const_arrays_to_uniforms(exec_list *instructions, unsigned stage) in lower_const_arrays_to_uniforms()
Dlower_discard.cpp128 lower_discard(exec_list *instructions) in lower_discard()
139 find_discard(exec_list &instructions) in find_discard()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DPromptHelper.java90 …private Object requestPrompt(String instructions, String hint, Object type) throws InterruptedExce… in requestPrompt()
121 public String requestStringPrompt(String instructions, String hint) { in requestStringPrompt()
136 public Boolean requestBooleanPrompt(String instructions, String hint) { in requestBooleanPrompt()
/external/vixl/benchmarks/aarch32/
Dbench-dataop.cc44 void benchmark(unsigned instructions, InstructionSet isa) { in benchmark()
71 unsigned instructions = 0; in main() local
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCustomMethodInlineTableTest.java60 List<ImmutableInstruction> instructions = Lists.newArrayList( in testCustomMethodInlineTable_Virtual() local
89 List<ImmutableInstruction> instructions = Lists.newArrayList( in testCustomMethodInlineTable_Static() local
118 List<ImmutableInstruction> instructions = Lists.newArrayList( in testCustomMethodInlineTable_Direct() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstIterator.h134 inline inst_range instructions(Function *F) { in instructions() function
143 inline const_inst_range instructions(const Function *F) { in instructions() function
148 inline inst_range instructions(Function &F) { in instructions() function
157 inline const_inst_range instructions(const Function &F) { in instructions() function
/external/llvm/include/llvm/IR/
DInstIterator.h128 inline inst_range instructions(Function *F) { in instructions() function
137 inline const_inst_range instructions(const Function *F) { in instructions() function
142 inline inst_range instructions(Function &F) { in instructions() function
151 inline const_inst_range instructions(const Function &F) { in instructions() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_schedule.h38 absl::Span<HloInstruction* const> instructions) { in HloInstructionSequence()
59 const std::vector<HloInstruction*>& instructions() const { in instructions() function
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DJumboStringConversionTest.java106 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testJumboStringConversion() local
127 final List<Instruction> instructions = Lists.newArrayList(); in testJumboStringConversion_NonMethodBuilder() local
/external/guice/core/test/com/googlecode/guice/
DOSGiContainerTest.java71 Properties instructions = new Properties(); in setUp() local
108 private static void buildBundle(String name, Properties instructions, String classpath) in buildBundle()
/external/tensorflow/tensorflow/lite/g3doc/convert/
Dpython_api.md239 ### Build from source code <a name="latest_package"></a>
247 ### Converting models from TensorFlow 1.12 <a name="pre_tensorflow_1.12"></a>
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java115 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testSmalideaMethod() local
425 List<Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testPackedSwitch() local
491 List<Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testSparseSwitch() local
566 List<Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testArrayData() local

1234567891011