Searched refs:EABI (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 66 enum class EABI { enum 296 EABI EABIVersion = EABI::Default;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 254 static cl::opt<llvm::EABI> 255 EABIVersion("meabi", cl::desc("Set EABI type (default depends on triple):"), 256 cl::init(EABI::Default), 257 cl::values(clEnumValN(EABI::Default, "default", 258 "Triple default EABI version"), 259 clEnumValN(EABI::EABI4, "4", "EABI version 4"), 260 clEnumValN(EABI::EABI5, "5", "EABI version 5"), 261 clEnumValN(EABI::GNU, "gnu", "EABI GNU")));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 228 if (Options.EABIVersion == EABI::Default || in ARMBaseTargetMachine() 229 Options.EABIVersion == EABI::Unknown) { in ARMBaseTargetMachine() 236 this->Options.EABIVersion = EABI::GNU; in ARMBaseTargetMachine() 238 this->Options.EABIVersion = EABI::EABI5; in ARMBaseTargetMachine()
|
D | ARMSubtarget.h | 721 return (TargetTriple.getEnvironment() == Triple::EABI || in isTargetAEABI() 739 return (TargetTriple.getEnvironment() == Triple::EABI || in isTargetEHABICompatible()
|
D | ARMCallingConv.td | 126 // ARM AAPCS (EABI) Calling Convention, common parts 156 // ARM AAPCS (EABI) Calling Convention 201 // ARM AAPCS-VFP (EABI) Calling Convention
|
D | ARMISelLowering.cpp | 614 if (TM.Options.EABIVersion == EABI::EABI4 || in ARMTargetLowering() 615 TM.Options.EABIVersion == EABI::EABI5) { in ARMTargetLowering()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.1.rst | 36 - radv secure compile feature breaks compilation of RADV on armhf EABI 73 EABI and aarch64
|
D | 20.0.0.rst | 190 - radv secure compile feature breaks compilation of RADV on armhf EABI 2159 EABI and aarch64
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ARMTargetParser.cpp | 595 if (TT.getEnvironment() == Triple::EABI || in computeDefaultTargetABI() 615 case Triple::EABI: in computeDefaultTargetABI()
|
D | Triple.cpp | 229 case EABI: return "eabi"; in getEnvironmentTypeName() 529 .StartsWith("eabi", Triple::EABI) in parseEnvironment() 1643 case llvm::Triple::EABI: in getARMCPUForArch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 207 EABI, enumerator
|
/third_party/musl/porting/liteos_a/user/arch/arm/bits/ |
D | syscall.h.in | 386 /* OHOS customized syscalls, not compatible with ARM EABI */
|
/third_party/musl/ |
D | INSTALL | 50 * EABI, standard or hard-float VFP variant
|
/third_party/NuttX/ |
D | README.md | 1399 often get behind. For example, until recently there was no EABI support 1402 NOTE: For Cortex-M3/4, there are OABI and EABI versions of the buildroot 1404 the tools will be `arm-nuttx-elf-`; for the EABI toolchain the prefix will
|
D | ReleaseNotes | 2415 * ARM EABI: Fix stack alignment required for passing floating point values. 4376 - Added support for a generic ARM, ARMv6-M and ARMv7-M Windows EABI 14224 - Set EABI stack alignment for all ARM architectures (remove OABI 26875 no longer used but they are all equivalent to the standard ARM EABI 26877 are still supported, but now just as generic EABI toolchains).
|
/third_party/libffi/ |
D | ChangeLog | 9149 Add missing UNWIND entry; disables .pad on non-EABI targets.
|