OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_SSE
(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
123
|| (
TARGET_SSE
&& (SFmode == TFmode)))
125
|| (
TARGET_SSE
&& (DFmode == TFmode)))
127
|| (
TARGET_SSE
&& (TFmode == TFmode)))
129
|| (
TARGET_SSE
&& (SFmode == TFmode)))
131
|| (
TARGET_SSE
&& (DFmode == TFmode)))
133
|| (
TARGET_SSE
&& (TFmode == TFmode)))
391
#define HAVE_sse_movntq (
TARGET_SSE
|| TARGET_3DNOW_A)
430
#define HAVE_mmx_pextrw (
TARGET_SSE
|| TARGET_3DNOW_A)
431
#define HAVE_mmx_pshufw_1 (
TARGET_SSE
|| TARGET_3DNOW_A)
433
#define HAVE_mmx_psadbw (
TARGET_SSE
|| TARGET_3DNOW_A
[
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
46
#define
TARGET_SSE
TARGET_ISA_SSE
208
(TARGET_64BIT &&
TARGET_SSE
? FPMATH_SSE : FPMATH_387)
464
#define TARGET_CMOVE (TARGET_CMOV ||
TARGET_SSE
|| TARGET_RDRND)
700
#define MIN_STACK_BOUNDARY (TARGET_64BIT ? (
TARGET_SSE
? 128 : 64) : 32)
[
all
...]
Completed in 1008 milliseconds