Searched refs:RDRAND (Results 1 – 18 of 18) sorted by relevance
| /freebsd-14.2/sys/contrib/xen/arch-x86/ |
| H A D | cpufeatureset.h | 152 XEN_CPUFEATURE(RDRAND, 1*32+30) /*!A Digital Random Number Generator */
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86IntrinsicsInfo.h | 24 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST, XGETBV, ADX, FPCLASSS, enumerator 313 X86_INTRINSIC_DATA(rdrand_16, RDRAND, X86ISD::RDRAND, 0), 314 X86_INTRINSIC_DATA(rdrand_32, RDRAND, X86ISD::RDRAND, 0), 315 X86_INTRINSIC_DATA(rdrand_64, RDRAND, X86ISD::RDRAND, 0),
|
| H A D | X86ISelLowering.h | 673 RDRAND, enumerator
|
| H A D | X86InstrFragments.td | 147 def X86rdrand : SDNode<"X86ISD::RDRAND", SDTX86rdrand,
|
| H A D | X86SchedHaswell.td | 765 // RDRAND.
|
| H A D | X86.td | 231 "Support RDRAND instruction">;
|
| H A D | X86SchedAlderlakeP.td | 1895 def : InstRW<[ADLPWriteResGroup203], (instregex "^RDRAND(32|64)r$")>;
|
| H A D | X86InstrMisc.td | 1125 // RDRAND Instruction
|
| H A D | X86SchedSapphireRapids.td | 2220 def : InstRW<[SPRWriteResGroup207], (instregex "^RDRAND(32|64)r$")>;
|
| H A D | X86ISelLowering.cpp | 26919 case RDRAND: { in LowerINTRINSIC_W_CHAIN() 33350 NODE_NAME_CASE(RDRAND) in getTargetNodeName() 45561 if ((Op.getOpcode() != X86ISD::RDRAND && in checkBoolTestSetCCCombine()
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_ia32cap.pod | 60 =item bit #62 denoting availability of RDRAND instruction;
|
| H A D | OPENSSL_init_crypto.pod | 125 RDRAND engine (if available). This not a default option and is deprecated
|
| /freebsd-14.2/sys/contrib/libsodium/ |
| H A D | configure.ac | 524 AC_MSG_CHECKING(for RDRAND) 527 # error NativeClient detected - Avoiding RDRAND opcodes
|
| H A D | ChangeLog | 22 support for thread-local storage, optionally mixes bits from RDRAND.
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | INSTALL.md | 458 Use the `RDSEED` or `RDRAND` command if provided by the CPU. 834 Don't use hardware RDRAND capabilities.
|
| H A D | CHANGES.md | 8185 - x86[_64]: AES-NI, PCLMULQDQ, RDRAND support;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsX86.def | 641 // RDRAND
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsX86.td | 2796 // RDRAND intrinsics - Return a random value and whether it is valid.
|