Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/arch-x86/
H A Dcpufeatureset.h152 XEN_CPUFEATURE(RDRAND, 1*32+30) /*!A Digital Random Number Generator */
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h28 RDRAND, enumerator
332 X86_INTRINSIC_DATA(rdrand_16, RDRAND, X86ISD::RDRAND, 0),
333 X86_INTRINSIC_DATA(rdrand_32, RDRAND, X86ISD::RDRAND, 0),
334 X86_INTRINSIC_DATA(rdrand_64, RDRAND, X86ISD::RDRAND, 0),
H A DX86ISelLowering.h763 RDRAND, enumerator
H A DX86InstrFragments.td160 def X86rdrand : SDNode<"X86ISD::RDRAND", SDTX86rdrand,
H A DX86SchedHaswell.td774 // RDRAND.
H A DX86.td211 "Support RDRAND instruction">;
H A DX86SchedAlderlakeP.td1899 def : InstRW<[ADLPWriteResGroup203], (instregex "^RDRAND(32|64)r$")>;
H A DX86InstrMisc.td1133 // RDRAND Instruction
H A DX86SchedSapphireRapids.td2225 def : InstRW<[SPRWriteResGroup207], (instregex "^RDRAND(32|64)r$")>;
H A DX86ISelLowering.cpp28087 case RDRAND: { in LowerINTRINSIC_W_CHAIN()
35164 NODE_NAME_CASE(RDRAND) in getTargetNodeName()
48437 if ((Op.getOpcode() != X86ISD::RDRAND && in checkBoolTestSetCCCombine()
/freebsd/sys/contrib/libsodium/
H A Dconfigure.ac524 AC_MSG_CHECKING(for RDRAND)
527 # error NativeClient detected - Avoiding RDRAND opcodes
H A DChangeLog22 support for thread-local storage, optionally mixes bits from RDRAND.
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod75 =item bit #0+62 denoting availability of RDRAND instruction;
H A DOPENSSL_init_crypto.pod125 RDRAND engine (if available). This not a default option and is deprecated
/freebsd/crypto/openssl/
H A DINSTALL.md510 Use the `RDSEED` or `RDRAND` command on x86 or `RNDRRS` command on aarch64
976 Don't use hardware RDRAND capabilities.
H A DCHANGES.md10526 - x86[_64]: AES-NI, PCLMULQDQ, RDRAND support;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsX86.td2717 // RDRAND intrinsics - Return a random value and whether it is valid.