Lines Matching refs:RDSEED
14378 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST
14461 IntrinsicData(RDSEED, X86ISD::RDSEED, 0)));
14463 IntrinsicData(RDSEED, X86ISD::RDSEED, 0)));
14465 IntrinsicData(RDSEED, X86ISD::RDSEED, 0)));
14488 case RDSEED:
14494 // If the value returned by RDRAND/RDSEED was valid (CF=1), return 1.
16631 case X86ISD::RDSEED: return "X86ISD::RDSEED";
19878 // A special case for rdrand/rdseed, where 0 is set if false cond is
19881 Op.getOpcode() != X86ISD::RDSEED) || Op.getResNo() != 0)