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

/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dbpabi.h27 #define TARGET_BPABI (TARGET_AAPCS_BASED) macro
42 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) TARGET_BPABI
45 #define TARGET_LIB_INT_CMP_BIASED !TARGET_BPABI
H A Darm.h200 /* True iff the full BPABI is being used. If TARGET_BPABI is true,
202 hold. TARGET_BPABI implies the use of the BPABI runtime library,
204 #ifndef TARGET_BPABI
205 #define TARGET_BPABI false
203 #define TARGET_BPABI macro
H A Darm.c754 if (!TARGET_BPABI)
14497 if (TARGET_BPABI)

Completed in 171 milliseconds