Home
last modified time | relevance | path

Searched refs:numops (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d10v.c353 int numops = 0; in get_operands() local
369 exp[numops].X_op = O_absent; in get_operands()
373 exp[numops].X_add_number = OPERAND_ATPAR; in get_operands()
378 exp[numops].X_add_number = OPERAND_ATMINUS; in get_operands()
382 exp[numops].X_add_number = OPERAND_ATSIGN; in get_operands()
385 numops++; in get_operands()
386 exp[numops].X_op = O_absent; in get_operands()
387 exp[numops].X_add_number = OPERAND_PLUS; in get_operands()
392 numops++; in get_operands()
406 if (!register_name (&exp[numops])) in get_operands()
[all …]
Dtc-d30v.c395 int numops = 0; in get_operands() local
400 exp[numops].X_op = O_absent; in get_operands()
401 exp[numops++].X_add_number = cmp_hack - 1; in get_operands()
415 exp[numops].X_op = O_absent; in get_operands()
419 exp[numops].X_add_number = OPERAND_ATPAR; in get_operands()
425 exp[numops].X_add_number = OPERAND_ATMINUS; in get_operands()
429 exp[numops].X_add_number = OPERAND_ATSIGN; in get_operands()
432 numops++; in get_operands()
446 if (!register_name (&exp[numops])) in get_operands()
449 expression (&exp[numops]); in get_operands()
[all …]
Dtc-tic30.c1583 unsigned int numops = insn.tm->operands; in md_assemble() local
1590 numops--; in md_assemble()
1591 if (insn.operands != numops) in md_assemble()
/toolchain/binutils/binutils-2.25/opcodes/
Di960-dis.c110 short numops; member
116 short numops; member
211 if (ctrl_tab[i].numops == 1) in ctrl()
295 if (cobr_tab[i].numops > 1) in cobr()
374 mem_tab[j].numops = mem_init[i].numops; in mem()
404 switch (mem_tab[i].numops) in mem()
695 reg_tab[j].numops = reg_init[i].numops; in reg()
730 if (reg_tab[i].numops != 0) in reg()
734 switch (reg_tab[i].numops) in reg()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-96972750 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
DChangeLog-02033339 (md_assemble): Likewise for "count", "i" and "numops".