HomeSort by: relevance | last modified time | path
    Searched defs:red_zone_size (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 548 #ifdef RED_ZONE_SIZE local
549 poly_int64 red_zone_size = RED_ZONE_SIZE;
551 poly_int64 red_zone_size = 0;
582 low_bound = sp_offset - red_zone_size - stack_boundary;
590 high_bound = sp_offset + red_zone_size + stack_boundary;
606 low_bound = - red_zone_size - stack_boundary;
614 high_bound = red_zone_size + stack_boundary;
builtins.cc 5524 #ifdef RED_ZONE_SIZE
5561 poly_int64 red_zone_size = RED_ZONE_SIZE;
5563 red_zone_size = -red_zone_size;
5565 stktop = plus_constant (ptr_mode, stktop, red_zone_size);
5560 poly_int64 red_zone_size = RED_ZONE_SIZE; local
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 548 #ifdef RED_ZONE_SIZE local
549 poly_int64 red_zone_size = RED_ZONE_SIZE;
551 poly_int64 red_zone_size = 0;
582 low_bound = sp_offset - red_zone_size - stack_boundary;
590 high_bound = sp_offset + red_zone_size + stack_boundary;
606 low_bound = - red_zone_size - stack_boundary;
614 high_bound = red_zone_size + stack_boundary;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 2526 #define RED_ZONE_SIZE 128
2680 int red_zone_size;
2663 int red_zone_size; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 2420 #define RED_ZONE_SIZE 128
2574 int red_zone_size;
2557 int red_zone_size; variable

Completed in 35 milliseconds