Lines Matching refs:builtin_define

27       builtin_define ("__NO_LEADING_UNDERSCORES__");	\
28 builtin_define ("__GP_SUPPORT__"); \
30 builtin_define ("__LONG64"); \
33 builtin_define ("__mips_abicalls"); \
37 builtin_define ("__mips_n32"); \
38 builtin_define ("_ABIN32=2"); \
39 builtin_define ("_MIPS_SIM=_ABIN32"); \
40 builtin_define ("_MIPS_SZLONG=32"); \
41 builtin_define ("_MIPS_SZPTR=32"); \
45 builtin_define ("__mips_n64"); \
46 builtin_define ("_ABI64=3"); \
47 builtin_define ("_MIPS_SIM=_ABI64"); \
48 builtin_define ("_MIPS_SZLONG=64"); \
49 builtin_define ("_MIPS_SZPTR=64"); \
53 builtin_define ("__mips_o64"); \
54 builtin_define ("_ABIO64=4"); \
55 builtin_define ("_MIPS_SIM=_ABIO64"); \
56 builtin_define ("_MIPS_SZLONG=64"); \
57 builtin_define ("_MIPS_SZPTR=64"); \
61 builtin_define ("__mips_eabi"); \
62 builtin_define ("_ABIEMB=5"); \
63 builtin_define ("_MIPS_SIM=_ABIEMB"); \
65 builtin_define ("_MIPS_SZLONG=64"); \
67 builtin_define ("_MIPS_SZLONG=32"); \
69 builtin_define ("_MIPS_SZPTR=64"); \
71 builtin_define ("_MIPS_SZPTR=32"); \
75 builtin_define ("__mips_o32"); \
76 builtin_define ("_ABIO32=1"); \
77 builtin_define ("_MIPS_SIM=_ABIO32"); \
78 builtin_define ("_MIPS_SZLONG=32"); \
79 builtin_define ("_MIPS_SZPTR=32"); \
82 builtin_define ("_MIPS_FPSET=32"); \
84 builtin_define ("_MIPS_FPSET=16"); \
86 builtin_define ("_MIPS_SZINT=32"); \
102 builtin_define ("__mips__"); \
103 builtin_define ("_mips"); \
107 builtin_define ("__mips64"); \
110 builtin_define ("__mips_fpr=64"); \
112 builtin_define ("__mips_fpr=32"); \
115 builtin_define ("__mips16"); \
121 builtin_define ("__mips=1"); \
123 builtin_define ("__mips=2"); \
125 builtin_define ("__mips=3"); \
127 builtin_define ("__mips=4"); \
130 builtin_define ("__mips=32"); \
132 builtin_define ("__mips=64"); \
138 builtin_define ("__mips_hard_float"); \
140 builtin_define ("__mips_soft_float"); \
143 builtin_define ("__mips_single_float"); \
146 builtin_define ("__MIPSEB__"); \
148 builtin_define ("__MIPSEL__"); \
151 builtin_define ("__OCTEON__"); \
154 builtin_define ("__mips_popcount"); \