OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_CRC32
(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
68
#define
TARGET_CRC32
TARGET_ISA_CRC32
[
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
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
))
[
all
...]
Completed in 77 milliseconds