Searched refs:numops (Results 1 – 6 of 6) sorted by relevance
353 int numops = 0; in get_operands() local369 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 …]
395 int numops = 0; in get_operands() local400 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 …]
1583 unsigned int numops = insn.tm->operands; in md_assemble() local1590 numops--; in md_assemble()1591 if (insn.operands != numops) in md_assemble()
110 short numops; member116 short numops; member211 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()
2750 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
3339 (md_assemble): Likewise for "count", "i" and "numops".