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

/haiku-buildtools/legacy/gcc/gcc/config/i860/
H A Di860.c1650 #ifndef STACK_ALIGNMENT
1651 #define STACK_ALIGNMENT 16
1688 frame_lower_bytes = (local_bytes + STACK_ALIGNMENT - 1) & -STACK_ALIGNMENT;
1699 = (frame_upper_bytes + STACK_ALIGNMENT - 1) & -STACK_ALIGNMENT;
2006 frame_lower_bytes = (local_bytes + STACK_ALIGNMENT - 1) & -STACK_ALIGNMENT;
2026 = (frame_upper_bytes + STACK_ALIGNMENT - 1) & -STACK_ALIGNMENT;
1640 #define STACK_ALIGNMENT macro
[all...]

Completed in 51 milliseconds