HomeSort by relevance Sort by last modified time
    Searched defs:RN (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 175 const SCEV *RN = TransformForPostIncUse(Kind, RO, User, OperandValToReplace,
177 if (LO != LN || RO != RN)
178 return SE.getUDivExpr(LN, RN);
  /external/clang/lib/AST/
DeclarationName.cpp 95 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs();
96 for (unsigned I = 0, N = std::min(LN, RN); I != N; ++I) {
105 return compareInt(LN, RN);
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 865 RegisterSDNode *RN;
869 && ((RN = dyn_cast<RegisterSDNode>(Op0.getNode())) != 0
870 && RN->getReg() != SPU::R1))) {
    [all...]
  /external/v8/src/arm/
constants-arm.h 409 RN = 0 << 22, // Round to Nearest.
415 kRoundToNearest = RN,
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 259 void emitInst(ARMWord op, int rd, int rn, ARMWord op2)
262 m_buffer.putInt(op | RN(rn) | RD(rd) | op2);
281 void and_r(int rd, int rn, ARMWord op2, Condition cc = AL)
283 emitInst(static_cast<ARMWord>(cc) | AND, rd, rn, op2);
286 void ands_r(int rd, int rn, ARMWord op2, Condition cc = AL)
288 emitInst(static_cast<ARMWord>(cc) | AND | SET_CC, rd, rn, op2); local
291 void eor_r(int rd, int rn, ARMWord op2, Condition cc = AL)
293 emitInst(static_cast<ARMWord>(cc) | EOR, rd, rn, op2);
296 void eors_r(int rd, int rn, ARMWord op2, Condition cc = AL
298 emitInst(static_cast<ARMWord>(cc) | EOR | SET_CC, rd, rn, op2); local
308 emitInst(static_cast<ARMWord>(cc) | SUB | SET_CC, rd, rn, op2); local
318 emitInst(static_cast<ARMWord>(cc) | RSB | SET_CC, rd, rn, op2); local
328 emitInst(static_cast<ARMWord>(cc) | ADD | SET_CC, rd, rn, op2); local
338 emitInst(static_cast<ARMWord>(cc) | ADC | SET_CC, rd, rn, op2); local
348 emitInst(static_cast<ARMWord>(cc) | SBC | SET_CC, rd, rn, op2); local
358 emitInst(static_cast<ARMWord>(cc) | RSC | SET_CC, rd, rn, op2); local
363 emitInst(static_cast<ARMWord>(cc) | TST | SET_CC, 0, rn, op2); local
368 emitInst(static_cast<ARMWord>(cc) | TEQ | SET_CC, 0, rn, op2); local
373 emitInst(static_cast<ARMWord>(cc) | CMP | SET_CC, 0, rn, op2); local
378 emitInst(static_cast<ARMWord>(cc) | CMN | SET_CC, 0, rn, op2); local
388 emitInst(static_cast<ARMWord>(cc) | ORR | SET_CC, rd, rn, op2); local
422 emitInst(static_cast<ARMWord>(cc) | BIC | SET_CC, rd, rn, op2); local
512 emitInst(static_cast<ARMWord>(cc) | LDRH | HDT_UH | DT_UP | DT_PRE, rd, rn, rm); local
527 emitInst(static_cast<ARMWord>(cc) | STRH | HDT_UH | DT_UP | DT_PRE, rd, rn, rm); local
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 116 pSrc RN 0 ;// source data buffer
117 Stride RN 1 ;// destination stride in bytes
118 pDest RN 2 ;// destination data buffer
119 pScale RN 3 ;// pointer to scaling table
164 ra01 RN 1
165 rb01 RN 4
166 ra23 RN 5
167 rb23 RN 6
168 ra45 RN 7
169 rb45 RN
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 116 pSrc RN 0 ;// source data buffer
117 Stride RN 1 ;// destination stride in bytes
118 pDest RN 2 ;// destination data buffer
119 pScale RN 3 ;// pointer to scaling table
164 ra01 RN 1
165 rb01 RN 4
166 ra23 RN 5
167 rb23 RN 6
168 ra45 RN 7
169 rb45 RN
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 201 unsigned LI = 0, RI = 0, LN = L.size(), RN = R.size();
202 (void) RN;
215 assert(RI == RN && "Strings not the same length after all?");
233 assert(RI != RN && "Strings not the same length after all?");
    [all...]

Completed in 1811 milliseconds