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

  /external/oprofile/events/mips/20K/
events 18 event:0xc counters:0 um:zero minimum:500 name:RPS_MISSPREDICTS : JR instructions that mispredicted using the Return Prediction Stack (RPS)
19 event:0xd counters:0 um:zero minimum:500 name:JR_INSNS_COMPLETED : JR instruction that completed execution
  /external/v8/src/mips/
constants-mips.cc 177 case JR:
240 case JR:
constants-mips.h 311 JR = ((1 << 3) + 0),
assembler-mips.cc 540 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
556 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
1139 void Assembler::jr(Register rs) { function in class:v8::Assembler
    [all...]
simulator-mips.cc     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 631 JITResolver *JR = StubToResolverMap->getResolverFromStub(Stub);
632 assert(JR && "Unable to find the corresponding JITResolver to the call site");
641 MutexGuard locked(JR->TheJIT->lock);
646 JR->state.LookupFunctionFromCallSite(locked, Stub);
652 void *Result = JR->TheJIT->getPointerToGlobalIfAvailable(F);
658 if (!JR->TheJIT->isCompilingLazily()) {
669 Result = JR->TheJIT->getPointerToFunction(F);
673 MutexGuard locked(JR->TheJIT->lock);
688 if(JR->revGOTMap.find(Stub) != JR->revGOTMap.end()
    [all...]
  /external/oprofile/events/mips/25K/
events 29 event:0xf counters:0,1 um:zero minimum:500 name:JR_RPD_MISSPREDICTED : JR instructions that mispredicted using the Return Prediction Stack
30 event:0x10 counters:0,1 um:zero minimum:500 name:JR_COMPLETED : JR instruction that completed execution
  /external/oprofile/events/mips/24K/
events 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)
87 event:0x403 counters:1 um:zero minimum:500 name:JR_31_MISPREDICTIONS : 3-1 JR $31 mispredictions
88 event:0x404 counters:1 um:zero minimum:500 name:JR_31_NO_PREDICTIONS : 4-1 JR $31 not predicted (stack mismatch).
  /external/oprofile/events/mips/34K/
events 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)
94 event:0x403 counters:1 um:zero minimum:500 name:JR_31_MISPREDICTIONS : 3-1 JR $31 mispredictions
95 event:0x404 counters:1 um:zero minimum:500 name:JR_31_NO_PREDICTIONS : 4-1 JR $31 not predicted (stack mismatch).
  /external/oprofile/events/mips/1004K/
events 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)
102 event:0x403 counters:1 um:zero minimum:500 name:JR_31_MISPREDICTIONS : 3-1 JR $31 mispredictions
103 event:0x404 counters:1 um:zero minimum:500 name:JR_31_NO_PREDICTIONS : 4-1 JR $31 not predicted (stack mismatch).
  /external/oprofile/events/mips/74K/
events 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
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)
96 event:0x402 counters:1,3 um:zero minimum:500 name:JR_31_MISPREDICTIONS : 2-1 JR $31 (return) instructions mispredicted
97 event:0x403 counters:1,3 um:zero minimum:500 name:JR_31_NO_PREDICTIONS : 3-1 JR $31 (return) instructions not predicted
129 event:0x424 counters:1,3 um:zero minimum:500 name:MISPREDICTED_JR_31_INSNS : 36-1 jr $31 instructions graduated after mispredict

Completed in 258 milliseconds