Searched refs:ABI (Results 276 - 300 of 351) sorted by relevance

<<1112131415

/netbsd-current/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dlib1funcs.S23 ;; ABI considerations for the divide functions
231 ;; The ABI seems designed to prevent these functions calling each other,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/chacha/asm/
H A Dchacha-armv8.pl458 stp d8,d9,[sp] // meet ABI requirements
661 ldp d8,d9,[sp] // meet ABI requirements
676 ldp d8,d9,[sp] // meet ABI requirements
889 stp d8,d9,[sp,#128+0] // meet ABI requirements
1236 ldp d10,d11,[sp,#128+16] // meet ABI requirements
1253 ldp d8,d9,[sp,#0] // meet ABI requirements
1263 ldp d8,d9,[sp,#128+0] // meet ABI requirements
H A Dchacha-armv4.pl683 vstmdb sp!,{d8-d15} @ ABI spec says so
975 vldmia @t[3],{d8-d15} @ fulfill ABI requirement
/netbsd-current/external/lgpl3/gmp/dist/doc/
H A DMakefile.in223 ABI = @ABI@
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A DMakefile.in229 ABI = @ABI@
/netbsd-current/external/lgpl3/gmp/dist/tests/misc/
H A DMakefile.in403 ABI = @ABI@
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A DMakefile.in299 ABI = @ABI@
/netbsd-current/sys/arch/mips/include/
H A Dlocore.h466 /* 64-bit address space accessor for n32, n64 ABI */
467 /* 32-bit address space accessor for o32 ABI */
530 #error unknown ABI
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp52 RISCVABI::ABI ABI = Subtarget.getTargetABI(); local
53 assert(ABI != RISCVABI::ABI_Unknown && "Improperly initialised target ABI");
55 if ((ABI == RISCVABI::ABI_ILP32F || ABI == RISCVABI::ABI_LP64F) &&
57 errs() << "Hard-float 'f' ABI can't be used for a target that "
60 ABI = Subtarget.is64Bit() ? RISCVABI::ABI_LP64 : RISCVABI::ABI_ILP32;
61 } else if ((ABI == RISCVABI::ABI_ILP32D || ABI
6673 CC_RISCV(const DataLayout &DL, RISCVABI::ABI ABI, unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State, bool IsFixed, bool IsRet, Type *OrigTy, const RISCVTargetLowering &TLI, Optional<unsigned> FirstMaskArgument) argument
6921 RISCVABI::ABI ABI = MF.getSubtarget<RISCVSubtarget>().getTargetABI(); local
6947 RISCVABI::ABI ABI = MF.getSubtarget<RISCVSubtarget>().getTargetABI(); local
7750 RISCVABI::ABI ABI = MF.getSubtarget<RISCVSubtarget>().getTargetABI(); local
8462 RISCVABI::ABI ABI = Subtarget.getTargetABI(); local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Darmv4-mont.S203 vstmdb sp!,{d8,d9,d10,d11,d12,d13,d14,d15} @ ABI specification says so
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Darmv4-mont.S210 vstmdb sp!,{d8,d9,d10,d11,d12,d13,d14,d15} @ ABI specification says so
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h25 #include "clang/Basic/ABI.h"
312 std::unique_ptr<CGCXXABI> ABI; member in class:clang::CodeGen::CodeGenModule
719 CGCXXABI &getCXXABI() const { return *ABI; }
1016 // to apply any ABI rules about which other constructors/destructors
1160 /// info. This applies attributes necessary for handling the ABI as well as
/netbsd-current/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmakefile.texi93 due to ABI incompatibilities between the native compiler and GCC.
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/
H A Dghashv8-armx.pl263 vstmdb sp!,{d8-d15} @ 32-bit ABI says so
403 vldmia sp!,{d8-d15} @ 32-bit ABI says so
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesv8-armx.pl387 vstmdb sp!,{d8-d15} @ ABI specification says so
716 vstmdb sp!,{d8-d15} @ ABI specification says so
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/chacha/asm/
H A Dchacha-armv4.pl674 vstmdb sp!,{d8-d15} @ ABI spec says so
966 vldmia @t[3],{d8-d15} @ fulfill ABI requirement
/netbsd-current/external/gpl3/gcc/dist/gcc/doc/
H A Dmakefile.texi93 due to ABI incompatibilities between the native compiler and GCC.
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/modes/asm/
H A Dghashv8-armx.pl275 vstmdb sp!,{d8-d15} @ 32-bit ABI says so
415 vldmia sp!,{d8-d15} @ 32-bit ABI says so
/netbsd-current/share/mk/
H A Dbsd.sys.mk112 # the most up-to-date ABI, which in g++ 8 is used by default.
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1275 ABI.reset(createCXXABI(Target));
1987 // Initially be ABI compatible with arrays with respect to alignment and
2232 CXXABI::MemberPointerInfo MPI = ABI->getMemberPointerInfo(MPT);
2428 /// getTypeAlignInChars - Return the ABI-specified alignment of a type, in
2437 /// getTypeUnadjustedAlignInChars - Return the ABI-specified alignment of a
2448 /// type for the current target in bits. This can be different than the ABI
2451 /// the preferred alignment is ABI-impacting, and not an optimization.)
2733 return !ABI->getMemberPointerInfo(MPT).HasPadding;
6527 /// Objective-C ABI
6536 /// Swift ABI (4.
11044 auto ABI = Target->getCXXABI(); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dldstla-32-mips3-shared.d3 #name: MIPS ld-st-la constants (ABI o32, mips3, shared)
H A Dldstla-32-mips3.d3 #name: MIPS ld-st-la constants (ABI o32, mips3)
H A Dldstla-32-shared.d3 #name: MIPS ld-st-la constants (ABI o32, shared)
H A Dldstla-32.d3 #name: MIPS ld-st-la constants (ABI o32)
/netbsd-current/external/lgpl3/gmp/dist/
H A Dconfigure753 ABI
860 ABI
1533 ABI desired ABI (for processors supporting more than one ABI)
3773 # most significant problem is getting the ABI the same. Defaulting CXXFLAGS
3998 # The ABI selection mechanism is unique to GMP. All that reaches autoconf
3999 # is a different selection of CC/CFLAGS according to the best ABI the system
4001 # selected is very dependent on the ABI.
4003 # The closest the standard tools come to a notion of ABI i
[all...]

Completed in 251 milliseconds

<<1112131415