HomeSort by: relevance | last modified time | path
    Searched defs:new0 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/gemini/
if_gmc.c 202 uint32_t new0, new1, new2; local
205 new0 = eaddr[0] | ((eaddr[1] | (eaddr[2] | (eaddr[3] << 8)) << 8) << 8);
208 if (sc->sc_gmac_sta_add[0] != new0
212 new0);
217 sc->sc_gmac_sta_add[0] = new0;
248 new0 = sc->sc_gmac_rx_filter & ~RXFILTER_PROMISC;
249 new0 |= RXFILTER_BROADCAST | RXFILTER_UNICAST | RXFILTER_MULTICAST;
251 new0 |= RXFILTER_PROMISC;
253 if (new0 != sc->sc_gmac_rx_filter) {
255 new0);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
lra-eliminations.cc 444 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode,
451 new0 = move_plus_up (new0);
453 if (new0 != XEXP (x, 0) || new1 != XEXP (x, 1))
454 return form_sum (new0, new1);
515 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode,
523 if (new0 != XEXP (x, 0) || new1 != XEXP (x, 1))
524 return gen_rtx_fmt_ee (code, GET_MODE (x), new0, new1);
443 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode, local
514 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode, local
reload1.cc 2650 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true,
2655 if (reg_renumber && (new0 != XEXP (x, 0) || new1 != XEXP (x, 1)))
2661 if (GET_CODE (new0) == PLUS && REG_P (new1)
2667 else if (GET_CODE (new1) == PLUS && REG_P (new0)
2668 && REGNO (new0) >= FIRST_PSEUDO_REGISTER
2669 && reg_renumber[REGNO (new0)] < 0
2670 && reg_equiv_constant (REGNO (new0)) != 0)
2671 new0 = reg_equiv_constant (REGNO (new0));
2673 new_rtx = form_sum (GET_MODE (x), new0, new1)
2635 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true, local
2713 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, false, local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lra-eliminations.cc 435 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode,
442 new0 = move_plus_up (new0);
444 if (new0 != XEXP (x, 0) || new1 != XEXP (x, 1))
445 return form_sum (new0, new1);
503 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode,
511 if (new0 != XEXP (x, 0) || new1 != XEXP (x, 1))
512 return gen_rtx_fmt_ee (code, GET_MODE (x), new0, new1);
434 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode, local
502 rtx new0 = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode, local
reload1.cc 2650 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true,
2655 if (reg_renumber && (new0 != XEXP (x, 0) || new1 != XEXP (x, 1)))
2661 if (GET_CODE (new0) == PLUS && REG_P (new1)
2667 else if (GET_CODE (new1) == PLUS && REG_P (new0)
2668 && REGNO (new0) >= FIRST_PSEUDO_REGISTER
2669 && reg_renumber[REGNO (new0)] < 0
2670 && reg_equiv_constant (REGNO (new0)) != 0)
2671 new0 = reg_equiv_constant (REGNO (new0));
2673 new_rtx = form_sum (GET_MODE (x), new0, new1)
2635 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true, local
2713 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, false, local
    [all...]

Completed in 72 milliseconds