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

  /external/valgrind/main/none/tests/mips32/
branches.stdout.exp 51 b, bal, jr
52 B BAL JR :: 6, RSval: 0
53 B BAL JR :: 7, RSval: 1
54 B BAL JR :: 8, RSval: 2
55 B BAL JR :: 9, RSval: 3
56 B BAL JR :: 10, RSval: 4
57 B BAL JR :: 11, RSval: 5
58 B BAL JR :: 12, RSval: 6
59 B BAL JR :: 13, RSval: 7
60 B BAL JR :: 14, RSval:
    [all...]
  /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/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 371 unsigned JR = STI.isABI_N64() ? Mips::JR64 : Mips::JR;
380 // jr $ra
385 BuildMI(MBB, I, I->getDebugLoc(), TM.getInstrInfo()->get(JR)).addReg(RA);
MipsLongBranch.cpp 276 // jr $at
302 .append(BuildMI(*MF, DL, TII->get(Mips::JR)).addReg(Mips::AT))
  /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
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 369 void JR(int Rs);
MIPSAssembler.cpp 185 mMips->JR(R_ra);
    [all...]

Completed in 1703 milliseconds