HomeSort by relevance Sort by last modified time
    Searched refs:instructions (Results 376 - 400 of 1941) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/io/instructions/
FourRegisterDecodedInstruction.java 17 package com.android.dx.io.instructions;
InvokePolymorphicDecodedInstruction.java 17 package com.android.dx.io.instructions;
InvokePolymorphicRangeDecodedInstruction.java 17 package com.android.dx.io.instructions;
ThreeRegisterDecodedInstruction.java 17 package com.android.dx.io.instructions;
  /external/fonttools/
README.md 14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
21 See [documentation.html](https://github.com/behdad/fonttools/blob/master/Doc/documentation.html) in the "Doc" subdirectory for TTX usage instructions and information about the TTX file format.
  /external/llvm/include/llvm/IR/
InstIterator.h 11 // instructions in a function. This is effectively a wrapper around a two level
15 // instructions are moved around.
128 inline inst_range instructions(Function *F) { function in namespace:llvm
137 inline const_inst_range instructions(const Function *F) { function in namespace:llvm
142 inline inst_range instructions(Function &F) { function in namespace:llvm
151 inline const_inst_range instructions(const Function &F) { function in namespace:llvm
  /external/llvm/test/MC/ARM/
dwarf-cfi-initial-state.s 16 # The following 2 DW_CFA_nop instructions are "padding"
  /external/llvm/test/MC/Mips/
micromips-diagnostic-fixup.s 3 # Two instructions, to check that this is not a fatal error
mips-diagnostic-fixup.s 3 # Two instructions, to check that this is not a fatal error
  /external/llvm/test/MC/Mips/mips32r6/
valid.s 0 # Instructions that are valid
17 # FIXME: Add the instructions carried forward from older ISA's
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 0 # Instructions that are valid
17 # FIXME: Add the instructions carried forward from older ISA's
  /external/mesa3d/src/compiler/glsl/
ir_function_detect_recursion.cpp 315 exec_list *instructions)
322 v.run(instructions);
341 exec_list *instructions)
348 v.run(instructions);
lower_packed_varyings.cpp 65 * Note that in theory, the extra instructions may cause some loss of
196 * Memory context used to allocate new instructions for the shader.
230 * Exec list into which the visitor should insert the packing instructions.
231 * Caller provides this list; it should insert the instructions into the
714 const exec_list *instructions);
720 * Memory context used to allocate new instructions for the shader.
725 * Instructions that should be spliced into place before each EmitVertex()
728 const exec_list *instructions; member in class:lower_packed_varyings_gs_splicer
733 void *mem_ctx, const exec_list *instructions)
734 : mem_ctx(mem_ctx), instructions(instructions
768 const exec_list *instructions; member in class:lower_packed_varyings_return_splicer
795 exec_list *instructions = shader->ir; local
    [all...]
opt_constant_variable.cpp 184 do_constant_variable(exec_list *instructions)
191 v.run(instructions);
210 do_constant_variable_unlinked(exec_list *instructions)
214 foreach_in_list(ir_instruction, ir, instructions) {
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 47 ImmutableList<ImmutableInstruction> instructions = ImmutableList.of( local
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/
lithium-allocator-inl.h 39 return chunk_->instructions()->at(index);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 11 // instructions in a function. This is effectively a wrapper around a two level
15 // instructions are moved around.
132 inline inst_range instructions(Function *F) { function in namespace:llvm
141 inline const_inst_range instructions(const Function *F) { function in namespace:llvm
146 inline inst_range instructions(Function &F) { function in namespace:llvm
155 inline const_inst_range instructions(const Function &F) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 11 // instructions in a function. This is effectively a wrapper around a two level
15 // instructions are moved around.
132 inline inst_range instructions(Function *F) { function in namespace:llvm
141 inline const_inst_range instructions(const Function *F) { function in namespace:llvm
146 inline inst_range instructions(Function &F) { function in namespace:llvm
155 inline const_inst_range instructions(const Function &F) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 11 // instructions in a function. This is effectively a wrapper around a two level
15 // instructions are moved around.
132 inline inst_range instructions(Function *F) { function in namespace:llvm
141 inline const_inst_range instructions(const Function *F) { function in namespace:llvm
146 inline inst_range instructions(Function &F) { function in namespace:llvm
155 inline const_inst_range instructions(const Function &F) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 11 // instructions in a function. This is effectively a wrapper around a two level
15 // instructions are moved around.
132 inline inst_range instructions(Function *F) { function in namespace:llvm
141 inline const_inst_range instructions(const Function *F) { function in namespace:llvm
146 inline inst_range instructions(Function &F) { function in namespace:llvm
155 inline const_inst_range instructions(const Function &F) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 11 // instructions in a function. This is effectively a wrapper around a two level
15 // instructions are moved around.
132 inline inst_range instructions(Function *F) { function in namespace:llvm
141 inline const_inst_range instructions(const Function *F) { function in namespace:llvm
146 inline inst_range instructions(Function &F) { function in namespace:llvm
155 inline const_inst_range instructions(const Function &F) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 11 // instructions in a function. This is effectively a wrapper around a two level
15 // instructions are moved around.
132 inline inst_range instructions(Function *F) { function in namespace:llvm
141 inline const_inst_range instructions(const Function *F) { function in namespace:llvm
146 inline inst_range instructions(Function &F) { function in namespace:llvm
155 inline const_inst_range instructions(const Function &F) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 11 // instructions in a function. This is effectively a wrapper around a two level
15 // instructions are moved around.
132 inline inst_range instructions(Function *F) { function in namespace:llvm
141 inline const_inst_range instructions(const Function *F) { function in namespace:llvm
146 inline inst_range instructions(Function &F) { function in namespace:llvm
155 inline const_inst_range instructions(const Function &F) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 11 // instructions in a function. This is effectively a wrapper around a two level
15 // instructions are moved around.
132 inline inst_range instructions(Function *F) { function in namespace:llvm
141 inline const_inst_range instructions(const Function *F) { function in namespace:llvm
146 inline inst_range instructions(Function &F) { function in namespace:llvm
155 inline const_inst_range instructions(const Function &F) { function in namespace:llvm
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch7ar-mp.s 1 @ Test MP Extension instructions

Completed in 2237 milliseconds

<<11121314151617181920>>