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

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_sysctl.c607 int error, ni, elim, v; local
627 elim = 0;
652 elim = (name - oname);
653 error = sysctl_locate(l, oname, elim, &enode, NULL);
656 elim = enode->sysctl_clen;
660 elim = 0;
670 if (--elim > 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c8286 rtx reg, elim; local
8296 elim = eliminate_regs (reg, VOIDmode, NULL_RTX);
8297 if (elim != reg)
8299 if (GET_CODE (elim) == PLUS)
8300 elim = XEXP (elim, 0);
8301 if (elim == stack_pointer_rtx)
8307 rtx reg, elim; local
8316 elim = eliminate_regs (reg, VOIDmode, NULL_RTX);
8317 if (elim !
[all...]
H A Ddwarf2out.c12771 rtx elim = eliminate_regs (reg, VOIDmode, NULL_RTX);
12773 if (elim != reg)
12775 if (GET_CODE (elim) == PLUS)
12777 offset += INTVAL (XEXP (elim, 1));
12778 elim = XEXP (elim, 0);
12781 && (elim == hard_frame_pointer_rtx
12782 || elim == stack_pointer_rtx))
12783 || elim == (frame_pointer_needed
12797 : REGNO (elim));
12758 rtx elim = eliminate_regs (reg, VOIDmode, NULL_RTX); local
16290 rtx reg, elim; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddwarf2out.c8706 rtx elim = eliminate_regs (reg, VOIDmode, NULL_RTX);
8708 if (elim != reg)
8710 if (GET_CODE (elim) == PLUS)
8712 offset += INTVAL (XEXP (elim, 1));
8713 elim = XEXP (elim, 0);
8715 gcc_assert (elim == (frame_pointer_needed ? hard_frame_pointer_rtx
10468 rtx reg, elim;
10478 elim = eliminate_regs (reg, VOIDmode, NULL_RTX);
10479 if (GET_CODE (elim)
8694 rtx elim = eliminate_regs (reg, VOIDmode, NULL_RTX); local
10455 rtx reg, elim; local
[all...]

Completed in 217 milliseconds