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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h623 #define PREFERRED_STACK_BOUNDARY ix86_preferred_stack_boundary
630 (ix86_preferred_stack_boundary > STACK_BOUNDARY && !TARGET_64BIT)
2190 extern unsigned int ix86_preferred_stack_boundary;
H A Di386.c1322 unsigned int ix86_preferred_stack_boundary; variable
2252 ix86_preferred_stack_boundary = 128;
2260 ix86_preferred_stack_boundary = (1 << i) * BITS_PER_UNIT;

Completed in 93 milliseconds