OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ix86_preferred_stack_boundary
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.h
48
extern unsigned int
ix86_preferred_stack_boundary
;
darwin.h
84
MAX (128,
ix86_preferred_stack_boundary
)
i386.h
738
#define PREFERRED_STACK_BOUNDARY
ix86_preferred_stack_boundary
2530
extern unsigned int
ix86_preferred_stack_boundary
;
i386-options.cc
2803
ix86_preferred_stack_boundary
= PREFERRED_STACK_BOUNDARY_DEFAULT;
2820
ix86_preferred_stack_boundary
3027
if (
ix86_preferred_stack_boundary
< 128
i386.cc
366
unsigned int
ix86_preferred_stack_boundary
;
variable
17414
&&
ix86_preferred_stack_boundary
< GET_MODE_ALIGNMENT (DImode))
18254
&&
ix86_preferred_stack_boundary
< 64
18362
if (TARGET_64BIT || align != 64 ||
ix86_preferred_stack_boundary
>= 64)
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.h
48
extern unsigned int
ix86_preferred_stack_boundary
;
darwin.h
84
MAX (128,
ix86_preferred_stack_boundary
)
i386-options.cc
2504
ix86_preferred_stack_boundary
= PREFERRED_STACK_BOUNDARY_DEFAULT;
2521
ix86_preferred_stack_boundary
2728
if (
ix86_preferred_stack_boundary
< 128
i386.h
718
#define PREFERRED_STACK_BOUNDARY
ix86_preferred_stack_boundary
2424
extern unsigned int
ix86_preferred_stack_boundary
;
i386.cc
354
unsigned int
ix86_preferred_stack_boundary
;
variable
16647
&&
ix86_preferred_stack_boundary
< GET_MODE_ALIGNMENT (DImode))
17474
&&
ix86_preferred_stack_boundary
< 64
17584
if (TARGET_64BIT || align != 64 ||
ix86_preferred_stack_boundary
>= 64)
Completed in 139 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026