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

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c345 static int save_or_restore_regs (int, int, rtx, int, int);
3778 save_or_restore_regs (int low, int high, rtx base, int offset, int action)
3876 offset = save_or_restore_regs (0, 8, base, offset, action);
3877 save_or_restore_regs (32, TARGET_V9 ? 96 : 64, base, offset, action);
3767 save_or_restore_regs (int low, int high, rtx base, int offset, int action) function

Completed in 181 milliseconds