Home
last modified time | relevance | path

Searched refs:CSRs (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallingConv.td312 // the order of CSRs in CSR_iOS.
316 // CSRs that are handled by prologue, epilogue.
319 // CSRs that are handled explicitly via copies.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp87 const MCPhysReg *CSRs = getCalleeSavedRegs(&MF); in UpdateCustomCalleeSavedRegs() local
89 for (const MCPhysReg *I = CSRs; *I; ++I) in UpdateCustomCalleeSavedRegs()
DAArch64CallingConvention.td444 // CSRs that are handled by prologue, epilogue.
448 // CSRs that are handled explicitly via copies.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp644 void MachineRegisterInfo::setCalleeSavedRegs(ArrayRef<MCPhysReg> CSRs) { in setCalleeSavedRegs() argument
648 for (MCPhysReg Reg : CSRs) in setCalleeSavedRegs()
/third_party/mbedtls/docs/architecture/psa-migration/
Dpsa-limitations.md153 objects (certificates, CRLs, CSRs). During parsing, the following properties
281 **Test CSRs:**
304 These CSRs are signed with a 2048-bit key. It appears that they are
/third_party/openssl/
DREADME.md48 - creation of X.509 certificates, CSRs and CRLs
/third_party/node/deps/openssl/openssl/
DREADME-OpenSSL.md48 - creation of X.509 certificates, CSRs and CRLs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVSystemOperands.td71 // User Floating-Point CSRs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h244 void setCalleeSavedRegs(ArrayRef<MCPhysReg> CSRs);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCallingConv.td342 // CSRs that are handled by prologue, epilogue.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallingConv.td1090 // CSRs that are handled by prologue, epilogue.
1093 // CSRs that are handled explicitly via copies.
DX86InstrCompiler.td187 // ESI. It is only needed for 32-bit WinEH, as the runtime restores CSRs for us
/third_party/openssl/doc/man1/
Dopenssl.pod28 o Creation of X.509 certificates, CSRs and CRLs
Dopenssl-req.pod.in61 This command primarily creates and processes certificate requests (CSRs)
Dopenssl-ca.pod.in73 It can be used to sign certificate requests (CSRs) in a variety of forms
/third_party/mbedtls/docs/
D3.0-migration-guide.md555 ### Change the API to allow adding critical extensions to CSRs
/third_party/mbedtls/
DChangeLog2323 extensions in CSRs and CRTs that caused these bitstrings to not be encoded
3275 encoded X.509 CSRs. The overflow could enable maliciously constructed CSRs
4196 modules (certificates, CRLs and CSRs).