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

  /src/sys/dev/i2o/
iop.c 1452 u_int32_t mema[2], ioa[2]; local
1466 mema[1] = sc->sc_status.desiredprivmemsize;
1469 if (mema[1] != 0) {
1471 le32toh(mema[1]), PAGE_SIZE, 0, 0, &boo, &bsh);
1472 mema[0] = htole32(boo);
1475 mema[0] = 0;
1476 mema[1] = 0;
1492 iop_msg_map(sc, im, mb, mema, sizeof(mema), 1, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 1860 rtx mema, wide_result;
1916 mema = XEXP (mem, 0);
1922 addr_lo = force_reg (Pmode, plus_constant (Pmode, mema, byte_offset));
1924 gen_rtx_AND (GET_MODE (mema), addr_lo,
1931 addr_hi = force_reg (Pmode, plus_constant (Pmode, mema, last_byte_offset));
1933 gen_rtx_AND (GET_MODE (mema), addr_hi,
1947 /* Load hi first in case dest_reg is used in mema. */
1856 rtx mema, wide_result; local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 1600 rtx mema, wide_result;
1647 mema = XEXP (mem, 0);
1653 addr_lo = force_reg (Pmode, plus_constant (Pmode, mema, byte_offset));
1661 addr_hi = force_reg (Pmode, plus_constant (Pmode, mema, last_byte_offset));
1676 /* Load hi first in case dest_reg is used in mema. */
1596 rtx mema, wide_result; local
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 3406 rtx meml, memh, addr, extl, exth, tmp, mema;
3442 mema = XEXP (mem, 0);
3443 if (GET_CODE (mema) == LO_SUM)
3444 mema = force_reg (Pmode, mema);
3452 plus_constant (DImode, mema, ofs),
3459 plus_constant (DImode, mema,
3467 emit_move_insn (addr, plus_constant (Pmode, mema, ofs+2));
3481 emit_move_insn (addr, plus_constant (Pmode, mema, ofs));
3397 rtx meml, memh, addr, extl, exth, tmp, mema; local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 3405 rtx meml, memh, addr, extl, exth, tmp, mema;
3441 mema = XEXP (mem, 0);
3442 if (GET_CODE (mema) == LO_SUM)
3443 mema = force_reg (Pmode, mema);
3451 plus_constant (DImode, mema, ofs),
3458 plus_constant (DImode, mema,
3466 emit_move_insn (addr, plus_constant (Pmode, mema, ofs+2));
3480 emit_move_insn (addr, plus_constant (Pmode, mema, ofs));
3396 rtx meml, memh, addr, extl, exth, tmp, mema; local

Completed in 44 milliseconds