Searched refs:APCS (Results 1 – 7 of 7) sorted by relevance
1 ; RUN: llc -mtriple=arm-linux-gnu < %s | FileCheck %s --check-prefix=APCS3 ; RUN: FileCheck %s --check-prefix=APCS5 ; RUN: FileCheck %s --check-prefix=APCS13 ; The stack is 8 byte aligned on AAPCS and 4 on APCS, so we should get a BIC14 ; only on APCS.17 ; APCS: sub sp, sp, #818 ; APCS: bic sp, sp, #7
3 ; This checks that alignments greater than 4 are respected by APCS5 ; simplifying refactoring; at the time of writing there were no actual APCS
21 // ARM APCS Calling Convention59 // ARM APCS Calling Convention for FastCC (when VFP2 or later is available)86 // ARM APCS Calling Convention for GHC
17 // ARM APCS Calling Convention68 // ARM APCS Calling Convention for FastCC (when VFP2 or later is available)102 // ARM APCS Calling Convention for GHC
29 CFLAGS = -c $(DLKFLAG) -DRISCOS -DHAVE_CONFIG_H -wadP -throwback -APCS 3/32bit/fpe3389 ObjAsm -APCS 3/32bit s.linktab o.linktab
4985 APCS = 0, enumerator5109 if (ABI == ARMABIInfo::APCS) in setTargetAttributes()5182 case APCS: return llvm::CallingConv::ARM_APCS; in getABIDefaultCC()5203 case APCS: in setCCs()5467 if (getABIKind() == APCS) { in classifyReturnType()7994 Kind = ARMABIInfo::APCS; in getTargetCodeGenInfo()
4117 * src/arm/sysv.S (ffi_call_SYSV): Rework to avoid use of APCS register