Searched refs:ABI (Results 1 - 25 of 351) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h1 //===---- MipsABIInfo.h - Information about MIPS ABI's --------------------===//
24 enum class ABI { Unknown, O32, N32, N64 }; class in class:llvm::MipsABIInfo
27 ABI ThisABI;
30 MipsABIInfo(ABI ThisABI) : ThisABI(ThisABI) {}
32 static MipsABIInfo Unknown() { return MipsABIInfo(ABI::Unknown); }
33 static MipsABIInfo O32() { return MipsABIInfo(ABI::O32); }
34 static MipsABIInfo N32() { return MipsABIInfo(ABI::N32); }
35 static MipsABIInfo N64() { return MipsABIInfo(ABI::N64); }
39 bool IsKnown() const { return ThisABI != ABI::Unknown; }
40 bool IsO32() const { return ThisABI == ABI
[all...]
H A DMipsMCAsmInfo.cpp25 MipsABIInfo ABI = MipsABIInfo::computeTargetABI(TheTriple, "", Options); local
27 if (TheTriple.isMIPS64() && !ABI.IsN32())
30 if (ABI.IsO32())
32 else if (ABI.IsN32() || ABI.IsN64())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h71 enum class ABI { class in namespace:llvm::coro
120 coro::ABI ABI; member in struct:llvm::coro::Shape
170 assert(ABI == coro::ABI::Switch);
175 assert(ABI == coro::ABI::Retcon ||
176 ABI == coro::ABI::RetconOnce);
181 assert(ABI
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dattr-gnu-8-23.d5 #error: .* uses AltiVec vector ABI, .* uses SPE vector ABI
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dpr18815.d8 OS/ABI: UNIX - GNU
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-ifunc/
H A Difunc-26.d7 +OS/ABI: +UNIX - (GNU|FreeBSD)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dpr18815.d8 OS/ABI: UNIX - GNU
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xtensa/
H A Dabi-call0.d6 .*ABI=1.*
H A Dabi-windowed.d6 .*ABI=0.*
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dattr-gnu-4-0.d5 MIPS ABI Flags Version: 0
11 FP ABI: Hard or soft float
H A Delf_ase_micromips.d9 MIPS ABI Flags Version: 0
15 FP ABI: Hard float \(double precision\)
H A Delf_ase_mips16.d9 MIPS ABI Flags Version: 0
15 FP ABI: Hard float \(double precision\)
H A Delf_mach_5900.d11 MIPS ABI Flags Version: 0
17 FP ABI: .*
H A Dmodule-mfp32.d9 MIPS ABI Flags Version: 0
15 FP ABI: Hard float \(double precision\)
H A Dmodule-msingle-float.d9 MIPS ABI Flags Version: 0
15 FP ABI: Hard float \(single precision\)
H A Dmodule-msoft-float.d9 MIPS ABI Flags Version: 0
15 FP ABI: Soft float
H A Dodd-spreg.d11 MIPS ABI Flags Version: 0
17 FP ABI: .*
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Deabi-hard-float.d7 # Check that we set the hard-float ABI flag directly
11 Flags: 0x5000400, Version5 EABI, hard-float ABI
H A Deabi-soft-float.d7 # Check that we set the soft-float ABI flag directly
11 Flags: 0x5000200, Version5 EABI, soft-float ABI
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dattr-gnu-4-00.d6 MIPS ABI Flags Version: 0
12 FP ABI: Hard or soft float
H A Dattr-gnu-4-09.d10 MIPS ABI Flags Version: 0
16 FP ABI: \?\?\? \(9\)
H A Dattr-gnu-4-30.d10 MIPS ABI Flags Version: 0
16 FP ABI: Soft float
H A Dattr-gnu-4-33.d10 MIPS ABI Flags Version: 0
16 FP ABI: Soft float
H A Dattr-gnu-8-12.d4 #warning: warning: .* uses -mmsa \(set by .*\), .* uses unknown MSA ABI 2
H A Dattr-gnu-8-21.d4 #warning: warning: .* uses unknown MSA ABI 2 \(set by .*\), .* uses -mmsa

Completed in 143 milliseconds

1234567891011>>