Searched refs:IFUNC_NCOND (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libatomic/config/x86/
H A Dhost-config.h38 # define IFUNC_NCOND(N) (N == 16) macro
40 # define IFUNC_NCOND(N) (N == 8) macro
/haiku-buildtools/gcc/libatomic/
H A Dlibatomic_i.h232 /* We don't have IFUNC_NCOND until after host-config.h. */
234 # define IFUNC_NCOND(N) 0 macro
239 #elif defined(N) && IFUNC_NCOND(N)
240 # if IFUNC_NCOND(N) == 1
249 # elif IFUNC_NCOND(N) == 2
261 # elif IFUNC_NCOND(N) == 3
/haiku-buildtools/gcc/libatomic/config/linux/arm/
H A Dhost-config.h175 # define IFUNC_NCOND(N) (N == 8 ? 2 : 1) macro

Completed in 69 milliseconds