Lines Matching refs:cpp_define
302 if (AVR_HAVE_RAMPD) cpp_define (pfile, "__AVR_HAVE_RAMPD__"); in avr_cpu_cpp_builtins()
303 if (AVR_HAVE_RAMPX) cpp_define (pfile, "__AVR_HAVE_RAMPX__"); in avr_cpu_cpp_builtins()
304 if (AVR_HAVE_RAMPY) cpp_define (pfile, "__AVR_HAVE_RAMPY__"); in avr_cpu_cpp_builtins()
305 if (AVR_HAVE_RAMPZ) cpp_define (pfile, "__AVR_HAVE_RAMPZ__"); in avr_cpu_cpp_builtins()
306 if (AVR_HAVE_ELPM) cpp_define (pfile, "__AVR_HAVE_ELPM__"); in avr_cpu_cpp_builtins()
307 if (AVR_HAVE_ELPMX) cpp_define (pfile, "__AVR_HAVE_ELPMX__"); in avr_cpu_cpp_builtins()
308 if (AVR_HAVE_MOVW) cpp_define (pfile, "__AVR_HAVE_MOVW__"); in avr_cpu_cpp_builtins()
309 if (AVR_HAVE_LPMX) cpp_define (pfile, "__AVR_HAVE_LPMX__"); in avr_cpu_cpp_builtins()
312 cpp_define (pfile, "__AVR_ASM_ONLY__"); in avr_cpu_cpp_builtins()
315 cpp_define (pfile, "__AVR_ENHANCED__"); in avr_cpu_cpp_builtins()
316 cpp_define (pfile, "__AVR_HAVE_MUL__"); in avr_cpu_cpp_builtins()
320 cpp_define (pfile, "__AVR_HAVE_JMP_CALL__"); in avr_cpu_cpp_builtins()
323 cpp_define (pfile, "__AVR_MEGA__"); in avr_cpu_cpp_builtins()
326 cpp_define (pfile, "__AVR_SHORT_CALLS__"); in avr_cpu_cpp_builtins()
329 cpp_define (pfile, "__AVR_XMEGA__"); in avr_cpu_cpp_builtins()
333 cpp_define (pfile, "__AVR_TINY__"); in avr_cpu_cpp_builtins()
354 cpp_define (pfile, "__AVR_HAVE_EIJMP_EICALL__"); in avr_cpu_cpp_builtins()
355 cpp_define (pfile, "__AVR_3_BYTE_PC__"); in avr_cpu_cpp_builtins()
359 cpp_define (pfile, "__AVR_2_BYTE_PC__"); in avr_cpu_cpp_builtins()
363 cpp_define (pfile, "__AVR_HAVE_8BIT_SP__"); in avr_cpu_cpp_builtins()
365 cpp_define (pfile, "__AVR_HAVE_16BIT_SP__"); in avr_cpu_cpp_builtins()
368 cpp_define (pfile, "__AVR_HAVE_SPH__"); in avr_cpu_cpp_builtins()
370 cpp_define (pfile, "__AVR_SP8__"); in avr_cpu_cpp_builtins()
373 cpp_define (pfile, "__NO_INTERRUPTS__"); in avr_cpu_cpp_builtins()
377 cpp_define (pfile, "__AVR_ERRATA_SKIP__"); in avr_cpu_cpp_builtins()
380 cpp_define (pfile, "__AVR_ERRATA_SKIP_JMP_CALL__"); in avr_cpu_cpp_builtins()
384 cpp_define (pfile, "__AVR_ISA_RMW__"); in avr_cpu_cpp_builtins()
390 cpp_define (pfile, "__WITH_AVRLIBC__"); in avr_cpu_cpp_builtins()
396 cpp_define (pfile, "__WITH_LIBF7_LIBGCC__"); in avr_cpu_cpp_builtins()
400 cpp_define (pfile, "__WITH_LIBF7_MATH__"); in avr_cpu_cpp_builtins()
404 cpp_define (pfile, "__WITH_LIBF7_MATH_SYMBOLS__"); in avr_cpu_cpp_builtins()
410 cpp_define (pfile, "__HAVE_DOUBLE_MULTILIB__"); in avr_cpu_cpp_builtins()
414 cpp_define (pfile, "__HAVE_DOUBLE64__"); in avr_cpu_cpp_builtins()
418 cpp_define (pfile, "__HAVE_DOUBLE32__"); in avr_cpu_cpp_builtins()
422 cpp_define (pfile, "__DEFAULT_DOUBLE__=64"); in avr_cpu_cpp_builtins()
424 cpp_define (pfile, "__DEFAULT_DOUBLE__=32"); in avr_cpu_cpp_builtins()
432 cpp_define (pfile, "__HAVE_LONG_DOUBLE_MULTILIB__"); in avr_cpu_cpp_builtins()
436 cpp_define (pfile, "__HAVE_LONG_DOUBLE64__"); in avr_cpu_cpp_builtins()
440 cpp_define (pfile, "__HAVE_LONG_DOUBLE32__"); in avr_cpu_cpp_builtins()
444 cpp_define (pfile, "__HAVE_LONG_DOUBLE_IS_DOUBLE__"); in avr_cpu_cpp_builtins()
448 cpp_define (pfile, "__DEFAULT_LONG_DOUBLE__=64"); in avr_cpu_cpp_builtins()
450 cpp_define (pfile, "__DEFAULT_LONG_DOUBLE__=32"); in avr_cpu_cpp_builtins()
490 cpp_define (pfile, avr_toupper (Name, name)); in avr_cpu_cpp_builtins()
498 cpp_define (pfile, "__BUILTIN_AVR_" #NAME); in avr_cpu_cpp_builtins()
506 cpp_define (pfile, "__INT24_MIN__=(-__INT24_MAX__-1)"); in avr_cpu_cpp_builtins()