HomeSort by: relevance | last modified time | path
    Searched refs:LS (Results 1 - 25 of 207) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/bsd/unbound/dist/contrib/
unbound_cache.sh 33 LS=`which ls`
92 $LS -lh $CONF/$FNAME
96 $LS -lh $filename
107 $LS -lh $CONF/$FNAME
112 $LS -lh $filename
  /src/external/gpl3/binutils/dist/opcodes/
mcore-opc.h 26 OMa, SI, I7, LS, BR, BL, LR, LJ,
164 { "ld", LS, 0, 0x8000 },
165 { "ldw", LS, 0, 0x8000 },
166 { "ld.w", LS, 0, 0x8000 },
167 { "st", LS, 0, 0x9000 },
168 { "stw", LS, 0, 0x9000 },
169 { "st.w", LS, 0, 0x9000 },
170 { "ldb", LS, 0, 0xA000 },
171 { "ld.b", LS, 0, 0xA000 },
172 { "stb", LS, 0, 0xB000 }
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
mcore-opc.h 26 OMa, SI, I7, LS, BR, BL, LR, LJ,
164 { "ld", LS, 0, 0x8000 },
165 { "ldw", LS, 0, 0x8000 },
166 { "ld.w", LS, 0, 0x8000 },
167 { "st", LS, 0, 0x9000 },
168 { "stw", LS, 0, 0x9000 },
169 { "st.w", LS, 0, 0x9000 },
170 { "ldb", LS, 0, 0xA000 },
171 { "ld.b", LS, 0, 0xA000 },
172 { "stb", LS, 0, 0xB000 }
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
mcore-opc.h 26 OMa, SI, I7, LS, BR, BL, LR, LJ,
164 { "ld", LS, 0, 0x8000 },
165 { "ldw", LS, 0, 0x8000 },
166 { "ld.w", LS, 0, 0x8000 },
167 { "st", LS, 0, 0x9000 },
168 { "stw", LS, 0, 0x9000 },
169 { "st.w", LS, 0, 0x9000 },
170 { "ldb", LS, 0, 0xA000 },
171 { "ld.b", LS, 0, 0xA000 },
172 { "stb", LS, 0, 0xB000 }
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
mcore-opc.h 26 OMa, SI, I7, LS, BR, BL, LR, LJ,
164 { "ld", LS, 0, 0x8000 },
165 { "ldw", LS, 0, 0x8000 },
166 { "ld.w", LS, 0, 0x8000 },
167 { "st", LS, 0, 0x9000 },
168 { "stw", LS, 0, 0x9000 },
169 { "st.w", LS, 0, 0x9000 },
170 { "ldb", LS, 0, 0xA000 },
171 { "ld.b", LS, 0, 0xA000 },
172 { "stb", LS, 0, 0xB000 }
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 23 const DWARFSection *AOS, const DWARFSection &LS, bool LE,
26 LS, LE, IsDWO, UnitVector) {}
DWARFTypeUnit.h 31 const DWARFSection &LS, bool LE, bool IsDWO,
34 LS, LE, IsDWO, UnitVector) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
RetireStage.h 38 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS)
39 : Stage(), RCU(R), PRF(F), LSU(LS) {}
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopUnrolling.cpp 76 auto LS = State->get<LoopStack>();
77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt)
78 State = State->set<LoopStack>(LS.getTail());
269 auto LS = State->get<LoopStack>();
270 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() &&
271 LCtx == LS.getHead().getLocationContext()) {
272 if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) {
273 State = State->set<LoopStack>(LS.getTail())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
ARMBaseInfo.h 40 LS, // Unsigned lower or same Less than or equal
59 case HI: return LS;
60 case LS: return HI;
76 case ARMCC::HS: return ARMCC::LS;
79 case ARMCC::LS: return ARMCC::HS;
157 case ARMCC::LS: return "ls";
180 .Case("ls", ARMCC::LS)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 106 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) {
107 auto &ScopeVars = ScopeVariables[LS];
123 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) {
124 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS];
DwarfFile.h 153 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
155 void addScopeLabel(LexicalScope *LS, DbgLabel *Label);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
ARCInfo.h 39 LS = 0xe,
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
scjdefs.h 19 #define P2LSHIFT LS
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
IntrinsicEmitter.cpp 680 ListSeparator LS(",");
687 OS << LS << "Attribute::NoCapture";
690 OS << LS << "Attribute::NoAlias";
693 OS << LS << "Attribute::NoUndef";
696 OS << LS << "Attribute::Returned";
699 OS << LS << "Attribute::ReadOnly";
702 OS << LS << "Attribute::WriteOnly";
705 OS << LS << "Attribute::ReadNone";
708 OS << LS << "Attribute::ImmArg";
711 OS << LS << "Attribute::Alignment"
    [all...]
InstrDocsEmitter.cpp 144 ListSeparator LS;
146 OS << LS << "``" << FlagString << "``";
191 ListSeparator LS;
193 OS << LS << "``" << Def->getName() << "``";
200 ListSeparator LS;
202 OS << LS << "``" << Use->getName() << "``";
211 ListSeparator LS;
213 OS << LS << "``" << P->getName() << "``";
CallingConvEmitter.cpp 134 ListSeparator LS;
136 O << LS << getQualifiedName(RegList->getElementAsRecord(i));
164 ListSeparator LS;
166 O << LS << getQualifiedName(RegList->getElementAsRecord(i));
220 ListSeparator LS;
222 O << LS << getQualifiedName(ShadowRegList->getElementAsRecord(i));
  /src/tests/bin/sh/
t_wait.sh 168 LS=9999
171 test $S = $LS && { echo "wait repeats..."; exit 2; }
172 LS=$S
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 245 bool isProfitableToTransform(const Loop &L, LoopStructure &LS);
572 // Rewrite the iteration space of the loop denoted by (LS, Preheader). The
594 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader,
598 // The loop denoted by `LS' has `OldPreheader' as its preheader. This
599 // function creates a new preheader for `LS' and returns it.
600 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader,
604 // `changeIterationSpaceEnd' and is the preheader to the loop denoted by `LS'.
605 // This function rewrites the PHI nodes in `LS.Header' to start with the
608 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader,
645 const LoopStructure &LS, ScalarEvolution &SE
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
VarBypassDetector.cpp 119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt))
120 Next = LS->getSubStmt();
141 if (const LabelStmt *LS = GS->getLabel()->getStmt())
142 Detect(from, ToScopes[LS]);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
TPCDynamicLibrarySearchGenerator.h 53 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
  /src/external/apache2/llvm/dist/llvm/tools/lli/
ExecutionUtils.h 38 Error tryToGenerate(orc::LookupState &LS, orc::LookupKind K,
  /src/external/gpl2/lvm2/dist/scripts/
lvm_dump.sh 26 LS=ls # need -la
197 log "$LS -laR /dev > \"$dir/dev_listing\" 2>> \"$log\""
200 log "$LS -laR /sys/block > \"$dir/sysblock_listing\" 2>> \"$log\""
201 log "$LS -laR /sys/devices/virtual/block >> \"$dir/sysblock_listing\" 2>> \"$log\""
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegisterBank.cpp 103 ListSeparator LS;
108 OS << LS << TRI->getRegClassName(&RC);
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
cpy.y 86 %term EQ NE LE GE LS RS
101 %left LS RS
130 | e LS e

Completed in 48 milliseconds

1 2 3 4 5 6 7 8 9