Searched refs:RDRAND (Results 1 – 18 of 18) sorted by relevance
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpufeatureset.h | 152 XEN_CPUFEATURE(RDRAND, 1*32+30) /*!A Digital Random Number Generator */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 28 RDRAND, enumerator 328 X86_INTRINSIC_DATA(rdrand_16, RDRAND, X86ISD::RDRAND, 0), 329 X86_INTRINSIC_DATA(rdrand_32, RDRAND, X86ISD::RDRAND, 0), 330 X86_INTRINSIC_DATA(rdrand_64, RDRAND, X86ISD::RDRAND, 0),
|
H A D | X86ISelLowering.h | 677 RDRAND, enumerator
|
H A D | X86InstrFragments.td | 165 def X86rdrand : SDNode<"X86ISD::RDRAND", SDTX86rdrand,
|
H A D | X86SchedHaswell.td | 766 // RDRAND.
|
H A D | X86.td | 216 "Support RDRAND instruction">;
|
H A D | X86SchedAlderlakeP.td | 1901 def : InstRW<[ADLPWriteResGroup203], (instregex "^RDRAND(32|64)r$")>;
|
H A D | X86InstrMisc.td | 1133 // RDRAND Instruction
|
H A D | X86SchedSapphireRapids.td | 2220 def : InstRW<[SPRWriteResGroup207], (instregex "^RDRAND(32|64)r$")>;
|
H A D | X86ISelLowering.cpp | 27138 case RDRAND: { in LowerINTRINSIC_W_CHAIN() 33887 NODE_NAME_CASE(RDRAND) in getTargetNodeName() 46685 if ((Op.getOpcode() != X86ISD::RDRAND && in checkBoolTestSetCCCombine()
|
/freebsd/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/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/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/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 604 // RDRAND
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsX86.td | 2717 // RDRAND intrinsics - Return a random value and whether it is valid.
|