Home
last modified time | relevance | path

Searched refs:RN (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c57 #define RN(rn) (reg_map[rn] << 5) macro
479 return push_inst(compiler, (ORRI ^ W_OP) | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()
487 return push_inst(compiler, ORRI | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()
608 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg)); in emit_op_imm()
612 return push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(reg) | (imm << 10)); in emit_op_imm()
617 return push_inst(compiler, (SUBI ^ inv_bits) | RD(dst) | RN(reg) | (nimm << 10)); in emit_op_imm()
621 …return push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(reg) | ((imm >> 12) << 10) | (1 << 22)… in emit_op_imm()
625 …return push_inst(compiler, (SUBI ^ inv_bits) | RD(dst) | RN(reg) | ((nimm >> 12) << 10) | (1 << 22… in emit_op_imm()
628 …FAIL_IF(push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(reg) | ((imm >> 12) << 10) | (1 << 22… in emit_op_imm()
629 return push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(dst) | ((imm & 0xfff) << 10)); in emit_op_imm()
[all …]
DsljitNativeARM_32.c73 #define RN(rn) (reg_map[rn] << 16) macro
892 (data_transfer_insts[(type) & 0xf] | ((add) << 23) | RD(target_reg) | RN(base_reg) | (arg))
1046 return push_inst(compiler, AND | RD(dst) | RN(src2) | SRC2_IMM | 0xff); in emit_single_op()
1091 return push_inst(compiler, CMN | SET_FLAGS | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1092 …return push_inst(compiler, ADD | (flags & SET_FLAGS) | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? s… in emit_single_op()
1096 …return push_inst(compiler, ADC | (flags & SET_FLAGS) | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? s… in emit_single_op()
1101 return push_inst(compiler, CMP | SET_FLAGS | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1103 | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1108 | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1120 return push_inst(compiler, CMP | SET_FLAGS | RN(TMP_REG1) | RM(dst) | 0xfc0); in emit_single_op()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp207 Loop *getAdjustedLoop(RegionNode *RN);
208 unsigned getAdjustedLoopDepth(RegionNode *RN);
308 Loop *StructurizeCFG::getAdjustedLoop(RegionNode *RN) { in getAdjustedLoop() argument
309 if (RN->isSubRegion()) { in getAdjustedLoop()
310 Region *SubRegion = RN->getNodeAs<Region>(); in getAdjustedLoop()
314 return LI->getLoopFor(RN->getEntry()); in getAdjustedLoop()
318 unsigned StructurizeCFG::getAdjustedLoopDepth(RegionNode *RN) { in getAdjustedLoopDepth() argument
319 if (RN->isSubRegion()) { in getAdjustedLoopDepth()
320 Region *SubR = RN->getNodeAs<Region>(); in getAdjustedLoopDepth()
324 return LI->getLoopDepth(RN->getEntry()); in getAdjustedLoopDepth()
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineRegionInfo.h60 bool operator==(const MachineRegion &RN) const {
61 return this == reinterpret_cast<const MachineRegionNode*>(&RN);
72 bool operator==(const MachineRegionNode &RN) const {
73 return &RN == reinterpret_cast<const MachineRegionNode*>(this);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegionInfo.h57 bool operator==(const MachineRegion &RN) const {
58 return this == reinterpret_cast<const MachineRegionNode *>(&RN);
69 bool operator==(const MachineRegionNode &RN) const {
70 return &RN == reinterpret_cast<const MachineRegionNode *>(this);
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DOilPaint.miff43RNRN�A<�A<�A<�:5�E<�:5�:5�,:�65�/4�/4�/4�/4�/-�Fh�<d�<d�<d�<dt�Xt�Xt�Xt�Xy�[{�Z{�Z��h��h~�e\K6YL<…
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp311 for (RegionNode *RN : TempOrder) { in orderNodes()
312 BasicBlock *BB = RN->getEntry(); in orderNodes()
504 for (RegionNode *RN : reverse(Order)) { in collectInfos()
507 << (RN->isSubRegion() ? "SubRegion with entry: " : "") in collectInfos()
508 << RN->getEntry()->getName() << " Loop Depth: " in collectInfos()
509 << LI->getLoopDepth(RN->getEntry()) << "\n"); in collectInfos()
512 gatherPredicates(RN); in collectInfos()
515 Visited.insert(RN->getEntry()); in collectInfos()
518 analyzeLoops(RN); in collectInfos()
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart1.csv3893 ,"BE","AAB","Aalst","Aalst","VOV","1-3-----","RN","0307",,"5056N 00402E",
3894 ,"BE","AAL","Aalter","Aalter","VOV","1-3-----","RN","0307",,"5105N 00327E",
3895 ,"BE","AAS","Aarschot","Aarschot","VBR","--3-----","RN","0307",,"5059N 00450E",
3896 ,"BE","ARS","Aarsele","Aarsele","VWV","--3-----","RN","0307",,"5100N 00325E",
3897 ,"BE","ART","Aartrijke","Aartrijke","VWV","--3-----","RN","0307",,"5107N 00305E",
3898 ,"BE","AAR","Aartselaar","Aartselaar","VAN","--3-----","RN","0307",,"5108N 00423E",
3900 ,"BE","ACE","Achet","Achet","WNA","--3-----","RN","0307",,"5020N 00511E",
3901 ,"BE","ACH","Achouffe","Achouffe","WLX","--3-----","RN","0307",,"5009N 00545E",
3902 ,"BE","AGE","Adegem","Adegem","VOV","--3-----","RN","0307",,"5112N 00329E",
3903 ,"BE","ADK","Adinkerke","Adinkerke","VWV","1-3-----","RN","0307",,"5104N 00236E",
[all …]
D2013-1_UNLOCODE_CodeListPart3.csv3018 ,"PT","AVM","Abade de Vermoim","Abade de Vermoim","03","--3-----","RN","0401",,"4123N 00829W",
3020 ,"PT","ABT","Abrantes","Abrantes","14","-23-----","RN","0401",,"3928N 00812W",
3025 ,"PT","ASD","Ad�es","Adaes","03","-23-----","RN","0401",,"4131N 00834W",
3026 ,"PT","AGE","Agrela","Agrela","03","--3-----","RN","0401",,"4132N 00812W",
3032 ,"PT","AGM","�guas de Moura","Aguas de Moura","15","-23-----","RN","0401",,"3835N 00842W",
3036 ,"PT","AGB","Aguiar da Beira","Aguiar da Beira","09","--3-----","RN","0401",,"4049N 00733W",
3037 ,"PT","AIO","Ai�o","Aiao","13","-23-----","RN","0401",,"4118N 00812W",
3039 ,"PT","AOD","Alandroal","Alandroal","07","--3-----","RN","0401",,"3842N 00724W",
3046 ,"PT","ACB","Alcabideche","Alcabideche","11","--3-----","RN","0401",,"3844N 00925W",
3048 ,"PT","ALS","Alcains","Alcains","05","-23-----","RN","0401",,"3955N 00727W",
[all …]
/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp217 const SCEV *RN = TransformSubExpr(RO, User, OperandValToReplace); in TransformImpl() local
218 if (LO != LN || RO != RN) in TransformImpl()
219 return SE.getUDivExpr(LN, RN); in TransformImpl()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionNormalization.cpp187 const SCEV *RN = TransformSubExpr(RO, User, OperandValToReplace); in TransformImpl() local
188 if (LO != LN || RO != RN) in TransformImpl()
189 return SE.getUDivExpr(LN, RN); in TransformImpl()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h612 Record *getResult(unsigned RN) const { in getResult() argument
613 assert(RN < Results.size()); in getResult()
614 return Results[RN]; in getResult()
622 Record *getImpResult(unsigned RN) const { in getImpResult() argument
623 assert(RN < ImpResults.size()); in getImpResult()
624 return ImpResults[RN]; in getImpResult()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h665 Record *getResult(unsigned RN) const { in getResult() argument
666 assert(RN < Results.size()); in getResult()
667 return Results[RN]; in getResult()
675 Record *getImpResult(unsigned RN) const { in getImpResult() argument
676 assert(RN < ImpResults.size()); in getImpResult()
677 return ImpResults[RN]; in getImpResult()
/external/eigen/Eigen/src/SparseLU/
DSparseLU_gemm_kernel.h35 RN = 2, // register blocking in sparselu_gemm() enumerator
41 Index n_end = (n/RN)*RN; // number of columns of B-C suitable for processing RN columns at once in sparselu_gemm()
65 for(Index j=0; j<n_end; j+=RN) in sparselu_gemm()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp112 buildExtractionBlockSet(const RegionNode &RN) { in buildExtractionBlockSet() argument
113 if (!RN.isSubRegion()) in buildExtractionBlockSet()
115 return buildExtractionBlockSet(RN.getNodeAs<BasicBlock>()); in buildExtractionBlockSet()
117 const Region &R = *RN.getNodeAs<Region>(); in buildExtractionBlockSet()
135 CodeExtractor::CodeExtractor(DominatorTree &DT, const RegionNode &RN, in CodeExtractor() argument
138 Blocks(buildExtractionBlockSet(RN)), NumExitBlocks(~0U) {} in CodeExtractor()
/external/lua/src/
Dliolib.c395 } RN; typedef
401 static int nextc (RN *rn) { in nextc()
417 static int test2 (RN *rn, const char *set) { in test2()
427 static int readdigits (RN *rn, int hex) { in readdigits()
441 RN rn; in read_number()
/external/llvm/include/llvm/Analysis/
DRegionInfo.h850 bool operator==(const Region &RN) const {
851 return this == reinterpret_cast<const RegionNode *>(&RN);
861 bool operator==(const RegionNode &RN) const {
862 return &RN == reinterpret_cast<const RegionNode *>(this);
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp45 std::string RN(RegName); in printRegName() local
47 RN[0] = 'f'; in printRegName()
48 OS << RN; in printRegName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DRegionInfo.h889 bool operator==(const Region &RN) const {
890 return this == reinterpret_cast<const RegionNode *>(&RN);
900 bool operator==(const RegionNode &RN) const {
901 return &RN == reinterpret_cast<const RegionNode *>(this);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h951 Record *getResult(unsigned RN) const { in getResult() argument
952 assert(RN < Results.size()); in getResult()
953 return Results[RN]; in getResult()
961 Record *getImpResult(unsigned RN) const { in getImpResult() argument
962 assert(RN < ImpResults.size()); in getImpResult()
963 return ImpResults[RN]; in getImpResult()
/external/ImageMagick/PerlMagick/t/reference/filter/
DSample.miff15RN�A<�40�,:�63�2/�.2�5)����bw�AdL_>u�^o�Wx�^y�[��ae|V[M=_RB`R@\OBww�cj�zz����諸���lg�6:�63�OA�1'�><…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp71 for (unsigned R = 0, RN = DFG.getTRI().getNumRegs(); R != RN; ++R) { in isLiveInstr() local
DRDFRegisters.cpp198 bool PhysicalRegisterInfo::aliasMM(RegisterRef RM, RegisterRef RN) const { in aliasMM()
199 assert(isRegMaskId(RM.Reg) && isRegMaskId(RN.Reg)); in aliasMM()
202 const uint32_t *BN = getRegMaskBits(RN.Reg); in aliasMM()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp57 std::string RN(RegName); in printRegName() local
59 RN[0] = 'f'; in printRegName()
60 OS << RN; in printRegName()
/external/clang/lib/AST/
DDeclarationName.cpp99 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs(); in compare() local
100 for (unsigned I = 0, N = std::min(LN, RN); I != N; ++I) { in compare()
109 return compareInt(LN, RN); in compare()

12345678910>>...15