Searched refs:RDSEED (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpufeatureset.h | 214 XEN_CPUFEATURE(RDSEED, 5*32+18) /*A RDSEED instruction */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 27 RDSEED, enumerator 331 X86_INTRINSIC_DATA(rdseed_16, RDSEED, X86ISD::RDSEED, 0), 332 X86_INTRINSIC_DATA(rdseed_32, RDSEED, X86ISD::RDSEED, 0), 333 X86_INTRINSIC_DATA(rdseed_64, RDSEED, X86ISD::RDSEED, 0),
|
H A D | X86ISelLowering.h | 681 RDSEED, enumerator
|
H A D | X86InstrFragments.td | 168 def X86rdseed : SDNode<"X86ISD::RDSEED", SDTX86rdrand,
|
H A D | X86.td | 248 "Support RDSEED instruction">;
|
H A D | X86SchedAlderlakeP.td | 1915 def : InstRW<[ADLPWriteResGroup205], (instregex "^RDSEED(32|64)r$")>;
|
H A D | X86InstrMisc.td | 1148 // RDSEED Instruction
|
H A D | X86SchedSapphireRapids.td | 2234 def : InstRW<[SPRWriteResGroup209], (instregex "^RDSEED(32|64)r$")>;
|
H A D | X86ISelLowering.cpp | 27137 case RDSEED: in LowerINTRINSIC_W_CHAIN() 33888 NODE_NAME_CASE(RDSEED) in getTargetNodeName() 46686 Op.getOpcode() != X86ISD::RDSEED) || Op.getResNo() != 0) in checkBoolTestSetCCCombine()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_ia32cap.pod | 102 =item bit #64+18 denoting availability of RDSEED instruction;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 217 X86_FEATURE_COMPAT(RDSEED, "rdseed", 0)
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 458 Use the `RDSEED` or `RDRAND` command if provided by the CPU.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 648 // RDSEED
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsX86.td | 2718 // RDSEED intrinsics - Return a NIST SP800-90B & C compliant random value and
|