Home
last modified time | relevance | path

Searched refs:NREGS (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/gcc/
HDregs.h227 #define HARD_REGNO_CALLER_SAVE_MODE(REGNO, NREGS, MODE) \ argument
228 choose_hard_reg_mode (REGNO, NREGS, false)
HDChangeLog-200024211 NREGS now unsigned.
24217 (function_arg_record_value): NREGS now unsigned.
24240 (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
24345 (strength_reduce): Likewise; NREGS also unsigned.
24361 (reg_scan): NREGS now unsigned.
24372 * reload.h (struct reload): NREGS now unsigned.
24382 (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
24383 (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
24416 (replace_regs): Arg NREGS now unsigned.
HDChangeLog-200128742 NREGS.
31170 * expr.c (move_block_from_reg): Do nothing if NREGS is zero.
HDFSFChangeLog.1112774 (REG_ALLOC_ORDER, HARD_REGNO_{NREGS,MODE_OK}): Likewise.
HDChangeLog-19986809 Use NREGS parameter instead of calling max_reg_num.
/NextBSD/contrib/ntp/include/
HDntp_datum.h30 #define NREGS 7 /* number of registers we will use */ macro
HDgps.h13 #define NREGS 7 /* number of registers we will use */ macro
/NextBSD/sys/powerpc/psim/
HDiobusvar.h49 IOBUS_ACCESSOR(nregs, NREGS, u_int)
/NextBSD/sys/mips/include/
HDregnum.h167 #define NREGS (NUMSAVEREGS + NUMFPREGS) macro
/NextBSD/crypto/openssl/crypto/modes/asm/
HDghash-parisc.pl36 $NREGS =6;
46 $NREGS =11;
91 .CALLINFO FRAME=`$FRAME-10*$SIZE_T`,NO_CALLS,SAVE_RP,ENTRY_GR=$NREGS
/NextBSD/contrib/gcc/config/ia64/
HDia64.h684 #define HARD_REGNO_CALLER_SAVE_MODE(REGNO, NREGS, MODE) \ argument
685 ((FR_REGNO_P (REGNO) && (NREGS) == 1) ? XFmode \
686 : choose_hard_reg_mode ((REGNO), (NREGS), false))
/NextBSD/contrib/gcc/config/i386/
HDi386.h972 #define HARD_REGNO_CALLER_SAVE_MODE(REGNO, NREGS, MODE) \ argument
974 : (MODE) == VOIDmode && (NREGS) != 1 ? VOIDmode \
975 : (MODE) == VOIDmode ? choose_hard_reg_mode ((REGNO), (NREGS), false)\