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

/haiku-buildtools/legacy/gcc/gcc/config/v850/
H A Dv850.c1540 unsigned int actual_fsize;
1550 actual_fsize = compute_frame_size (size, &reg_saved);
1557 actual_fsize -= INTERRUPT_FIXED_SAVE_SIZE;
1560 actual_fsize -= INTERRUPT_ALL_SAVE_SIZE;
1604 if (TARGET_PROLOG_FUNCTION && num_save > 0 && actual_fsize >= default_stack)
1607 int unalloc_stack = actual_fsize - alloc_stack;
1615 if (TARGET_EP && num_save > 3 && (unsigned)actual_fsize < 255)
1620 save_normal_len += CONST_OK_FOR_J (actual_fsize) ? 2 : 4;
1657 actual_fsize -= alloc_stack;
1685 if (actual_fsize
1525 unsigned int actual_fsize; local
1735 unsigned int actual_fsize = compute_frame_size (size, &reg_saved); local
[all...]
/haiku-buildtools/gcc/gcc/config/v850/
H A Dv850.c1684 unsigned int actual_fsize;
1693 actual_fsize = compute_frame_size (size, &reg_saved);
1696 current_function_static_stack_size = actual_fsize;
1706 actual_fsize -= INTERRUPT_FIXED_SAVE_SIZE;
1709 actual_fsize -= INTERRUPT_ALL_SAVE_SIZE;
1728 increment_stack (- (actual_fsize + crtl->args.pretend_args_size), true);
1729 actual_fsize = 0;
1744 if (use_prolog_function (num_save, actual_fsize))
1789 actual_fsize -= alloc_stack;
1815 if (actual_fsize
1677 unsigned int actual_fsize; local
1860 int actual_fsize = compute_frame_size (size, &reg_saved); local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/i960/
H A Di960.c1233 int actual_fsize;
1238 actual_fsize = (size + 15) & -16;
1239 actual_fsize += (outgoing_args_size + 15) & -16;
1241 return actual_fsize;
1343 int actual_fsize, offset;
1427 actual_fsize = compute_frame_size (size) + rsize;
1437 actual_fsize = (actual_fsize + 15) & ~0xF;
1441 if (actual_fsize > 0)
1443 if (actual_fsize < 3
1227 int actual_fsize; local
1337 int actual_fsize, offset; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c62 static int actual_fsize; variable
2216 return (actual_fsize == 0);
3070 actual_fsize = apparent_fsize = 0;
3078 actual_fsize = apparent_fsize + ((outgoing_args_size + 7) & -8);
3086 actual_fsize += (16 * UNITS_PER_WORD) + (TARGET_ARCH64 ? 0 : 8);
3088 return SPARC_STACK_ALIGN (actual_fsize);
3130 /* Need to use actual_fsize, since we are also allocating
3132 actual_fsize = compute_frame_size (size, leaf_function);
3137 frame_base_offset = actual_fsize + SPARC_STACK_BIAS;
3148 if (actual_fsize
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.c2571 static int actual_fsize;
2636 fprintf (file, "\t.CALLINFO FRAME=%d", actual_fsize);
2703 actual_fsize = compute_frame_size (size, &save_fregs);
2707 size_rtx = GEN_INT (actual_fsize);
2720 No need to screw with counting actual_fsize operations -- they're
2800 if (actual_fsize)
2806 into the stack at sp+actual_fsize and at the same time update
2807 the stack pointer by actual_fsize bytes. Two versions, first
2812 if (VAL_14_BITS_P (actual_fsize))
2825 actual_fsize
2562 static int actual_fsize; variable
[all...]
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa.c3594 static HOST_WIDE_INT actual_fsize, local_fsize;
3837 fprintf (file, "\t.CALLINFO FRAME=" HOST_WIDE_INT_PRINT_DEC, actual_fsize);
3897 actual_fsize = pa_compute_frame_size (size, &save_fregs);
3899 current_function_static_stack_size = actual_fsize;
3916 if (actual_fsize != 0)
3923 pointer by actual_fsize bytes. Two versions, first
3934 if (VAL_14_BITS_P (actual_fsize))
3935 store_reg_modify (STACK_POINTER_REGNUM, 1, actual_fsize);
3945 HOST_WIDE_INT adjust2 = actual_fsize - adjust1;
3986 if (VAL_14_BITS_P (actual_fsize)
3582 static HOST_WIDE_INT actual_fsize, local_fsize; variable
[all...]

Completed in 201 milliseconds