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

  /src/sys/fs/nfs/server/
nfs_nfsdsocket.c 626 int numops, error = 0, igotlock; local
746 numops = 0;
748 numops = fxdr_unsigned(int, *tl);
757 for (i = 0; i < numops; i++) {
781 if (i == numops - 1)
  /src/external/gpl3/gcc/dist/gcc/
ssa-iterators.h 148 unsigned numops; member in struct:ssa_op_iter
497 if (ptr->i < ptr->numops)
520 while (ptr->i < ptr->numops)
560 while (ptr->i < ptr->numops)
589 ptr->numops = 0;
607 ptr->numops = 0;
614 ptr->numops = 1;
617 ptr->numops = gimple_asm_noutputs (as_a <gasm *> (stmt));
620 ptr->numops = 0;
624 ptr->numops = 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ssa-iterators.h 148 unsigned numops; member in struct:ssa_op_iter
497 if (ptr->i < ptr->numops)
520 while (ptr->i < ptr->numops)
560 while (ptr->i < ptr->numops)
589 ptr->numops = 0;
607 ptr->numops = 0;
614 ptr->numops = 1;
617 ptr->numops = gimple_asm_noutputs (as_a <gasm *> (stmt));
620 ptr->numops = 0;
624 ptr->numops = 0
    [all...]
  /src/external/gpl3/gdb/dist/sim/mn10300/
mn10300-sim.h 21 int numops; member in struct:simops
  /src/external/gpl3/gdb.old/dist/sim/mn10300/
mn10300-sim.h 21 int numops; member in struct:simops
  /src/external/gpl3/binutils/dist/gas/config/
tc-d10v.c 352 int numops = 0; local
368 exp[numops].X_op = O_absent;
372 exp[numops].X_add_number = OPERAND_ATPAR;
377 exp[numops].X_add_number = OPERAND_ATMINUS;
381 exp[numops].X_add_number = OPERAND_ATSIGN;
384 numops++;
385 exp[numops].X_op = O_absent;
386 exp[numops].X_add_number = OPERAND_PLUS;
391 numops++;
405 if (!register_name (&exp[numops]))
    [all...]
tc-d30v.c 394 int numops = 0; local
399 exp[numops].X_op = O_absent;
400 exp[numops++].X_add_number = cmp_hack - 1;
414 exp[numops].X_op = O_absent;
418 exp[numops].X_add_number = OPERAND_ATPAR;
424 exp[numops].X_add_number = OPERAND_ATMINUS;
428 exp[numops].X_add_number = OPERAND_ATSIGN;
431 numops++;
445 if (!register_name (&exp[numops]))
448 expression (&exp[numops]);
    [all...]
tc-tic30.c 1565 unsigned int numops = insn.tm->operands; local
1572 numops--;
1573 if (insn.operands != numops)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-d10v.c 352 int numops = 0; local
368 exp[numops].X_op = O_absent;
372 exp[numops].X_add_number = OPERAND_ATPAR;
377 exp[numops].X_add_number = OPERAND_ATMINUS;
381 exp[numops].X_add_number = OPERAND_ATSIGN;
384 numops++;
385 exp[numops].X_op = O_absent;
386 exp[numops].X_add_number = OPERAND_PLUS;
391 numops++;
405 if (!register_name (&exp[numops]))
    [all...]
tc-d30v.c 392 int numops = 0; local
397 exp[numops].X_op = O_absent;
398 exp[numops++].X_add_number = cmp_hack - 1;
412 exp[numops].X_op = O_absent;
416 exp[numops].X_add_number = OPERAND_ATPAR;
422 exp[numops].X_add_number = OPERAND_ATMINUS;
426 exp[numops].X_add_number = OPERAND_ATSIGN;
429 numops++;
443 if (!register_name (&exp[numops]))
446 expression (&exp[numops]);
    [all...]
tc-tic30.c 1565 unsigned int numops = insn.tm->operands; local
1572 numops--;
1573 if (insn.operands != numops)
  /src/sys/fs/nfs/client/
nfs_clstate.c 3150 int numops, taglen = -1, error = 0, trunc; local
3199 numops = 0;
3201 numops = fxdr_unsigned(int, *tl);
3205 for (i = 0; i < numops; i++) {
  /src/external/gpl3/gdb/dist/sim/d10v/
d10v-sim.h 43 int numops; member in struct:simops
  /src/external/gpl3/gdb.old/dist/sim/cr16/
cr16-sim.h 61 int numops; member in struct:simops
  /src/external/gpl3/gdb.old/dist/sim/d10v/
d10v-sim.h 43 int numops; member in struct:simops
  /src/external/gpl3/gdb/dist/sim/cr16/
cr16-sim.h 61 int numops; member in struct:simops
  /src/external/gpl3/gdb/dist/sim/v850/
v850-sim.h 11 int numops; member in struct:simops
  /src/external/gpl3/gdb.old/dist/sim/v850/
v850-sim.h 11 int numops; member in struct:simops

Completed in 39 milliseconds