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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dfunction.c89 #define FLOOR_ROUND(VALUE,ALIGN) ((VALUE) & ~((ALIGN) - 1)) macro
388 = (FLOOR_ROUND (frame_offset - frame_phase,
3712 FLOOR_ROUND (offset_ptr->constant + sp_offset, boundary_in_bytes);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dfunction.c88 #define FLOOR_ROUND(VALUE,ALIGN) ((VALUE) & ~((ALIGN) - 1)) macro
449 = (FLOOR_ROUND (function->x_frame_offset - frame_phase,
3477 FLOOR_ROUND (offset_ptr->constant + sp_offset, boundary_in_bytes);

Completed in 171 milliseconds