Home
last modified time | relevance | path

Searched refs:Switch (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Daspeed-bmc-facebook-minipack.dts75 * I2C Switch 24-0071 (channel #0 of 8-0070): 8 channels for
88 * I2C Switch 25-0072 (channel #1 of 8-0070): 8 channels for
101 * I2C Switch 26-0076 (channel #2 of 8-0070): 8 channels for
114 * I2C Switch 27-0076 (channel #3 of 8-0070): 8 channels for
127 * I2C Switch 40-0073 (channel #0 of 11-0070): connecting
140 * I2C Switch 41-0073 (channel #1 of 11-0070): connecting
153 * I2C Switch 42-0073 (channel #2 of 11-0070): connecting
166 * I2C Switch 43-0073 (channel #3 of 11-0070): connecting
179 * I2C Switch 44-0073 (channel #4 of 11-0070): connecting
192 * I2C Switch 45-0073 (channel #5 of 11-0070): connecting
[all …]
H A Dam3517-evm.dts47 label = "User Switch 1";
53 label = "User Switch 2";
59 label = "User Switch 3";
65 label = "User Switch 4";
71 label = "User Switch 5";
77 label = "User Switch 6";
83 label = "User Switch 7";
89 label = "User Switch 8";
H A Dbcm53340-ubnt-unifi-switch8.dts2 * DTS for Unifi Switch 8 port
15 model = "Ubiquiti UniFi Switch 8 (BCM53342)";
H A Daspeed-bmc-facebook-cloudripper.dts16 * SMB (Switch Main Board).
42 * SMB (Switch Main Board).
132 * PCA9548 (1-0070) provides 8 channels connecting to SMB (Switch
256 * PCA9548 (3-0070) provides 8 channels connecting to SMB (Switch
H A Dkirkwood-linkstation.dtsi103 label = "Power-on Switch";
109 label = "Power-auto Switch";
H A Dkirkwood-lsxl.dtsi117 label = "Power-on Switch";
123 label = "Power-auto Switch";
H A Dmvebu-linkstation-gpio-simple.dtsi57 label = "Power-on Switch";
63 label = "Power-auto Switch";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h76 Switch, enumerator
170 assert(ABI == coro::ABI::Switch); in getSwitchCoroId()
186 assert(ABI == coro::ABI::Switch); in getSwitchIndexField()
191 assert(ABI == coro::ABI::Switch); in getIndexType()
200 assert(ABI == coro::ABI::Switch); in getSwitchResumePointerType()
207 case coro::ABI::Switch: { in getResumeFunctionType()
246 case coro::ABI::Switch: in getResumeFunctionCC()
259 if (ABI == coro::ABI::Switch) in getPromiseAlloca()
H A DCoroSplit.cpp119 assert(Shape.ABI == coro::ABI::Switch); in CoroCloner()
233 case coro::ABI::Switch: in replaceFallthroughCoroEnd()
289 case coro::ABI::Switch: in replaceUnwindCoroEnd()
328 assert(Shape.ABI == coro::ABI::Switch); in createResumeEntryBlock()
350 auto *Switch = in createResumeEntryBlock() local
352 Shape.SwitchLowering.ResumeSwitch = Switch; in createResumeEntryBlock()
408 Switch->addCase(IndexVal, ResumeBB); in createResumeEntryBlock()
436 assert(Shape.ABI == coro::ABI::Switch && in handleFinalSuspend()
438 auto *Switch = cast<SwitchInst>(VMap[Shape.SwitchLowering.ResumeSwitch]); in handleFinalSuspend() local
439 auto FinalCaseIt = std::prev(Switch->case_end()); in handleFinalSuspend()
[all …]
H A DCoroutines.cpp373 this->ABI = coro::ABI::Switch; in buildFrom()
509 if (ABI == coro::ABI::Switch && in buildFrom()
532 case coro::ABI::Switch: in emitAlloc()
555 case coro::ABI::Switch: in emitDealloc()
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-microblaze.texi61 Switch to .rodata section. Equivalent to @code{.section .rodata}
64 Switch to .sdata2 section. Equivalent to @code{.section .sdata2}
67 Switch to .sdata section. Equivalent to @code{.section .sdata}
70 Switch to .bss section. Equivalent to @code{.section .bss}
73 Switch to .sbss section. Equivalent to @code{.section .sbss}
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-microblaze.texi62 Switch to .rodata section. Equivalent to @code{.section .rodata}
65 Switch to .sdata2 section. Equivalent to @code{.section .sdata2}
68 Switch to .sdata section. Equivalent to @code{.section .sdata}
71 Switch to .bss section. Equivalent to @code{.section .bss}
74 Switch to .sbss section. Equivalent to @code{.section .sbss}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp268 if (auto *Switch = dyn_cast<SwitchInst>(V)) in isSink() local
269 return LessThanTypeSize(Switch->getCondition()); in isSink()
593 if (auto *Switch = dyn_cast<SwitchInst>(I)) { in TruncateSinks() local
594 Type *Ty = TruncTysMap[Switch][0]; in TruncateSinks()
595 if (Instruction *Trunc = InsertTrunc(Switch->getCondition(), Ty)) { in TruncateSinks()
596 Trunc->moveBefore(Switch); in TruncateSinks()
597 Switch->setCondition(Trunc); in TruncateSinks()
688 } else if (auto *Switch = dyn_cast<SwitchInst>(I)) in Mutate() local
689 TruncTysMap[I].push_back(Switch->getCondition()->getType()); in Mutate()
756 case Instruction::Switch: in isSupportedValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp324 llvm::SwitchInst *Switch, in ResolveAllBranchFixups() argument
352 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups()
372 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
375 return Switch; in TransitionToCleanupSwitch()
409 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
412 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block); in ResolveBranchFixups()
594 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
595 for (unsigned I = 0, E = Switch->getNumSuccessors(); I != E; ++I) in ForwardPrebranchedFallthrough()
596 if (Switch->getSuccessor(I) == From) in ForwardPrebranchedFallthrough()
597 Switch->setSuccessor(I, To); in ForwardPrebranchedFallthrough()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp43 if(const auto *Switch = dyn_cast<SwitchStmt>(S)) in isSemicolonRequiredAfter() local
44 return isSemicolonRequiredAfter(Switch->getBody()); in isSemicolonRequiredAfter()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/
H A Dhello.ms35 # Switch arm->thumb to output next chacter.
50 # Switch thumb->arm.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h162 SwitchInst *Switch; variable
167 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch()
/netbsd-src/sys/arch/mvme68k/docs/
H A DInterrupts57 0x42 PCC: ABORT Switch
111 0x7e VME2: ABORT Switch
134 0x5e MC2: Abort Switch
H A DTODO20 Switch over to the MI mk48txx TOD-chip driver (1)
63 17. Switch the install tools over to sysinst (3)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp326 Switch enumerator
352 unsigned C = ctl(I, StartAt+L) == Switch; in getControls()
442 S = (J < Num/2) ? Pass : Switch; in route()
444 S = (J < Num/2) ? Switch : Pass; in route()
505 S = (J < Num/2) ? Pass : Switch; in route()
508 S = (J < Num/2) ? Switch : Pass; in route()
521 if (T[J][Pets] == Switch) in route()
523 if (T[J+Size/2][Pets] == Switch) in route()
572 T[CI][Step] = Switch; in route()
573 T[J][Pets] = (J < Num/2) ? Pass : Switch; in route()
[all …]
/netbsd-src/external/gpl2/groff/dist/arch/djgpp/
H A Dconfig.sed14 # Switch the order of the two Sed commands, since DOS path names
/netbsd-src/sys/arch/newsmips/stand/boot/
H A Dversion14 1.8: Switch to DHCP rather than BOOTPARAM
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h40 Switch, enumerator
/netbsd-src/external/apache2/mDNSResponder/dist/
H A DLICENSE10 The Linux Name Service Switch code, contributed by National ICT
/netbsd-src/sys/arch/i386/stand/dosboot/
H A Dversion11 1.3: Switch to new NetBSD MBR partition ID.

12345678910>>...21