HomeSort by relevance Sort by last modified time
    Searched refs:Executed (Results 1 - 3 of 3) sorted by null

  /external/oprofile/events/mips/r12000/
events 20 event:0x10 counters:0,1,2,3 um:zero minimum:500 name:PREFETCH_INSTRUCTIONS_EXECUTED : Executed prefetch instructions
  /external/clang/lib/CodeGen/
CGStmt.cpp 376 // C99 6.8.4.1: The first substatement is executed if the expression compares
387 // Figure out which block (then or else) is executed.
388 const Stmt *Executed = S.getThen();
391 std::swap(Executed, Skipped);
393 // If the skipped block has no labels in it, just emit the executed block.
396 if (Executed) {
398 EmitStmt(Executed);
541 // C99 6.8.5p2/p4: The first substatement is executed if the expression
605 // C99 6.8.5p2/p4: The first substatement is executed if the expression
686 // The body is executed if the expression, contextually converte
    [all...]
  /external/oprofile/events/i386/nehalem/
events 30 event:0x10 counters:0,1,2,3 um:fp_comp_ops_exe minimum:6000 name:FP_COMP_OPS_EXE : Counts the number of FP Computational Uops Executed.
68 event:0x88 counters:0,1,2,3 um:br_inst_exec minimum:6000 name:BR_INST_EXEC : Counts the number of near branch instructions executed, but not necessarily retired.
69 event:0x89 counters:0,1,2,3 um:br_misp_exec minimum:6000 name:BR_MISP_EXEC : Counts the number of mispredicted conditional near branch instructions executed, but not necessarily retired.
71 event:0xA6 counters:0,1,2,3 um:one minimum:6000 name:MACRO_INSTS : Counts the number of instructions decoded that are macro-fused but not necessarily executed or retired.
76 event:0xB1 counters:0,1,2,3 um:uops_executed minimum:6000 name:UOPS_EXECUTED : Counts number of Uops executed that were issued on various ports
88 event:0xD0 counters:0,1,2,3 um:macro_insts minimum:6000 name:MACRO_INSTS : Counts the number of instructions decoded, (but not necessarily executed or retired).
105 event:0xF7 counters:0,1,2,3 um:fp_assist minimum:6000 name:FP_ASSIST : Counts the number of floating point operations executed that required micro-code assist intervention.

Completed in 100 milliseconds