Searched refs:DEMAND_SAVE_VFP_D (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dunwind-arm.c89 #define DEMAND_SAVE_VFP_D 2 /* VFP state is for FLDMD/FSTMD if set */ macro
129 if (vrs->demand_save_flags & DEMAND_SAVE_VFP_D)
286 vrs->demand_save_flags |= DEMAND_SAVE_VFP_D;
292 vrs->demand_save_flags &= ~DEMAND_SAVE_VFP_D;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dunwind-arm.c89 #define DEMAND_SAVE_VFP_D 2 /* VFP state is for FLDMD/FSTMD if set */ macro
129 if (vrs->demand_save_flags & DEMAND_SAVE_VFP_D)
286 vrs->demand_save_flags |= DEMAND_SAVE_VFP_D;
292 vrs->demand_save_flags &= ~DEMAND_SAVE_VFP_D;

Completed in 72 milliseconds