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/ |
D | ARMCallingConv.td | 312 // 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/ |
D | AArch64RegisterInfo.cpp | 87 const MCPhysReg *CSRs = getCalleeSavedRegs(&MF); in UpdateCustomCalleeSavedRegs() local 89 for (const MCPhysReg *I = CSRs; *I; ++I) in UpdateCustomCalleeSavedRegs()
|
D | AArch64CallingConvention.td | 444 // 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/ |
D | MachineRegisterInfo.cpp | 644 void MachineRegisterInfo::setCalleeSavedRegs(ArrayRef<MCPhysReg> CSRs) { in setCalleeSavedRegs() argument 648 for (MCPhysReg Reg : CSRs) in setCalleeSavedRegs()
|
/third_party/mbedtls/docs/architecture/psa-migration/ |
D | psa-limitations.md | 153 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/ |
D | README.md | 48 - creation of X.509 certificates, CSRs and CRLs
|
/third_party/node/deps/openssl/openssl/ |
D | README-OpenSSL.md | 48 - creation of X.509 certificates, CSRs and CRLs
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVSystemOperands.td | 71 // User Floating-Point CSRs
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 244 void setCalleeSavedRegs(ArrayRef<MCPhysReg> CSRs);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 342 // CSRs that are handled by prologue, epilogue.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 1090 // CSRs that are handled by prologue, epilogue. 1093 // CSRs that are handled explicitly via copies.
|
D | X86InstrCompiler.td | 187 // ESI. It is only needed for 32-bit WinEH, as the runtime restores CSRs for us
|
/third_party/openssl/doc/man1/ |
D | openssl.pod | 28 o Creation of X.509 certificates, CSRs and CRLs
|
D | openssl-req.pod.in | 61 This command primarily creates and processes certificate requests (CSRs)
|
D | openssl-ca.pod.in | 73 It can be used to sign certificate requests (CSRs) in a variety of forms
|
/third_party/mbedtls/docs/ |
D | 3.0-migration-guide.md | 555 ### Change the API to allow adding critical extensions to CSRs
|
/third_party/mbedtls/ |
D | ChangeLog | 2323 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).
|