OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_64BIT
(Results
1 - 7
of
7
) 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/
mingw-stdint.h
49
#define INTPTR_TYPE (
TARGET_64BIT
? "long long int" : "int")
50
#define UINTPTR_TYPE (
TARGET_64BIT
? "long long unsigned int" : "unsigned int")
cygming.h
56
#define DEFAULT_ABI (
TARGET_64BIT
? MS_ABI : SYSV_ABI)
60
#define USER_LABEL_PREFIX (
TARGET_64BIT
? "" : "_")
63
#define LOCAL_LABEL_PREFIX (
TARGET_64BIT
? "." : "")
71
#define LPREFIX (
TARGET_64BIT
? ".L" : "L")
77
(
TARGET_64BIT
? dbx64_register_map[n] \
86
(
TARGET_64BIT
? dbx64_register_map[(n)] \
91
#define DWARF_FRAME_REGISTERS (
TARGET_64BIT
? 33 : 17)
126
if (!
TARGET_64BIT
) \
171
#define SIZE_TYPE (
TARGET_64BIT
? "long long unsigned int" : "unsigned int")
172
#define PTRDIFF_TYPE (
TARGET_64BIT
? "long long int" : "int"
[
all
...]
i386.h
42
#define
TARGET_64BIT
TARGET_ISA_64BIT
208
(
TARGET_64BIT
&& TARGET_SSE ? FPMATH_SSE : FPMATH_387)
216
#undef
TARGET_64BIT
218
#define
TARGET_64BIT
1
220
#define
TARGET_64BIT
0
224
#undef
TARGET_64BIT
226
#define
TARGET_64BIT
1
228
#define
TARGET_64BIT
0
525
#define TARGET_64BIT_MS_ABI (
TARGET_64BIT
&& ix86_cfun_abi () == MS_ABI)
528
#define TARGET_32BIT_MS_ABI (!
TARGET_64BIT
&& ix86_cfun_abi () == MS_ABI
[
all
...]
mingw32.h
47
if (
TARGET_64BIT
&& ix86_abi == MS_ABI) \
/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
10
#define HAVE_swapdi (
TARGET_64BIT
)
12
#define HAVE_zero_extendqidi2 (
TARGET_64BIT
)
13
#define HAVE_zero_extendhidi2 (
TARGET_64BIT
)
17
#define HAVE_extendsidi2_1 (!
TARGET_64BIT
)
18
#define HAVE_extendqidi2 (
TARGET_64BIT
)
19
#define HAVE_extendhidi2 (
TARGET_64BIT
)
28
&& (!TARGET_FISTTP || TARGET_SSE_MATH)) && (
TARGET_64BIT
))
32
&& (!TARGET_FISTTP || TARGET_SSE_MATH)) && (
TARGET_64BIT
))
36
&& (
TARGET_64BIT
|| HImode != DImode)) \
42
&& (
TARGET_64BIT
|| SImode != DImode))
[
all
...]
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx512fintrin.h
[
all
...]
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx512fintrin.h
[
all
...]
Completed in 1061 milliseconds