Searched refs:numops (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/sim/v850/
H A Dv850_sim.h6 int numops; member in struct:simops
/netbsd-current/external/gpl3/gdb.old/dist/sim/v850/
H A Dv850_sim.h6 int numops; member in struct:simops
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-d10v.c353 int numops = 0; local
369 exp[numops].X_op = O_absent;
373 exp[numops].X_add_number = OPERAND_ATPAR;
378 exp[numops].X_add_number = OPERAND_ATMINUS;
382 exp[numops].X_add_number = OPERAND_ATSIGN;
385 numops++;
386 exp[numops].X_op = O_absent;
387 exp[numops].X_add_number = OPERAND_PLUS;
392 numops++;
406 if (!register_name (&exp[numops]))
[all...]
H A Dtc-d30v.c392 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...]
H A Dtc-tic30.c1566 unsigned int numops = insn.tm->operands; local
1573 numops--;
1574 if (insn.operands != numops)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-d10v.c353 int numops = 0; local
369 exp[numops].X_op = O_absent;
373 exp[numops].X_add_number = OPERAND_ATPAR;
378 exp[numops].X_add_number = OPERAND_ATMINUS;
382 exp[numops].X_add_number = OPERAND_ATSIGN;
385 numops++;
386 exp[numops].X_op = O_absent;
387 exp[numops].X_add_number = OPERAND_PLUS;
392 numops++;
406 if (!register_name (&exp[numops]))
[all...]
H A Dtc-d30v.c395 int numops = 0; local
400 exp[numops].X_op = O_absent;
401 exp[numops++].X_add_number = cmp_hack - 1;
415 exp[numops].X_op = O_absent;
419 exp[numops].X_add_number = OPERAND_ATPAR;
425 exp[numops].X_add_number = OPERAND_ATMINUS;
429 exp[numops].X_add_number = OPERAND_ATSIGN;
432 numops++;
446 if (!register_name (&exp[numops]))
449 expression (&exp[numops]);
[all...]
H A Dtc-tic30.c1566 unsigned int numops = insn.tm->operands; local
1573 numops--;
1574 if (insn.operands != numops)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d10v.c353 int numops = 0; local
369 exp[numops].X_op = O_absent;
373 exp[numops].X_add_number = OPERAND_ATPAR;
378 exp[numops].X_add_number = OPERAND_ATMINUS;
382 exp[numops].X_add_number = OPERAND_ATSIGN;
385 numops++;
386 exp[numops].X_op = O_absent;
387 exp[numops].X_add_number = OPERAND_PLUS;
392 numops++;
406 if (!register_name (&exp[numops]))
[all...]
H A Dtc-d30v.c392 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...]
H A Dtc-tic30.c1566 unsigned int numops = insn.tm->operands; local
1573 numops--;
1574 if (insn.operands != numops)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dssa-iterators.h145 unsigned numops; member in struct:ssa_op_iter
494 if (ptr->i < ptr->numops)
517 while (ptr->i < ptr->numops)
557 while (ptr->i < ptr->numops)
586 ptr->numops = 0;
604 ptr->numops = 0;
611 ptr->numops = 1;
614 ptr->numops = gimple_asm_noutputs (as_a <gasm *> (stmt));
617 ptr->numops = 0;
621 ptr->numops
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dssa-iterators.h148 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
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A Dmn10300_sim.h33 int numops; member in struct:simops
/netbsd-current/external/gpl3/gdb/dist/sim/mn10300/
H A Dmn10300_sim.h27 int numops; member in struct:simops
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdsocket.c626 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)
/netbsd-current/external/gpl3/gdb.old/dist/sim/cr16/
H A Dinterp.c349 /* numops == 0 means, no operands. */
350 if (((h->ops) != NULL) && (((h->ops)->numops) != 0))
351 get_operands ((h->ops)->operands, mcode, h->size, (h->ops)->numops);
H A Dcr16_sim.h70 int numops; member in struct:simops
/netbsd-current/external/gpl3/gdb/dist/sim/cr16/
H A Dinterp.c355 /* numops == 0 means, no operands. */
356 if (((h->ops) != NULL) && (((h->ops)->numops) != 0))
357 get_operands ((h->ops)->operands, mcode, h->size, (h->ops)->numops);
H A Dcr16_sim.h60 int numops; member in struct:simops
/netbsd-current/external/gpl3/gdb.old/dist/sim/d10v/
H A Dd10v_sim.h49 int numops; member in struct:simops
H A Dinterp.c92 for (i=0; i < s->numops; i++)
/netbsd-current/external/gpl3/gdb/dist/sim/d10v/
H A Dd10v_sim.h40 int numops; member in struct:simops
H A Dinterp.c91 for (i=0; i < s->numops; i++)
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clstate.c3150 int numops, taglen = -1, error = 0, trunc; local
3199 numops = 0;
3201 numops = fxdr_unsigned(int, *tl);
3205 for (i = 0; i < numops; i++) {

Completed in 187 milliseconds

12