Searched refs:first_reg_offset (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/romp/
H A Dromp.h669 int first_reg_offset = (CUM).gregs; \
672 first_reg_offset += ROMP_ARG_SIZE (TYPE_MODE (TYPE), TYPE, 1); \
674 if (first_reg_offset > 4) \
675 first_reg_offset = 4; \
677 if (! NO_RTL && first_reg_offset != 4) \
679 (2 + first_reg_offset, \
682 first_reg_offset * 4)), \
683 4 - first_reg_offset, (4 - first_reg_offset) * UNITS_PER_WORD); \
684 PRETEND_SIZE = (4 - first_reg_offset) * UNITS_PER_WOR
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/a29k/
H A Da29k.h908 int first_reg_offset = (CUM); \
911 first_reg_offset += A29K_ARG_SIZE (TYPE_MODE (TYPE), TYPE, 1); \
913 if (first_reg_offset > 16) \
914 first_reg_offset = 16; \
916 if (! (NO_RTL) && first_reg_offset != 16) \
918 (R_AR (0) + first_reg_offset, \
920 16 - first_reg_offset, (16 - first_reg_offset) * UNITS_PER_WORD); \
921 PRETEND_SIZE = (16 - first_reg_offset) * UNITS_PER_WORD; \
/haiku-buildtools/legacy/gcc/gcc/config/arc/
H A Darc.c786 /* Note that first_reg_offset < MAX_ARC_PARM_REGS. */
787 int first_reg_offset = first_anon_arg;
789 int size = MAX_ARC_PARM_REGS - first_reg_offset;
798 move_block_from_reg (first_reg_offset, regblock,
799 MAX_ARC_PARM_REGS - first_reg_offset,
800 ((MAX_ARC_PARM_REGS - first_reg_offset)
803 *pretend_size = ((MAX_ARC_PARM_REGS - first_reg_offset + align_slop)
781 int first_reg_offset = first_anon_arg; local
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Drs6000.c1773 int first_reg_offset;
1799 first_reg_offset = next_cum.sysv_gregno - GP_ARG_MIN_REG;
1806 first_reg_offset = cum->words;
1808 first_reg_offset += RS6000_ARG_SIZE (TYPE_MODE (type), type, 1);
1811 if (!no_rtl && first_reg_offset < GP_ARG_NUM_REG)
1814 (GP_ARG_MIN_REG + first_reg_offset,
1816 plus_constant (save_area, first_reg_offset * reg_size)),
1817 GP_ARG_NUM_REG - first_reg_offset,
1818 (GP_ARG_NUM_REG - first_reg_offset) * UNITS_PER_WORD);
1821 *pretend_size = (GP_ARG_NUM_REG - first_reg_offset) * UNITS_PER_WOR
1761 int first_reg_offset; local
[all...]
/haiku-buildtools/gcc/gcc/config/lm32/
H A Dlm32.c737 int first_reg_offset = first_anon_arg; local
744 move_block_from_reg (first_reg_offset, regblock, size);
/haiku-buildtools/legacy/gcc/gcc/config/m32r/
H A Dm32r.c1338 /* Note that first_reg_offset < M32R_MAX_PARM_REGS. */
1339 int first_reg_offset = first_anon_arg;
1341 int size = M32R_MAX_PARM_REGS - first_reg_offset;
1347 move_block_from_reg (first_reg_offset, regblock,
1333 int first_reg_offset = first_anon_arg; local
/haiku-buildtools/gcc/gcc/config/m32r/
H A Dm32r.c1329 /* Note that first_reg_offset < M32R_MAX_PARM_REGS. */
1330 int first_reg_offset = first_anon_arg;
1332 int size = M32R_MAX_PARM_REGS - first_reg_offset;
1339 move_block_from_reg (first_reg_offset, regblock, size);
1321 int first_reg_offset = first_anon_arg; local
/haiku-buildtools/gcc/gcc/config/epiphany/
H A Depiphany.c757 /* Note that first_reg_offset < MAX_EPIPHANY_PARM_REGS. */
758 int first_reg_offset = first_anon_arg;
760 *pretend_size = ((MAX_EPIPHANY_PARM_REGS - first_reg_offset)
753 int first_reg_offset = first_anon_arg; local
/haiku-buildtools/gcc/gcc/config/arc/
H A Darc.c1682 /* Note that first_reg_offset < MAX_ARC_PARM_REGS. */
1683 int first_reg_offset = first_anon_arg; local
1690 move_block_from_reg (first_reg_offset, regblock,
1691 MAX_ARC_PARM_REGS - first_reg_offset);
1695 = ((MAX_ARC_PARM_REGS - first_reg_offset ) * UNITS_PER_WORD);
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c11134 int first_reg_offset;
11143 first_reg_offset = next_cum.sysv_gregno - GP_ARG_MIN_REG;
11155 if (cfun->va_list_gpr_size && first_reg_offset < GP_ARG_NUM_REG)
11156 gpr_reg_num = GP_ARG_NUM_REG - first_reg_offset;
11173 offset = -((first_reg_offset * reg_size) & ~7);
11177 if (reg_size == 4 && (first_reg_offset & 1))
11210 first_reg_offset = next_cum.words;
11214 first_reg_offset += rs6000_arg_size (TYPE_MODE (type), type);
11218 if (! no_rtl && first_reg_offset < GP_ARG_NUM_REG
11221 int n_gpr, nregs = GP_ARG_NUM_REG - first_reg_offset;
11113 int first_reg_offset; local
[all...]

Completed in 217 milliseconds