Searched refs:ISA (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11.0-release/crypto/openssl/crypto/des/
H A DDES.pm5 @ISA = qw(Exporter DynaLoader);
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dzfs.d32 #pragma D attributes Evolving/Evolving/ISA provider zfs provider
35 #pragma D attributes Evolving/Evolving/ISA provider zfs name
36 #pragma D attributes Evolving/Evolving/ISA provider zfs args
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp53 IsaVersion ISA = getIsaVersion(Features); local
60 Header.amd_machine_version_major = ISA.Major;
61 Header.amd_machine_version_minor = ISA.Minor;
62 Header.amd_machine_version_stepping = ISA.Stepping;
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp109 StringRef ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6"; local
114 report_fatal_error(ISA + " is not compatible with the DSP ASE", false);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp291 InitSegAttr *ISA) {
295 PtrArray->setSection(ISA->getSection());
325 auto *ISA = D->getAttr<InitSegAttr>(); local
341 } else if (PerformInit && ISA) {
342 EmitPointerToInitFunc(D, Addr, Fn, ISA);
288 EmitPointerToInitFunc(const VarDecl *D, llvm::GlobalVariable *GV, llvm::Function *InitFunc, InitSegAttr *ISA) argument
H A DCodeGenModule.h1177 llvm::Function *InitFunc, InitSegAttr *ISA);
/freebsd-11.0-release/sys/x86/x86/
H A Dmptable.c125 {ISA, "ISA "},
144 {1, 0, ISA, 255, NOBUS},
148 {2, 0, ISA, 1, PCI},
617 case ISA:
637 case ISA:
739 case ISA:
741 if (busses[intr->src_bus_id].bus_type == ISA)
1182 name = "ISA I/O";
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp108 AMDGPU::IsaVersion ISA = AMDGPU::getIsaVersion(STI->getFeatureBits()); local
109 TS->EmitDirectiveHSACodeObjectISA(ISA.Major, ISA.Minor, ISA.Stepping,
/freebsd-11.0-release/sys/isa/
H A Disavar.h42 * ISA devices are partially ordered. This is to ensure that hardwired
46 * the ISA bus PNP standard.
145 __BUS_ACCESSOR(isa, var, ISA, ivar, type)
162 /* Device class for ISA bridges. */
193 * Allocate discontinuous resources for ISA bus.
/freebsd-11.0-release/sys/x86/include/
H A Dmptable.h36 ISA = 6, enumerator in enum:busTypes
/freebsd-11.0-release/crypto/openssl/
H A Dconfig576 ISA=`awk '/cpu model/{print$4;exit(0);}' /proc/cpuinfo`
577 case ${ISA:-generic} in
582 case ${ISA:-generic} in
/freebsd-11.0-release/share/examples/drivers/
H A Dmake_device_driver.sh245 * ISA Attachment structures and functions.
300 * The aim of this routine in an ISA driver is to add child entries to
319 * The ISA PNP system will have automatically added it to the system and
381 * The ISA code calls this for each device it knows about,
521 * You would do ISA specific attach things here, but generically there aren't
539 * and undo anything we did in the ISA attach routine.
599 * See the comments in the ISA section regarding returning non-positive
/freebsd-11.0-release/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl243 bx lr @ interoperable with Thumb ISA:-)
320 bx lr @ interoperable with Thumb ISA:-)
/freebsd-11.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl114 bx r3 @ switch to Thumb ISA
H A Dsha1-armv4-large.pl258 bx lr @ interoperable with Thumb ISA:-)
H A Dsha256-armv4.pl273 bx lr @ interoperable with Thumb ISA:-)
H A Dsha512-armv4.pl454 bx lr @ interoperable with Thumb ISA:-)
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DTriple.cpp278 unsigned ISA = ARM::parseArchISA(ArchName); local
284 switch (ISA) {
298 switch (ISA) {
318 if (ISA == ARM::IK_THUMB &&
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-mips.c204 /* MIPS ISA (Instruction Set Architecture) level. This is set to -1
276 /* MIPS ISA we are using for this output file. */
347 /* Return true if ISA supports 64 bit wide gp registers. */
348 #define ISA_HAS_64BIT_REGS(ISA) \
349 ((ISA) == ISA_MIPS3 \
350 || (ISA) == ISA_MIPS4 \
351 || (ISA) == ISA_MIPS5 \
352 || (ISA) == ISA_MIPS64 \
353 || (ISA) == ISA_MIPS64R2)
355 /* Return true if ISA support
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl200 bx lr @ interoperable with Thumb ISA:-)
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c266 #error unknown ISA
464 #error unknown ISA
1188 #error unknown ISA
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java441 InterfaceAttributes.DependencyClass.ISA);
/freebsd-11.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-armv4.pl15 # by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which
284 bx lr @ interoperable with Thumb ISA:-)
723 bx lr @ interoperable with Thumb ISA:-)
840 bx lr @ interoperable with Thumb ISA:-)
1052 bx lr @ interoperable with Thumb ISA:-)
/freebsd-11.0-release/usr.sbin/mptable/
H A Dmptable.c94 { ISA, "ISA" },
475 printf( " bus: ISA, APIC: 82489DX\n" );
487 printf( " bus: ISA+PCI, APIC: Integrated\n" );
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex262 for example, for ISA devices on a subsidiary PCI/ISA bridge, or for

Completed in 173 milliseconds

12