| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | mcore-opc.h | 26 OMa, SI, I7, LS, BR, BL, LR, LJ, enumerator 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 …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | mcore-opc.h | 26 OMa, SI, I7, LS, BR, BL, LR, LJ, enumerator 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | IntrinsicEmitter.cpp | 680 ListSeparator LS(","); in EmitAttributes() local 687 OS << LS << "Attribute::NoCapture"; in EmitAttributes() 690 OS << LS << "Attribute::NoAlias"; in EmitAttributes() 693 OS << LS << "Attribute::NoUndef"; in EmitAttributes() 696 OS << LS << "Attribute::Returned"; in EmitAttributes() 699 OS << LS << "Attribute::ReadOnly"; in EmitAttributes() 702 OS << LS << "Attribute::WriteOnly"; in EmitAttributes() 705 OS << LS << "Attribute::ReadNone"; in EmitAttributes() 708 OS << LS << "Attribute::ImmArg"; in EmitAttributes() 711 OS << LS << "Attribute::Alignment"; in EmitAttributes() [all …]
|
| H A D | InstrDocsEmitter.cpp | 144 ListSeparator LS; in EmitInstrDocs() local 146 OS << LS << "``" << FlagString << "``"; in EmitInstrDocs() 191 ListSeparator LS; in EmitInstrDocs() local 193 OS << LS << "``" << Def->getName() << "``"; in EmitInstrDocs() 200 ListSeparator LS; in EmitInstrDocs() local 202 OS << LS << "``" << Use->getName() << "``"; in EmitInstrDocs() 211 ListSeparator LS; in EmitInstrDocs() local 213 OS << LS << "``" << P->getName() << "``"; in EmitInstrDocs()
|
| H A D | CallingConvEmitter.cpp | 134 ListSeparator LS; in EmitAction() local 136 O << LS << getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction() 164 ListSeparator LS; in EmitAction() local 166 O << LS << getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction() 220 ListSeparator LS; in EmitAction() local 222 O << LS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 76 auto LS = State->get<LoopStack>(); in processLoopEnd() local 77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd() 78 State = State->set<LoopStack>(LS.getTail()); in processLoopEnd() 269 auto LS = State->get<LoopStack>(); in updateLoopStack() local 270 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack() 271 LCtx == LS.getHead().getLocationContext()) { in updateLoopStack() 272 if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) { in updateLoopStack() 273 State = State->set<LoopStack>(LS.getTail()); in updateLoopStack() 286 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack() 299 auto LS = State->get<LoopStack>(); in isUnrolledState() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 245 bool isProfitableToTransform(const Loop &L, LoopStructure &LS); 594 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader, 600 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader, 608 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader, 645 const LoopStructure &LS, ScalarEvolution &SE, in LoopConstrainer() argument 649 Range(R), MainLoopStructure(LS) {} in LoopConstrainer() 1195 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd() argument 1270 BasicBlock *BBInsertLocation = LS.Latch->getNextNode(); in changeIterationSpaceEnd() 1271 RRI.ExitSelector = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".exit.selector", in changeIterationSpaceEnd() 1273 RRI.PseudoExit = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".pseudo.exit", &F, in changeIterationSpaceEnd() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 40 LS, // Unsigned lower or same Less than or equal enumerator 59 case HI: return LS; in getOppositeCondition() 60 case LS: return HI; in getOppositeCondition() 76 case ARMCC::HS: return ARMCC::LS; in getSwappedCondition() 79 case ARMCC::LS: return ARMCC::HS; in getSwappedCondition() 157 case ARMCC::LS: return "ls"; in ARMCondCodeToString() 180 .Case("ls", ARMCC::LS) in ARMCondCodeFromString()
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | 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
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | socfpga_cyclone5_chameleon96.dts | 74 label = "LS-I2C0"; 80 label = "LS-I2C1"; 108 label = "LS-SPI0"; 114 label = "LS-UART1"; 120 label = "LS-UART0";
|
| H A D | stih410-b2260.dts | 81 label = "LS-UART0"; 92 label = "LS-UART1"; 98 label = "LS-SPI0"; 105 label = "LS-I2C0"; 111 label = "LS-I2C1";
|
| H A D | kirkwood-linkstation-lsvl.dts | 3 * Device Tree file for Buffalo Linkstation LS-VL 13 model = "Buffalo Linkstation LS-VL";
|
| H A D | kirkwood-linkstation-lswsxl.dts | 3 * Device Tree file for Buffalo Linkstation LS-WSXL 13 model = "Buffalo Linkstation LS-WSXL";
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/ |
| H A D | hi3798cv200-poplar.dts | 164 label = "LS-I2C0"; 169 label = "LS-I2C1"; 195 label = "LS-SPI0"; 204 label = "LS-UART0"; 206 /* No optional LS-UART1 on Low Speed Expansion Connector. */
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation() local 120 Next = LS->getSubStmt(); in BuildScopeInformation() 141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect() local 142 Detect(from, ToScopes[LS]); in Detect()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 106 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() argument 107 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable() 123 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() argument 124 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh4a.md | 40 ;; Sh4a_Memory access on the LS pipeline. 43 ;; Other access on the LS pipeline. 88 ;; Group: LS 106 ;; Group: LS 119 ;; Group: LS 129 ;; Group: LS 166 ;; Group: LS
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh4a.md | 40 ;; Sh4a_Memory access on the LS pipeline. 43 ;; Other access on the LS pipeline. 88 ;; Group: LS 106 ;; Group: LS 119 ;; Group: LS 129 ;; Group: LS 166 ;; Group: LS
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 823 ListSeparator LS; in emitCodeGenSwitchBody() local 826 OS << LS << "ResultType"; in emitCodeGenSwitchBody() 828 OS << LS << "Ops[" << Idx << "]->getType()"; in emitCodeGenSwitchBody() 842 ListSeparator LS; in emitIntrinsicMacro() local 844 OS << LS << "op" << i; in emitIntrinsicMacro() 849 ListSeparator LS; in emitIntrinsicMacro() local 851 OS << LS << "(" << InputTypes[i]->getTypeStr() << ")(op" << i << ")"; in emitIntrinsicMacro() 862 ListSeparator LS; in emitMangledFuncDef() local 864 OS << LS << InputTypes[i]->getTypeStr() << " op" << i; in emitMangledFuncDef() 1196 ListSeparator LS(" && "); in emitExtDefStr() local [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/socionext/ |
| H A D | uniphier-ld20-akebi96.dts | 123 /* LS connector UART1 */ 128 /* LS connector UART0 */ 141 /* LS connector I2C0 */ 146 /* LS connector I2C1 */
|
| /netbsd-src/external/gpl2/lvm2/dist/scripts/ |
| H A D | 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\""
|
| /netbsd-src/tests/bin/sh/ |
| H A D | t_wait.sh | 168 LS=9999 171 test $S = $LS && { echo "wait repeats..."; exit 2; } 172 LS=$S
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 62 LiveStacks* LS; member in __anonfd2118d40111::StackSlotColoring 169 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs() 171 LiveInterval &li = LS->getInterval(FI); in ScanForSpillSlotRefs() 211 Intervals.reserve(LS->getNumIntervals()); in InitializeSlots() 212 for (auto &I : *LS) in InitializeSlots() 490 LS = &getAnalysis<LiveStacks>(); in runOnMachineFunction() 495 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | spu-insns.h | 141 APUOP(M_LQA, RI16, 0x184, "lqa", _A2(A_T,A_S18), 00002, LS) /* LoadQAbs RT<-M[I16] */ 142 APUOP(M_LQR, RI16, 0x19C, "lqr", _A2(A_T,A_R18), 00002, LS) /* LoadQRel RT<-M[IP+I16] */ 152 APUOP(M_HBRA, LBT, 0x080, "hbra", _A2(A_S11,A_S18), 00000, LS) /* HBRA BTB[B9]<-M[I16] */ 153 APUOP(M_HBRR, LBT, 0x090, "hbrr", _A2(A_S11,A_R18), 00000, LS) /* HBRR BTB[B9]<-M[IP+I16… 158 APUOP(M_STQA, RI16, 0x104, "stqa", _A2(A_T,A_S18), 00001, LS) /* SToreQAbs M[I16]<-RT */ 159 APUOP(M_STQR, RI16, 0x11C, "stqr", _A2(A_T,A_R18), 00001, LS) /* SToreQRel M[IP+I16]<-RT */ 162 APUOP(M_LQD, RI10, 0x1a0, "lqd", _A4(A_T,A_S14,A_P,A_A), 00012, LS) /* LoadQDisp RT<-M[Ra+I10… 168 APUOP(M_HBR, LBTI, 0x1ac, "hbr", _A2(A_S11I,A_A), 00010, LS) /* HBR BTB[B9]<-M[Ra] */ 187 APUOP(M_STQD, RI10, 0x120, "stqd", _A4(A_T,A_S14,A_P,A_A), 00011, LS) /* SToreQDisp M[Ra+I10]<… 196 APUOP(M_LQX, RR, 0x1c4, "lqx", _A3(A_T,A_A,A_B), 00112, LS) /* LoadQindeX RT<-M[Ra+Rb] */ [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | spu-insns.h | 141 APUOP(M_LQA, RI16, 0x184, "lqa", _A2(A_T,A_S18), 00002, LS) /* LoadQAbs RT<-M[I16] */ 142 APUOP(M_LQR, RI16, 0x19C, "lqr", _A2(A_T,A_R18), 00002, LS) /* LoadQRel RT<-M[IP+I16] */ 152 APUOP(M_HBRA, LBT, 0x080, "hbra", _A2(A_S11,A_S18), 00000, LS) /* HBRA BTB[B9]<-M[I16] */ 153 APUOP(M_HBRR, LBT, 0x090, "hbrr", _A2(A_S11,A_R18), 00000, LS) /* HBRR BTB[B9]<-M[IP+I16… 158 APUOP(M_STQA, RI16, 0x104, "stqa", _A2(A_T,A_S18), 00001, LS) /* SToreQAbs M[I16]<-RT */ 159 APUOP(M_STQR, RI16, 0x11C, "stqr", _A2(A_T,A_R18), 00001, LS) /* SToreQRel M[IP+I16]<-RT */ 162 APUOP(M_LQD, RI10, 0x1a0, "lqd", _A4(A_T,A_S14,A_P,A_A), 00012, LS) /* LoadQDisp RT<-M[Ra+I10… 168 APUOP(M_HBR, LBTI, 0x1ac, "hbr", _A2(A_S11I,A_A), 00010, LS) /* HBR BTB[B9]<-M[Ra] */ 187 APUOP(M_STQD, RI10, 0x120, "stqd", _A4(A_T,A_S14,A_P,A_A), 00011, LS) /* SToreQDisp M[Ra+I10]<… 196 APUOP(M_LQX, RR, 0x1c4, "lqx", _A3(A_T,A_A,A_B), 00112, LS) /* LoadQindeX RT<-M[Ra+Rb] */ [all …]
|