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

  /external/valgrind/main/cachegrind/
cg_branchpred.c 62 indicated by 'taken'. Finally, return 1 for a mispredict and 0 for
95 Bool predicted_taken, actually_taken, mispredict; local
113 mispredict = (actually_taken && (!predicted_taken))
129 return mispredict ? 1 : 0;
143 Bool mispredict; local
148 mispredict = btac[indx] != actual;
150 return mispredict ? 1 : 0;
  /external/oprofile/events/mips/sb1/
events 19 event:0x1f counters:1,2,3 um:zero minimum:500 name:ANY_REPLAY :Any replay except mispredict
  /external/oprofile/events/mips/24K/
events 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)
127 event:0x42e counters:1 um:zero minimum:500 name:MISPREDICTION_STALLS : 46-1 Branch mispredict stall cycles
  /external/oprofile/events/mips/34K/
events 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)
139 event:0x42e counters:1 um:zero minimum:500 name:MISPREDICTION_STALLS : 46-1 Branch mispredict stall cycles
  /external/oprofile/events/mips/74K/
events 53 event:0x24 counters:0,2 um:zero minimum:500 name:JR_NON_31_INSNS : 36-0 jr $xx (not $31) instructions graduated (at same cost as a mispredict)
72 event:0x38 counters:0,2 um:zero minimum:500 name:MISPREDICTION_STALLS : 56-0 Cycles from the time of a pipe kill due to mispredict until the first new instruction graduates
129 event:0x424 counters:1,3 um:zero minimum:500 name:MISPREDICTED_JR_31_INSNS : 36-1 jr $31 instructions graduated after mispredict
  /external/oprofile/events/mips/1004K/
events 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)
148 event:0x42e counters:1 um:zero minimum:500 name:MISPREDICTION_STALLS : 46-1 Branch mispredict stall cycles

Completed in 98 milliseconds