/external/oprofile/events/mips/1004K/ |
events | 15 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS : 1-0 Instructions completed 21 event:0x2 counters:0 um:zero minimum:500 name:BRANCH_INSNS : 2-0 Branch instructions (whether completed or mispredicted) 22 event:0x3 counters:0 um:zero minimum:500 name:JR_31_INSNS : 3-0 JR $31 (return) instructions executed 23 event:0x4 counters:0 um:zero minimum:500 name:JR_NON_31_INSNS : 4-0 JR $xx (not $31) instructions executed (at same cost as a mispredict) 32 event:0xe counters:0 um:zero minimum:500 name:INTEGER_INSNS : 14-0 Integer instructions completed 33 event:0xf counters:0 um:zero minimum:500 name:LOAD_INSNS : 15-0 Load instructions completed (including FP) 34 event:0x10 counters:0 um:zero minimum:500 name:J_JAL_INSNS : 16-0 J/JAL instructions completed 35 event:0x11 counters:0 um:zero minimum:500 name:NO_OPS_INSNS : 17-0 no-ops completed, ie instructions writing $0 37 event:0x13 counters:0 um:zero minimum:500 name:SC_INSNS : 19-0 SC instructions complete [all...] |
/external/oprofile/events/mips/74K/ |
events | 15 event:0x1 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTIONS : 1-0 Instructions graduated 20 event:0x2 counters:0,2 um:zero minimum:500 name:PREDICTED_JR_31 : 2-0 JR $31 (return) instructions predicted including speculative instructions 21 event:0x3 counters:0,2 um:zero minimum:500 name:REDIRECT_STALLS : 3-0 Stall cycles due to register indirect jumps (including non-predicted JR $31), ERET/WAIT instructions, and IFU determined exception 24 event:0x6 counters:0,2 um:zero minimum:500 name:ICACHE_ACCESSES : 6-0 Instruction cache accesses including speculative instructions 35 event:0x11 counters:0,2 um:zero minimum:500 name:ALU_OPERANDS_NOT_READY_CYCLES : 17-0 DDQ0 (ALU out-of-order dispatch queue) no issue cycles with valid instructions but operands not ready 36 event:0x12 counters:0,2 um:zero minimum:500 name:ALU_NO_ISSUES_CYCLES : 18-0 DDQ0 (ALU out-of-order dispatch queue) no issue cycles with valid instructions due to operand(s) not available, MDU busy, or CorExt resource busy 40 event:0x16 counters:0,2 um:zero minimum:500 name:JALR_JALR_HB_INSNS : 22-0 Graduated JALR/JALR.HB instructions 41 event:0x17 counters:0,2 um:zero minimum:500 name:DCACHE_LOAD_ACCESSES : 23-0 Counts all accesses to the data cache caused by load instructions [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_schedule_instructions.cpp | 35 * List scheduling of FS instructions. 120 this->instructions.make_empty(); 142 exec_list instructions; member in class:instruction_scheduler 157 instructions.push_tail(n); 266 schedule_node *last = (schedule_node *)instructions.get_tail(); 273 foreach_list(node, &instructions) { 355 for (node = instructions.get_tail(), prev = node->prev; 436 foreach_list_safe(node, &instructions) { 442 while (!instructions.is_empty()) { 446 foreach_list(node, &instructions) { [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_schedule_instructions.cpp | 35 * List scheduling of FS instructions. 120 this->instructions.make_empty(); 142 exec_list instructions; member in class:instruction_scheduler 157 instructions.push_tail(n); 266 schedule_node *last = (schedule_node *)instructions.get_tail(); 273 foreach_list(node, &instructions) { 355 for (node = instructions.get_tail(), prev = node->prev; 436 foreach_list_safe(node, &instructions) { 442 while (!instructions.is_empty()) { 446 foreach_list(node, &instructions) { [all...] |
/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) {
|
/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/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/dexlib/src/main/java/org/jf/dexlib/ |
CodeItem.java | 45 private Instruction[] instructions; field in class:CodeItem 66 * @param instructions the instructions for this code item 75 Instruction[] instructions, 88 this.instructions = instructions; 100 * @param instructions the instructions for this code item 110 List<Instruction> instructions, 127 if (instructions != null && instructions.size() > 0) [all...] |
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen_unittest.cc | 24 void FindBranchTargets(const Instruction& instructions, 26 CodeGen::FindBranchTargets(instructions, branch_targets); 70 // N.B.: As the instructions in both sides of the branch are already 109 // We explicitly duplicate instructions so that MergeTails() can coalesce 176 // targets of BPF_JMP instructions are represented in the "branch_targets". 178 // instructions in the program. 211 // instructions. This gives us a set with the instructions that nobody 214 Instructions non_target_instructions(all_instructions.size() - 219 for (Instructions::const_iterator iter = non_target_instructions.begin() [all...] |