Searched refs:ELFv2 (Results 1 – 11 of 11) sorted by relevance
3 …mtriple=powerpc64-unknown-linux-gnu -target-abi elfv2 < %s | FileCheck %s -check-prefix=CHECK-ELFv24 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s -check-prefix=CHECK-ELFv26 …riple=powerpc64le-unknown-linux-gnu -target-abi elfv2 < %s | FileCheck %s -check-prefix=CHECK-ELFv28 ; CHECK-ELFv2: .abiversion 2
3 …e=powerpc64le-unknown-linux-gnu -verify-machineinstrs < %s | FileCheck %s -check-prefix=PPC64-ELFv270 ; PPC64-ELFv2-LABEL: @cloberOneNvCrField71 ; PPC64-ELFv2: mfocrf [[REG1:[0-9]+]], 3280 ; PPC64-ELFv2-LABEL: @cloberAllNvCrField81 ; PPC64-ELFv2: mfcr [[REG1:[0-9]+]]
58 // only the ELFv2 ABI fully utilizes all these registers.67 // ELFv2 ABI fully utilizes all these registers.
130 * Enable sibling call optimization on ppc64 ELFv1/ELFv2 abi
234 as a parameter save area on ELFv2.252 * README (tested): Mention PowerPC ELFv2.262 test to select parameter save sizing for ELFv2 vs. ELFv1.265 (FFI_TRAMPOLINE_SIZE): Define variant for ELFv2.268 (ffi_prep_args64): Adjust start of param save area for ELFv2.270 (ffi_prep_cif_machdep_core): Adjust space calculation for ELFv2.271 Handle ELFv2 return values. Set FLAG_ARG_NEEDS_PSAVE. Handle273 (ffi_call): Increase size of smst_buffer for ELFv2. Handle ELFv2.274 (flush_icache): Compile for ELFv2.275 (ffi_prep_closure_loc): Set up ELFv2 trampoline.[all …]
85 | PowerPC 64-bit | Linux ELFv2 | GCC |
1433 linked with ELFv2 objects, so this is one case where preprocessor1443 linked with ELFv2 objects, so this is one case where preprocessor1490 This patch prepares for ELFv2, where sizes of these areas change. It1502 mandated area. ELFv2 needs this change since the parameter save area
3883 ELFv2 enumerator4055 if (!AlignAsType && Kind == ELFv2 && in getParamTypeAlignment()4238 if (Kind == ELFv2 && in classifyArgumentType()4304 if (Kind == ELFv2 && in classifyReturnType()4313 if (Kind == ELFv2 && Bits <= 2 * GPRBits) { in classifyReturnType()8014 Kind = PPC64_SVR4_ABIInfo::ELFv2; in getTargetCodeGenInfo()8022 PPC64_SVR4_ABIInfo::ABIKind Kind = PPC64_SVR4_ABIInfo::ELFv2; in getTargetCodeGenInfo()
130 module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
82 backends: Handle ARM THUMB functions. Add support for ppc64le ELFv2 abi.
289 - backends: Handle ARM THUMB functions. Add support for ppc64le ELFv2 abi.