Home
last modified time | relevance | path

Searched refs:APCS (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/contrib/device-tree/Bindings/mailbox/
H A Dqcom,apcs-kpss-global.yaml7 title: Qualcomm APCS global block bindings
10 This binding describes the APCS "global" block found in various Qualcomm
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,aoss-qmp.txt39 in APCS for this client, as described in mailbox/mailbox.txt
H A Dqcom,glink.txt37 Definition: reference to the "rpm_hlos" mailbox in APCS, as described
H A Dqcom,smd.txt28 Definition: reference to the associated doorbell in APCS, as described
H A Dqcom,smp2p.txt23 Definition: reference to the associated doorbell in APCS, as described
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.td16 // ARM APCS Calling Convention
69 // ARM APCS Calling Convention for FastCC (when VFP2 or later is available)
105 // ARM APCS Calling Convention for GHC
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp6193 APCS = 0, enumerator
6338 if (ABI == ARMABIInfo::APCS) in setTargetAttributes()
6412 case APCS: return llvm::CallingConv::ARM_APCS; in getABIDefaultCC()
6708 if (getABIKind() == APCS) { in classifyReturnType()
11099 Kind = ARMABIInfo::APCS; in getTargetCodeGenInfo()