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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-d10v.c388 int numops = 0; local
404 exp[numops].X_op = O_absent;
408 exp[numops].X_add_number = OPERAND_ATPAR;
413 exp[numops].X_add_number = OPERAND_ATMINUS;
417 exp[numops].X_add_number = OPERAND_ATSIGN;
420 numops++;
421 exp[numops].X_op = O_absent;
422 exp[numops].X_add_number = OPERAND_PLUS;
427 numops++;
441 if (!register_name (&exp[numops]))
[all...]
H A Dtc-d30v.c430 int numops = 0; local
435 exp[numops].X_op = O_absent;
436 exp[numops++].X_add_number = cmp_hack - 1;
450 exp[numops].X_op = O_absent;
454 exp[numops].X_add_number = OPERAND_ATPAR;
460 exp[numops].X_add_number = OPERAND_ATMINUS;
464 exp[numops].X_add_number = OPERAND_ATSIGN;
467 numops++;
481 if (!register_name (&exp[numops]))
484 expression (&exp[numops]);
1167 int numops, match, index, i = 0, j, k; local
[all...]
H A Dtc-tic30.c1585 unsigned int numops = insn.tm->operands; local
1592 numops--;
1593 if (insn.operands != numops)
/haiku-buildtools/binutils/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.c1588 unsigned int numops = insn.tm->operands; local
1595 numops--;
1596 if (insn.operands != numops)
/haiku-buildtools/legacy/binutils/opcodes/
H A Di960-dis.c110 short numops;
116 short numops;
211 if (ctrl_tab[i].numops == 1)
295 if (cobr_tab[i].numops > 1)
330 /* NOTE: In this table, the meaning of 'numops' is:
374 mem_tab[j].numops = mem_init[i].numops;
404 switch (mem_tab[i].numops)
476 /* NOTE: In this table, the meaning of 'numops' is:
695 reg_tab[j].numops
109 short numops; member in struct:tabent
115 short numops; member in struct:sparse_tabent
[all...]
/haiku-buildtools/binutils/opcodes/
H A Di960-dis.c111 short numops;
117 short numops;
212 if (ctrl_tab[i].numops == 1)
296 if (cobr_tab[i].numops > 1)
331 /* NOTE: In this table, the meaning of 'numops' is:
375 mem_tab[j].numops = mem_init[i].numops;
405 switch (mem_tab[i].numops)
477 /* NOTE: In this table, the meaning of 'numops' is:
696 reg_tab[j].numops
110 short numops; member in struct:tabent
116 short numops; member in struct:sparse_tabent
[all...]
/haiku-buildtools/gcc/gcc/
H A Dssa-iterators.h140 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;
789 ptr->numops
[all...]

Completed in 132 milliseconds