Searched refs:TARGET_BPABI (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dbpabi.h31 #define TARGET_BPABI (TARGET_AAPCS_BASED) macro
51 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) TARGET_BPABI
54 #define TARGET_LIB_INT_CMP_BIASED !TARGET_BPABI
H A Darm.h368 /* True iff the full BPABI is being used. If TARGET_BPABI is true,
370 hold. TARGET_BPABI implies the use of the BPABI runtime library,
372 #ifndef TARGET_BPABI
373 #define TARGET_BPABI false
371 #define TARGET_BPABI macro
H A Darm.c2538 if (!TARGET_BPABI)
3836 && !TARGET_BPABI
28219 if (TARGET_BPABI)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Dbpabi.h31 #define TARGET_BPABI (TARGET_AAPCS_BASED) macro
51 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) TARGET_BPABI
54 #define TARGET_LIB_INT_CMP_BIASED !TARGET_BPABI
H A Darm.h365 /* True iff the full BPABI is being used. If TARGET_BPABI is true,
367 hold. TARGET_BPABI implies the use of the BPABI runtime library,
369 #ifndef TARGET_BPABI
370 #define TARGET_BPABI false
368 #define TARGET_BPABI macro
H A Darm.cc2570 if (!TARGET_BPABI)
3915 && !TARGET_BPABI
28519 if (TARGET_BPABI)

Completed in 262 milliseconds