OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_SSE4_2
(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/
insn-flags.h
348
#define HAVE_sse4_2_crc32qi (
TARGET_SSE4_2
|| TARGET_CRC32)
349
#define HAVE_sse4_2_crc32hi (
TARGET_SSE4_2
|| TARGET_CRC32)
350
#define HAVE_sse4_2_crc32si (
TARGET_SSE4_2
|| TARGET_CRC32)
351
#define HAVE_sse4_2_crc32di (TARGET_64BIT && (
TARGET_SSE4_2
|| TARGET_CRC32))
631
#define HAVE_sse4_2_gtv2di3 (
TARGET_SSE4_2
)
[
all
...]
/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
51
#define
TARGET_SSE4_2
TARGET_ISA_SSE4_2
[
all
...]
Completed in 159 milliseconds