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

  /src/sys/netinet/
ip_output.c 249 struct sockaddr *rdst = &udst.sa; /* real IP destination, as local
465 xia = ifatoia((*ifa->ifa_getifa)(ifa, rdst));
540 ia = ifatoia((*ifa->ifa_getifa)(ifa, rdst));
738 sa = (m->m_flags & M_MCAST) ? sintocsa(rdst) : sintocsa(dst);
810 sintocsa(rdst) : sintocsa(dst), rt);
  /src/external/gpl3/binutils/dist/opcodes/
rx-decode.c 420 /** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */
428 int rdst AU = op[2] & 0x0f;
432 "/** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */",
437 printf (" rdst = 0x%x\n", rdst);
441 ID(sub); S2Pm(ss, rsrc, mx); SR(rdst); DR(rdst); F_OSZC;
481 /** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */
489 int rdst AU = op[2] & 0x0f;
493 "/** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */"
11055 int rdst; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
rx-decode.c 420 /** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */
428 int rdst AU = op[2] & 0x0f;
432 "/** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */",
437 printf (" rdst = 0x%x\n", rdst);
441 ID(sub); S2Pm(ss, rsrc, mx); SR(rdst); DR(rdst); F_OSZC;
481 /** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */
489 int rdst AU = op[2] & 0x0f;
493 "/** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */"
11055 int rdst; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rx-tdep.c 257 else if (opc.id == RXO_mov /* mov.l rdst, rsrc */
262 int rdst, rsrc; local
264 rdst = opc.op[0].reg;
266 reg[rdst] = reg[rsrc];
267 if (rdst == RX_FP_REGNUM && rsrc == RX_SP_REGNUM)
283 else if (opc.id == RXO_add /* add #const, rsrc, rdst */
288 int rdst = opc.op[0].reg; local
291 reg[rdst] = pv_add_constant (reg[rsrc], addend);
294 if ((rdst == RX_SP_REGNUM || rdst == RX_FP_REGNUM) && addend < 0
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
rx-decode.c 420 /** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */
428 int rdst AU = op[2] & 0x0f;
432 "/** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */",
437 printf (" rdst = 0x%x\n", rdst);
441 ID(sub); S2Pm(ss, rsrc, mx); SR(rdst); DR(rdst); F_OSZC;
481 /** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */
489 int rdst AU = op[2] & 0x0f;
493 "/** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */"
11055 int rdst; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
rx-tdep.c 257 else if (opc.id == RXO_mov /* mov.l rdst, rsrc */
262 int rdst, rsrc; local
264 rdst = opc.op[0].reg;
266 reg[rdst] = reg[rsrc];
267 if (rdst == RX_FP_REGNUM && rsrc == RX_SP_REGNUM)
283 else if (opc.id == RXO_add /* add #const, rsrc, rdst */
288 int rdst = opc.op[0].reg; local
291 reg[rdst] = pv_add_constant (reg[rsrc], addend);
294 if ((rdst == RX_SP_REGNUM || rdst == RX_FP_REGNUM) && addend < 0
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
rx-decode.c 420 /** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */
428 int rdst AU = op[2] & 0x0f;
432 "/** 0000 0110 mx00 00ss rsrc rdst sub %2%S2, %1 */",
437 printf (" rdst = 0x%x\n", rdst);
441 ID(sub); S2Pm(ss, rsrc, mx); SR(rdst); DR(rdst); F_OSZC;
481 /** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */
489 int rdst AU = op[2] & 0x0f;
493 "/** 0000 0110 mx00 01ss rsrc rdst cmp %2%S2, %1 */"
11055 int rdst; local
    [all...]

Completed in 53 milliseconds