Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/libdivsufsort/lib/
H A Dtrsort.c276 ISA[s] = d - SA; in tr_copy()
282 ISA[s] = d - SA; in tr_copy()
301 rank = ISA[s + depth]; in tr_partialcopy()
303 ISA[s] = newrank; in tr_partialcopy()
309 rank = ISA[*e]; in tr_partialcopy()
318 rank = ISA[s + depth]; in tr_partialcopy()
320 ISA[s] = newrank; in tr_partialcopy()
335 saidx_t incr = ISAd - ISA; in tr_introsort()
383 tr_copy(ISA, SA, first, a, b, last, ISAd - ISA); in tr_introsort()
386 tr_partialcopy(ISA, SA, first, a, b, last, ISAd - ISA); in tr_introsort()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68k.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/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.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()
305 assert(ISA == VFISAKind::SVE && in getElementCountForTy()
384 VFISAKind ISA; in tryDemangleForVFABI() local
385 if (tryParseISA(MangledName, ISA) != ParseRet::OK) in tryDemangleForVFABI()
395 if (tryParseVLEN(MangledName, ISA, ParsedVF) != ParseRet::OK) in tryDemangleForVFABI()
441 EC = getScalableECFromSignature(FTy, ISA, Parameters); in tryDemangleForVFABI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.td32 // Predicates for the instruction group membership such as ISA's.
106 "Mips4", "MIPS IV ISA Support",
116 "Mips32 ISA Support",
120 "Mips32r2", "Mips32r2 ISA Support",
124 "Mips32r3", "Mips32r3 ISA Support",
127 "Mips32r5", "Mips32r5 ISA Support",
131 "Mips32r6 ISA Support [experimental]",
135 "Mips64", "Mips64 ISA Support",
138 "Mips64r2", "Mips64r2 ISA Support",
141 "Mips64r3", "Mips64r3 ISA Support",
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon-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/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml7 title: RISC-V ISA extensions
38 User-Level ISA document, available from
41 Due to revisions of the ISA specification, some deviations
47 While the isa strings in ISA specification are case
57 version of the unprivileged ISA specification.
72 version of the unprivileged ISA specification.
121 version of the privileged ISA specification.
160 version of the privileged ISA specification.
166 privileged ISA specification.
172 ISA specification.
[all …]
/freebsd/crypto/openssl/Configurations/platform/Windows/
H A Dcppbuilder.pm3 use vars qw(@ISA);
6 @ISA = qw(platform::Windows::MSVC);
H A DMSVC.pm7 use vars qw(@ISA);
10 @ISA = qw(platform::Windows);
/freebsd/crypto/openssl/Configurations/
H A Dplatform.pm5 use vars qw(@ISA);
14 @ISA = ("platform::$module");
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DGlob.pm9 use vars qw($VERSION @ISA @EXPORT);
12 @ISA = qw(Exporter);
H A DOID.pm19 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
20 @ISA = qw(Exporter);
/freebsd/crypto/openssl/Configurations/platform/
H A DCygwin.pm7 use vars qw(@ISA);
10 @ISA = qw(platform::mingw);
H A DAIX.pm7 use vars qw(@ISA);
10 @ISA = qw(platform::Unix);
H A Dmingw.pm7 use vars qw(@ISA);
10 @ISA = qw(platform::Unix);
H A DWindows.pm7 use vars qw(@ISA);
10 @ISA = qw(platform::BASE);
H A DVMS.pm7 use vars qw(@ISA);
10 @ISA = qw(platform::BASE);
H A DUnix.pm7 use vars qw(@ISA);
10 @ISA = qw(platform::BASE);
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c1124 ISA[s] = d - SA; in tr_copy()
1130 ISA[s] = d - SA; in tr_copy()
1149 rank = ISA[s + depth]; in tr_partialcopy()
1151 ISA[s] = newrank; in tr_partialcopy()
1157 rank = ISA[*e]; in tr_partialcopy()
1166 rank = ISA[s + depth]; in tr_partialcopy()
1168 ISA[s] = newrank; in tr_partialcopy()
1183 int incr = ISAd - ISA; in tr_introsort()
1231 tr_copy(ISA, SA, first, a, b, last, ISAd - ISA); in tr_introsort()
1234 tr_partialcopy(ISA, SA, first, a, b, last, ISAd - ISA); in tr_introsort()
[all …]
/freebsd/crypto/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
16 @ISA = qw(Exporter);
H A DUtils.pm14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
16 @ISA = qw(Exporter);
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A 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
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dstrict.t12 @Emptyclass1::ISA = 'Text::Template';
13 @Emptyclass2::ISA = 'Text::Template';
H A Dprepend.t12 @Emptyclass1::ISA = 'Text::Template';
13 @Emptyclass2::ISA = 'Text::Template';
/freebsd/crypto/openssl/util/perl/OpenSSL/Util/
H A DPod.pm14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
16 @ISA = qw(Exporter);
/freebsd/crypto/openssl/test/
H A Dgenerate_ssl_tests.pl40 use vars qw/@ISA/;
41 push (@ISA, qw/Text::Template/);

1234567