Home
last modified time | relevance | path

Searched refs:ISA (Results 1 – 25 of 124) sorted by relevance

12345

/freebsd-13-stable/contrib/libdivsufsort/lib/
HDtrsort.c264 tr_copy(saidx_t *ISA, const saidx_t *SA, in tr_copy() argument
274 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_copy()
276 ISA[s] = d - SA; in tr_copy()
280 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_copy()
282 ISA[s] = d - SA; in tr_copy()
289 tr_partialcopy(saidx_t *ISA, const saidx_t *SA, in tr_partialcopy() argument
299 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_partialcopy()
301 rank = ISA[s + depth]; in tr_partialcopy()
303 ISA[s] = newrank; in tr_partialcopy()
309 rank = ISA[*e]; in tr_partialcopy()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68k.td23 "Is M68000 ISA supported">;
27 "Is M68010 ISA supported",
32 "Is M68020 ISA supported",
37 "Is M68030 ISA supported",
42 "Is M68881 (FPU) ISA supported">;
46 "Is M68882 (FPU) ISA supported",
51 "Is M68040 ISA supported",
56 "Is M68060 ISA supported",
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDPPCTargetParser.def116 PPC_LNX_FEATURE("arch_2_05","CPU supports ISA 205 (eg, POWER6)",PPCF_ARCH205,0x00001000,PPC_FAWORD_…
117 PPC_LNX_FEATURE("arch_2_06","CPU supports ISA 206 (eg, POWER7)",PPCF_ARCH206,0x00000100,PPC_FAWORD_…
118 PPC_LNX_FEATURE("arch_2_07","CPU supports ISA 207 (eg, POWER8)",PPCF_ARCH207,0x80000000,PPC_FAWORD_…
119 PPC_LNX_FEATURE("arch_3_00","CPU supports ISA 30 (eg, POWER9)",PPCF_ARCH30,0x00800000,PPC_FAWORD_HW…
120 PPC_LNX_FEATURE("arch_3_1","CPU supports ISA 31 (eg, POWER10)",PPCF_ARCH31,0x00040000,PPC_FAWORD_HW…
122 PPC_LNX_FEATURE("booke","CPU supports the Embedded ISA category",PPCF_BOOKE,0x00008000,PPC_FAWORD_H…
140 PPC_LNX_FEATURE("pa6t","CPU supports the PA Semi 6T CORE ISA",PPCF_PA6T,0x00000800,PPC_FAWORD_HWCAP)
141 PPC_LNX_FEATURE("power4","CPU supports ISA 200 (eg, POWER4)",PPCF_POWER4,0x00080000,PPC_FAWORD_HWCA…
142 PPC_LNX_FEATURE("power5","CPU supports ISA 202 (eg, POWER5)",PPCF_POWER5,0x00040000,PPC_FAWORD_HWCA…
143 PPC_LNX_FEATURE("power5+","CPU supports ISA 203 (eg, POWER5+)",PPCF_POWER5P,0x00020000,PPC_FAWORD_H…
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDVFABIDemangler.cpp35 static ParseRet tryParseISA(StringRef &MangledName, VFISAKind &ISA) { in tryParseISA() argument
40 ISA = VFISAKind::LLVM; in tryParseISA()
42 ISA = StringSwitch<VFISAKind>(MangledName.take_front(1)) in tryParseISA()
78 static ParseRet tryParseVLEN(StringRef &ParseString, VFISAKind ISA, in tryParseVLEN() argument
82 if (ISA != VFISAKind::SVE) { in tryParseVLEN()
302 static std::optional<ElementCount> getElementCountForTy(const VFISAKind ISA, in getElementCountForTy() argument
305 assert(ISA == VFISAKind::SVE && in getElementCountForTy()
323 getScalableECFromSignature(const FunctionType *Signature, const VFISAKind ISA, in getScalableECFromSignature() argument
334 std::optional<ElementCount> EC = getElementCountForTy(ISA, PTy); in getScalableECFromSignature()
349 std::optional<ElementCount> ReturnEC = getElementCountForTy(ISA, RetTy); in getScalableECFromSignature()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips.td32 // Predicates for the instruction group membership such as ISA's.
84 "Mips I ISA Support [highly experimental]">;
86 "Mips II ISA Support [highly experimental]",
95 "MIPS III ISA Support [highly experimental]",
106 "Mips4", "MIPS IV ISA Support",
113 "MIPS V ISA Support [highly experimental]",
116 "Mips32 ISA Support",
120 "Mips32r2", "Mips32r2 ISA Support",
124 "Mips32r3", "Mips32r3 ISA Support",
127 "Mips32r5", "Mips32r5 ISA Support",
[all …]
HDMipsSubtarget.cpp147 StringRef ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6"; in MipsSubtarget() local
153 report_fatal_error(ISA + " is not compatible with the DSP ASE", false); in MipsSubtarget()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/hisilicon/
HDhisilicon-low-pin-count.txt3 provides I/O access to some legacy ISA devices.
12 - #address-cells: must be 2 which stick to the ISA/EISA binding doc.
13 - #size-cells: must be 1 which stick to the ISA/EISA binding doc.
18 ISA/EISA binding specification.
/freebsd-13-stable/sys/contrib/zstd/lib/dictBuilder/
HDdivsufsort.c1112 tr_copy(int *ISA, const int *SA, in tr_copy() argument
1122 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_copy()
1124 ISA[s] = d - SA; in tr_copy()
1128 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_copy()
1130 ISA[s] = d - SA; in tr_copy()
1137 tr_partialcopy(int *ISA, const int *SA, in tr_partialcopy() argument
1147 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_partialcopy()
1149 rank = ISA[s + depth]; in tr_partialcopy()
1151 ISA[s] = newrank; in tr_partialcopy()
1157 rank = ISA[*e]; in tr_partialcopy()
[all …]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/interrupt-controller/
Driscv,cpu-intc.txt10 The RISC-V supervisor ISA manual specifies three interrupt sources that are
18 All RISC-V systems that conform to the supervisor ISA specification are
20 interrupt map is defined by the ISA it's not listed in the HLIC's device tree
29 RISC-V supervisor ISA manual, with only the following three interrupts being
Dsnps,archs-intc.txt1 * ARC-HS incore Interrupt Controller (Provided by cores implementing ARCv2 ISA)
/freebsd-13-stable/sys/x86/x86/
HDmptable.c123 {ISA, "ISA "},
142 {1, 0, ISA, 255, NOBUS},
146 {2, 0, ISA, 1, PCI},
644 case ISA: in conforming_polarity()
664 case ISA: in conforming_trigger()
764 case ISA: in mptable_parse_io_int()
766 if (busses[intr->src_bus_id].bus_type == ISA) in mptable_parse_io_int()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDMSP430Attributes.h36 enum ISA { ISAMSP430 = 1, ISAMSP430X = 2 }; enum
/freebsd-13-stable/sys/contrib/device-tree/src/powerpc/
HDamigaone.dts47 0x02000000 0 0x00000000 0xfd000000 0 0x01000000>; // PCI alias memory (ISA)
69 /* First 4k for I/O at 0x0 on PCI mapped to 0x0 on ISA. */
/freebsd-13-stable/tools/tools/tinybsd/conf/bridge/
HDTINYBSD104 # ISA Ethernet NICs. pccard NICs included.
115 # ISA devices that use the old ISA shims
/freebsd-13-stable/tools/tools/tinybsd/conf/vpn/
HDTINYBSD104 # ISA Ethernet NICs. pccard NICs included.
115 # ISA devices that use the old ISA shims
/freebsd-13-stable/sys/contrib/device-tree/Bindings/powerpc/
Dibm,powerpc-cpu-features.txt51 compatibility, less the individual feature nodes. For example, an ISA v3.0
55 Value corresponds to the "Power ISA Version" multiplied by 1000.
88 First level of the Power ISA that the feature appears in.
90 environment to a particular ISA version.
/freebsd-13-stable/tools/tools/tinybsd/conf/firewall/
HDTINYBSD103 # ISA Ethernet NICs. pccard NICs included.
114 # ISA devices that use the old ISA shims
/freebsd-13-stable/tools/tools/tinybsd/conf/default/
HDTINYBSD114 # ISA Ethernet NICs. pccard NICs included.
125 # ISA devices that use the old ISA shims
/freebsd-13-stable/tools/tools/tinybsd/conf/wireless/
HDTINYBSD104 # ISA Ethernet NICs. pccard NICs included.
116 # ISA devices that use the old ISA shims
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDeclCXX.cpp515 InitSegAttr *ISA) { in EmitPointerToInitFunc() argument
519 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
558 auto *ISA = D->getAttr<InitSegAttr>(); in EmitCXXGlobalVarDeclInitFunc() local
571 } else if (PerformInit && ISA) { in EmitCXXGlobalVarDeclInitFunc()
575 if (ISA->getSection() == ".CRT$XCC") in EmitCXXGlobalVarDeclInitFunc()
577 else if (ISA->getSection() == ".CRT$XCL") in EmitCXXGlobalVarDeclInitFunc()
583 EmitPointerToInitFunc(D, Addr, Fn, ISA); in EmitCXXGlobalVarDeclInitFunc()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/rtc/
HDrtc-cmos.txt18 ISA Example:
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
HDtst.Bean.ksh.out664 serialized: Unstable / Evolving / ISA
665 deserialized: Unstable / Evolving / ISA
667 encoded: Unstable / Evolving / ISA
668 decoded: Unstable / Evolving / ISA
670 …minimumProbeAttributes = Unstable / Evolving / ISA, minimumStatementAttributes = Unstable / Evolvi…
671 …minimumProbeAttributes = Unstable / Evolving / ISA, minimumStatementAttributes = Unstable / Evolvi…
673 …minimumProbeAttributes = Unstable / Evolving / ISA, minimumStatementAttributes = Unstable / Evolvi…
674 …minimumProbeAttributes = Unstable / Evolving / ISA, minimumStatementAttributes = Unstable / Evolvi…
676 ….ProbeInfo[probeAttributes = Unstable / Evolving / ISA, argumentAttributes = Unstable / Evolving /…
677 ….ProbeInfo[probeAttributes = Unstable / Evolving / ISA, argumentAttributes = Unstable / Evolving /…
[all …]
/freebsd-13-stable/sys/isa/
HDisavar.h149 __BUS_ACCESSOR(isa, var, ISA, ivar, type)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDVFABIDemangler.h127 VFISAKind ISA; /// Instruction Set Architecture. member
/freebsd-13-stable/sys/contrib/device-tree/Bindings/powerpc/fsl/
HDcpus.txt19 by the Power ISA. For these EREF-specific categories, the existence of

12345