OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_POPCNT
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h
65
#define
TARGET_POPCNT
TARGET_ISA_POPCNT
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
insn-flags.h
188
#define HAVE_popcounthi2 (
TARGET_POPCNT
)
189
#define HAVE_popcountsi2 (
TARGET_POPCNT
)
190
#define HAVE_popcountdi2 ((
TARGET_POPCNT
) && (TARGET_64BIT))
192
#define HAVE_paritydi2_cmp (!
TARGET_POPCNT
)
193
#define HAVE_paritysi2_cmp (!
TARGET_POPCNT
)
[
all
...]
Completed in 148 milliseconds