ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Macros | Functions
rdseedintrin.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __DEFAULT_FN_ATTRS   __attribute__((__always_inline__, __nodebug__, __target__("rdseed")))
 

Functions

static __inline__ int __DEFAULT_FN_ATTRS _rdseed16_step (unsigned short *__p)
 
static __inline__ int __DEFAULT_FN_ATTRS _rdseed32_step (unsigned int *__p)
 

Macro Definition Documentation

◆ __DEFAULT_FN_ATTRS

#define __DEFAULT_FN_ATTRS   __attribute__((__always_inline__, __nodebug__, __target__("rdseed")))

Definition at line 18 of file rdseedintrin.h.

Function Documentation

◆ _rdseed16_step()

static __inline__ int __DEFAULT_FN_ATTRS _rdseed16_step ( unsigned short *  __p)
static

Definition at line 21 of file rdseedintrin.h.

References __p.

◆ _rdseed32_step()

static __inline__ int __DEFAULT_FN_ATTRS _rdseed32_step ( unsigned int __p)
static

Definition at line 27 of file rdseedintrin.h.

References __p.