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

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dcreate.c299 u_short maxgid, maxuid, maxmode, maxflags; local
319 maxuid = maxgid = maxmode = maxflags = 0;
322 if (smode < MTREE_MAXMODE && ++m[smode] > maxmode) {
324 maxmode = m[smode];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dexpmed.c640 enum machine_mode maxmode = mode_for_extraction (EP_insv, 3);
660 || GET_MODE_SIZE (GET_MODE (op0)) > GET_MODE_SIZE (maxmode))
662 = get_best_mode (bitsize, bitnum, MEM_ALIGN (op0), maxmode,
698 xop0 = gen_rtx_SUBREG (maxmode, SUBREG_REG (xop0), SUBREG_BYTE (xop0));
699 if (REG_P (xop0) && GET_MODE (xop0) != maxmode)
700 xop0 = gen_rtx_SUBREG (maxmode, xop0, 0);
711 xbitpos += GET_MODE_BITSIZE (maxmode) - unit;
713 unit = GET_MODE_BITSIZE (maxmode);
715 /* Convert VALUE to maxmode (which insv insn wants) in VALUE1. */
717 if (GET_MODE (value) != maxmode)
639 enum machine_mode maxmode = mode_for_extraction (EP_insv, 3); local
1395 enum machine_mode maxmode = mode_for_extraction (EP_extzv, 0); local
1532 enum machine_mode maxmode = mode_for_extraction (EP_extv, 0); local
[all...]

Completed in 132 milliseconds