HomeSort by relevance Sort by last modified time
    Searched refs:JR (Results 1 - 20 of 20) 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/chromium_org/v8/src/mips/
constants-mips.cc 158 case JR:
221 case JR:
constants-mips.h 380 JR = ((1 << 3) + 0),
assembler-mips.cc 540 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
558 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
1405 void Assembler::jr(Register rs) { function in class:v8::Assembler
    [all...]
simulator-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
constants-mips64.cc 158 case JR:
221 case JR:
constants-mips64.h 357 JR = ((1 << 3) + 0),
assembler-mips64.cc 518 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
535 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
1384 void Assembler::jr(Register rs) { function in class:v8::Assembler
    [all...]
simulator-mips64.cc     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 615 JITResolver *JR = StubToResolverMap->getResolverFromStub(Stub);
616 assert(JR && "Unable to find the corresponding JITResolver to the call site");
625 MutexGuard locked(JR->TheJIT->lock);
630 JR->state.LookupFunctionFromCallSite(Stub);
636 void *Result = JR->TheJIT->getPointerToGlobalIfAvailable(F);
642 if (!JR->TheJIT->isCompilingLazily()) {
653 Result = JR->TheJIT->getPointerToFunction(F);
657 MutexGuard locked(JR->TheJIT->lock);
672 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/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 52 // MIPS32r6/MIPS64r6 doesn't have a JR instruction and uses JALR instead.
57 return MI.getOpcode() == Mips::JR;
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 286 // jr $at
332 .append(BuildMI(*MF, DL, TII->get(Mips::JR)).addReg(Mips::AT))
341 .append(BuildMI(*MF, DL, TII->get(Mips::JR)).addReg(Mips::AT))
344 // Bundle-align the target of indirect branch JR.
MipsAsmPrinter.cpp 94 // Lower PseudoReturn/PseudoIndirectBranch/PseudoIndirectBranch64 to JR, JR_MM,
113 // Everything else should use (JR $rs)
114 TmpInst0.setOpcode(Mips::JR);
957 EmitInstrReg(Mips::JR, Mips::S2);
    [all...]
  /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
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 408 Jr?T?-? ?t?1 |???{U.?e|?? ?r?0?`i.~???a??W????b??E@???t?x????a?*?Z?Q%????c%i??'??f??f???qr8>????4??v?Hc^X|)?E??A??d??-?&??{4????v?c?u??????ov;???MY? >?4G??????Za/5R^?,T?v???f?[B_?“]]?{9?????1???q?<%?)????7€U?r?m???2??q??????@8#??r?g??*:???j???S~7? Z]????y????? ?[?F={F?)????/??O??n0?-3?v?wxm?Nf??s??yh?R?"?}???%x??G?????~@o?\??? ?ms ??k?Ã?n??(?-~q+??z??????F?????%o??b??????3?z?]f ?????< ??7?9j??$b???=???????- ????sCZ?:????K?T N(v??le???[}??????X:??p???X9&???0BI?B3????:?,mTH.?$ig???(????k?u?LU?M??6???Y??~?????7}???2v?????6?3?¼hW???o&A?????j3??z????H?????g??R?,|??Rt??*t?G@V?kX?~??y?t?0?P>???i{??1???M??*m?????????QTn?f9??????kP?Z??}?4$?A?!~??F??N?$`h?-?N6rh????.kM????(?????4~??????????Y?q??Wi?S?Q?Wl3eM ??“??+h?????9?'??a?????P?v?!?/_??:??X?G?’??;??w ??O?u??v?????2 N?Z??????0?U??<D[t???7?X???*?f ??D?'j?AVO-??h???h?b??????]?)???-?v?? ??R=???????J?,uZ??p??P?F??%?4?r0}?-???65?]?U?I?* jTv?Ym=?~Nk?o????;? Q?\?????@?????[?c??s'E?{w???!O???????.)[??Aj??){???????6?O???y{?.l???'6???{P:RC?????U?? y??S????\B?1??????"?"??1K?L ? ?? ???L?T??*?????
    [all...]

Completed in 1940 milliseconds