3 * total frame size <= 512.
4 * number of callee-save reg >= 2.
5 * optimized code should use "stp !" for stack adjustment. */
8 /* { dg-options "-O2 --save-temps" } */
10 #include "test_frame_common.h"
12 t_frame_pattern (test11
, 400, )
15 /* { dg-final { scan-assembler-times "stp\tx29, x30, \\\[sp, -\[0-9\]+\\\]!" 2 } } */