Home
last modified time | relevance | path

Searched +full:asi +full:- +full:format (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl2 # Copyright 2005-2021 The OpenSSL Project Authors. All Rights Reserved.
24 # binary compatibility. Well yes, it does exclude SPARC64 prior-V(!)
29 # integer-only pure SPARCv9 module to "fall down" to.
31 # USI&II cores currently exhibit uniform 2x improvement [over pre-
37 # out-of-order execution, which *might* mean that integer multiplier
39 # additional note, SPARC64 V implements FP Multiply-Add instruction,
41 # as Fujitsu SPARC64 V goes, talk to the author:-)
43 # The implementation implies following "non-natural" limitations on
45 # - num may not be less than 4;
46 # - num has to be even;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dtas2770.txt3 The TAS2770 is a mono, digital input Class-D audio amplifier optimized for
10 - compatible: - Should contain "ti,tas2770".
11 - reg: - The i2c address. Should contain <0x4c>, <0x4d>,<0x4e>, or <0x4f>.
12 - #address-cells - Should be <1>.
13 - #size-cells - Should be <0>.
14 - ti,asi-format: - Sets TDM RX capture edge. 0->Rising; 1->Falling.
15 - ti,imon-slot-no:- TDM TX current sense time slot.
16 - ti,vmon-slot-no:- TDM TX voltage sense time slot.
20 - interrupt-parent: the phandle to the interrupt controller which provides
22 - interrupts: interrupt specification for data-ready.
[all …]
H A Dtas2770.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2019-20 Texas Instruments Incorporated
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Shi Fu <shifu0704@thundersoft.com>
14 The TAS2770 is a mono, digital input Class-D audio amplifier optimized for
20 - $ref: dai-common.yaml#
25 - ti,tas2770
32 reset-gpio:
36 shutdown-gpios:
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1 //===--- SelectOptimize.cpp - Convert select to branches if profitable ---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
47 #define DEBUG_TYPE "select-optimize"
54 "Number of select groups converted due to high-predictability");
60 "Number of select groups converted due to loop-level analysis");
64 "cold-operand-threshold",
69 "cold-operand-max-cost-multiplier",
75 GainGradientThreshold("select-opti-loop-gradient-gain-threshold",
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrFormats.td1 //===-- SparcInstrFormats.td - Sparc Instruction Formats ---*- tablegen -*-===//
5 // SPDX-Licens
[all...]
H A DSparcInstrInfo.td1 //===-- SparcInstrInfo.td - Target Description for Sparc Target -----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file describes the Sparc instructions in TableGen format.
11 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
14 // Instruction format superclass
15 //===----------------------------------------------------------------------===//
19 //===----------------------------------------------------------------------===//
21 //===----------------------------------------------------------------------===//
[all …]
/freebsd/contrib/ofed/opensm/man/
H A Dopensm.84 opensm \- InfiniBand subnet manager and administration (SM/SA)
8 [\-\-version]]
9 [\-F | \-\-config <file_name>]
10 [\-c(reate-config) <file_name>]
11 [\-g(uid) <GUID in hex>]
12 [\-l(mc) <LMC>]
13 [\-p(riority) <PRIORITY>]
14 [\-\-smkey <SM_Key>]
15 [\-\-sm_sl <SL number>]
16 [\-r(eassign_lids)]
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td1 //===-- ARMInstrFormats.td - ARM Instruction Formats -------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
11 // ARM Instruction Format Definitions.
14 // Format specifies the encoding used by the instruction. This is part of the
15 // ad-hoc solution used to emit machine instruction encodings by our machine
17 class Format<bits<6> val> {
21 def Pseudo : Format<0>;
22 def MulFrm : Format<1>;
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1 //===- DumpOutputStyle.cpp ------------------------------------ *- C++ --*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
15 #include "llvm-pdbutil.h"
89 RefTracker->mark(); in dump()
247 ExitOnError Err("Invalid PDB Format: "); in dumpFileSummary()
338 P.formatLine("{0}", fmt_repeat('-', 74)); in printModuleDetailStats()
405 if (Stream->getLength() % sizeof(object::coff_section) != 0) in loadSectionHeaders()
410 uint32_t NumHeaders = Stream->getLength() / sizeof(object::coff_section); in loadSectionHeaders()
435 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1 //===-- SystemZISelDAGToDAG.cpp - A dag to dag inst selector for SystemZ --===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
23 #define DEBUG_TYPE "systemz-isel"
24 #define PASS_NAME "SystemZ DAG->DAG Pattern Instruction Selection"
47 // flags -- single/pair, 128-bit, etc. -- but it hardly seems worth it.
79 Base.getNode()->dump(DAG); in dump()
86 Index.getNode()->dump(DAG); in dump()
103 return (uint64_t(1) << Count) - 1; in allOnes()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp1 //===--- TokenAnnotator.cpp - Format C++ code -----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
22 #define DEBUG_TYPE "format-token-annotator"
25 namespace format { namespace
49 /// an Objective-C \c \@selector, \c false otherwise.
52 /// Objective-C++, C++ keywords like \c new and \c delete are
53 /// lexed as tok::kw_*, not tok::identifier, even for Objective-C.
55 /// For Objective-C and Objective-C++, both identifiers and keywords
[all …]
/freebsd/share/misc/
H A Dpci_vendors5 # Date: 2024-09-20 03:15:02
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
25 # device device_name <-- single tab
26 # subvendor subdevice subsystem_name <-- two tabs
30 # This is a relabelled RTL-8139
31 8139 AT-2500TX V3 Ethernet
41 7a09 PCI-to-PCI Bridge
49 7a19 PCI-to-PCI Bridge
53 7a29 PCI-to-PCI Bridge
[all …]