Home
last modified time | relevance | path

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

1234567

/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md12 ### ADC ###
21 ### ADCS ###
30 ### ADD ###
39 ### ADDS ###
48 ### ADR ###
55 ### ADR ###
62 ### ADRP ###
69 ### ADRP ###
76 ### AND ###
85 ### ANDS ###
[all …]
/external/brotli/
DREADME.md22 #### Make
30 #### Bazel
34 #### CMake
50 #### Premake5
54 #### 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()
DSourceNodeImpl.java114 public void increment(final ICounter instructions, final ICounter branches, in increment()
123 private void incrementLine(final ICounter instructions, in incrementLine()
/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/mesa3d/src/compiler/glsl/
Dir_builder.h86 : instructions(instructions), in instructions() function
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()
Dlower_const_arrays_to_uniforms.cpp66 exec_list *instructions; member in __anon777e54c30111::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()
Dast_to_hir.cpp124 _mesa_ast_to_hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) in _mesa_ast_to_hir()
909 do_assignment(exec_list *instructions, struct _mesa_glsl_parse_state *state, in do_assignment()
1029 get_lvalue_copy(exec_list *instructions, ir_rvalue *lvalue) in get_lvalue_copy()
1046 ast_node::hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) in hir()
1066 ast_function_expression::hir_no_rvalue(exec_list *instructions, in hir_no_rvalue()
1073 ast_aggregate_initializer::hir_no_rvalue(exec_list *instructions, in hir_no_rvalue()
1165 get_scalar_boolean_operand(exec_list *instructions, in get_scalar_boolean_operand()
1266 ast_expression::hir(exec_list *instructions, in hir()
1273 ast_expression::hir_no_rvalue(exec_list *instructions, in hir_no_rvalue()
1298 ast_expression::do_hir(exec_list *instructions, in do_hir()
[all …]
Dopt_dead_builtin_variables.cpp35 optimize_dead_builtin_variables(exec_list *instructions, in optimize_dead_builtin_variables()
/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/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/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/r8/src/test/java/com/android/tools/r8/ir/
DInstructionIteratorTest.java69 ListIterator<Instruction> instructions = blocks.next().listIterator(); in removeBeforeNext() local
80 ListIterator<Instruction> instructions = blocks.next().listIterator(); in removeTwice() local
/external/guice/core/test/com/googlecode/guice/
DOSGiContainerTest.java77 Properties instructions = new Properties(); in setUp() local
112 private static void buildBundle(String name, Properties instructions, String classpath) in buildBundle()
/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
/external/smali/smali/src/test/java/org/jf/smali/
DImplicitReferenceTest.java85 List<Instruction> instructions = Lists.newArrayList(methodImpl.getInstructions()); in testImplicitMethodReference() local
180 List<Instruction> instructions = Lists.newArrayList(methodImpl.getInstructions()); in testImplicitFieldReference() local
/external/r8/src/test/java/com/android/tools/r8/code/
DInstructionFactoryTest.java21 Instruction[] instructions = in emptyBuffer() local
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInstructionListIterator.java125 BasicBlock split(int instructions, IRCode code, ListIterator<BasicBlock> blockIterator); in split()
130 default BasicBlock split(int instructions, IRCode code) { in split()

1234567