Searched refs:RDRAND (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | isa.hpp | 66 bool RDRAND(void) { return CPU_Rep.f_1_ECX_[30]; } in RDRAND() function in InstructionSet
|
/external/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 24 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST, ADX, FPCLASS, FPCLASSS, enumerator 220 X86_INTRINSIC_DATA(rdrand_16, RDRAND, X86ISD::RDRAND, 0), 221 X86_INTRINSIC_DATA(rdrand_32, RDRAND, X86ISD::RDRAND, 0), 222 X86_INTRINSIC_DATA(rdrand_64, RDRAND, X86ISD::RDRAND, 0),
|
D | X86ISelLowering.h | 526 RDRAND, enumerator
|
D | X86.td | 174 "Support RDRAND instruction">;
|
D | X86SchedHaswell.td | 1061 // RDRAND. 1066 def : InstRW<[WriteRDRAND], (instregex "RDRAND(16|32|64)r")>;
|
D | X86InstrInfo.td | 147 def X86rdrand : SDNode<"X86ISD::RDRAND", SDTX86rdrand, 2113 // RDRAND Instruction
|
D | X86ISelLowering.cpp | 18396 case RDRAND: { in LowerINTRINSIC_W_CHAIN() 22273 case X86ISD::RDRAND: return "X86ISD::RDRAND"; in getTargetNodeName() 27103 if ((Op.getOpcode() != X86ISD::RDRAND && in checkBoolTestSetCCCombine()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86.td | 102 "Support RDRAND instruction">;
|
D | X86GenSubtargetInfo.inc | 74 { "rdrand", "Support RDRAND instruction", X86::FeatureRDRAND, 0ULL },
|
D | X86InstrInfo.td | 1336 // RDRAND Instruction
|
/external/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 36 …is seeded from one of the following entropy sources in preference order: RDRAND (on Intel chips), …
|
/external/clang/include/clang/Basic/ |
D | BuiltinsX86.def | 615 // RDRAND
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsX86.td | 4199 // RDRAND intrinsics - Return a random value and whether it is valid.
|
/external/valgrind/ |
D | NEWS | 390 353370 don't advertise RDRAND in cpuid for Core-i7-4910-like avx2 machine
|