Home
last modified time | relevance | path

Searched refs:PCG_USE_INLINE_ASM (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dprng.h8 #define PCG_USE_INLINE_ASM 1 macro
/freebsd/sys/contrib/pcg-c/include/
H A Dpcg_variants.h62 #if PCG_USE_INLINE_ASM && defined(__clang__) && (defined(__x86_64__) || defined(__i386__)) in pcg_rotr_8()
72 #if PCG_USE_INLINE_ASM && defined(__clang__) && (defined(__x86_64__) || defined(__i386__)) in pcg_rotr_16()
82 #if PCG_USE_INLINE_ASM && defined(__clang__) && (defined(__x86_64__) || defined(__i386__)) in pcg_rotr_32()
92 #if 0 && PCG_USE_INLINE_ASM && defined(__clang__) && (defined(__x86_64__) || defined(__i386__)) in pcg_rotr_64()