HomeSort by relevance Sort by last modified time
    Searched refs:instructions (Results 126 - 150 of 660) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/oprofile/events/mips/rm9000/
events 5 event:0x01 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_ISSUED : Instructions issued
6 event:0x02 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS_ISSUED : Floating-point instructions issued
7 event:0x03 counters:0,1 um:zero minimum:500 name:INT_INSTRUCTIONS_ISSUED : Integer instructions issued
8 event:0x04 counters:0,1 um:zero minimum:500 name:LOAD_INSTRUCTIONS_ISSUED : Load instructions issued
9 event:0x05 counters:0,1 um:zero minimum:500 name:STORE_INSTRUCTIONS_ISSUED : Store instructions issued
21 event:0x12 counters:0,1 um:zero minimum:500 name:BRANCHES_ISSUED : Branch instructions issued
31 event:0x1c counters:0,1 um:zero minimum:500 name:CACHE_INSN_STALL_CYCLES : Stall cycles due to cache instructions
  /dalvik/dx/src/com/android/dx/io/instructions/
FillArrayDataPayloadDecodedInstruction.java 17 package com.android.dx.io.instructions;
FiveRegisterDecodedInstruction.java 17 package com.android.dx.io.instructions;
FourRegisterDecodedInstruction.java 17 package com.android.dx.io.instructions;
ThreeRegisterDecodedInstruction.java 17 package com.android.dx.io.instructions;
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_function_detect_recursion.cpp 328 exec_list *instructions)
335 v.run(instructions);
354 exec_list *instructions)
361 v.run(instructions);
ir_print_visitor.h 36 extern void _mesa_print_ir(exec_list *instructions,
lower_if_to_cond_assign.cpp 36 * 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)
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
opt_constant_variable.cpp 169 do_constant_variable(exec_list *instructions)
174 v.run(instructions);
193 do_constant_variable_unlinked(exec_list *instructions)
197 foreach_iter(exec_list_iterator, iter, *instructions) {
hir_field_selection.cpp 32 exec_list *instructions,
39 op = expr->subexpressions[0]->hir(instructions, state);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
FillArrayDataPayloadDecodedInstruction.java 17 package com.android.dx.io.instructions;
FiveRegisterDecodedInstruction.java 17 package com.android.dx.io.instructions;
FourRegisterDecodedInstruction.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/test/MC/X86/AlignedBundling/
pad-bundle-groups.s 10 # Each of these callq instructions is 5 bytes long
relax-in-bundle-group.s 4 # Test that instructions inside bundle-locked groups are relaxed even if their
  /external/mesa3d/src/glsl/
ir_function_detect_recursion.cpp 328 exec_list *instructions)
335 v.run(instructions);
354 exec_list *instructions)
361 v.run(instructions);
ir_print_visitor.h 36 extern void _mesa_print_ir(exec_list *instructions,
lower_if_to_cond_assign.cpp 36 * 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)
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
opt_constant_variable.cpp 169 do_constant_variable(exec_list *instructions)
174 v.run(instructions);
193 do_constant_variable_unlinked(exec_list *instructions)
197 foreach_iter(exec_list_iterator, iter, *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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
bitops-3bit-bits-in-byte.js 13 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
bitops-3bit-bits-in-byte.js 13 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
bitops-3bit-bits-in-byte.js 15 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign

Completed in 1275 milliseconds

1 2 3 4 56 7 8 91011>>