Home
last modified time | relevance | path

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

123456789

/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c53 #define RN(rn) (reg_map[rn] << 5) macro
432 return push_inst(compiler, (ORRI ^ W_OP) | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()
437 return push_inst(compiler, ORRI | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()
565 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg)); in emit_op_imm()
569 return push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(reg) | (imm << 10)); in emit_op_imm()
574 return push_inst(compiler, (SUBI ^ inv_bits) | RD(dst) | RN(reg) | (nimm << 10)); in emit_op_imm()
578 …return push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(reg) | ((imm >> 12) << 10) | (1 << 22)… in emit_op_imm()
582 …return push_inst(compiler, (SUBI ^ inv_bits) | RD(dst) | RN(reg) | ((nimm >> 12) << 10) | (1 << 22… in emit_op_imm()
585 …FAIL_IF(push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(reg) | ((imm >> 12) << 10) | (1 << 22… in emit_op_imm()
586 return push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(dst) | ((imm & 0xfff) << 10)); in emit_op_imm()
[all …]
/external/valgrind/none/tests/arm/
Dvfp.c77 #define TESTINSN_vmov_core_single(instruction, RN, SD, SDval) \ argument
83 "mov " #RN ", #0\n\t" \
86 "str " #RN ", [%0]\n\t" \
89 : #SD, #RN, "memory" \
91 printf("%s :: "#RN" 0x%08x\n", \
95 #define TESTINSN_vmov_single_core(instruction, SD, RN, RNval) \ argument
99 printf(#RN" 0x%08x\t", RNval); \
101 "mov " #RN ", %1\n\t" \
107 : #SD, #RN, "memory" \
134 #define TESTINSN_vmov_2single_2core(instruction, SD1, SD2, RN, RM, RNval, RMval) \ argument
[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/valgrind/none/tests/arm64/
Dcrc32.c25 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument
33 "mov " #RN ",%3;" \
39 : #RD, #RM, #RN, "cc", "memory" \
Dmemory.c45 #define TESTINST2_hide2(instruction, RNval, RD, RN, carryin) \ argument
52 "mov " #RN ",%2;" \
58 : #RD, #RN, "cc", "memory", "x28" \
72 #define TESTINST3_hide2and3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument
80 "mov " #RN ",%3;" \
86 : #RD, #RM, #RN, "cc", "memory" \
/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<…
DSample.miff43RN�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/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/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/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/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h82 CodeExtractor(DominatorTree &DT, const RegionNode &RN,
/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/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()
/external/llvm/lib/Target/NVPTX/
DNVPTX.h129 RN, enumerator
/external/v8/src/arm/
Dconstants-arm.h407 RN = 0 << 22, // Round to Nearest. enumerator
413 kRoundToNearest = RN,
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.h103 MachineBasicBlock *getBlockWithRef(NodeId RN) const;
DHexagonExpandCondsets.cpp265 void renameInRange(RegisterRef RO, RegisterRef RN, unsigned PredR,
916 void HexagonExpandCondsets::renameInRange(RegisterRef RO, RegisterRef RN, in renameInRange() argument
932 Op.setReg(RN.Reg); in renameInRange()
933 Op.setSubReg(RN.Sub); in renameInRange()
/external/tcpdump/tests/
Ddhcp-mud.out18 NTP, Lease-Time, Server-ID, RN
/external/llvm/include/llvm/Support/
DGenericDomTree.h398 const DomTreeNodeBase<NodeT> *RN = getNode(R); in getDescendants() local
399 if (!RN) in getDescendants()
402 WL.push_back(RN); in getDescendants()

123456789