Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Di960-dis.c109 short numops; member
115 short numops; member
210 if (ctrl_tab[i].numops == 1) in ctrl()
294 if (cobr_tab[i].numops > 1) in cobr()
373 mem_tab[j].numops = mem_init[i].numops; in mem()
403 switch (mem_tab[i].numops) in mem()
694 reg_tab[j].numops = reg_init[i].numops; in reg()
729 if (reg_tab[i].numops != 0) in reg()
733 switch (reg_tab[i].numops) in reg()
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Di960-dis.c109 short numops; member
115 short numops; member
210 if (ctrl_tab[i].numops == 1) in ctrl()
294 if (cobr_tab[i].numops > 1) in cobr()
373 mem_tab[j].numops = mem_init[i].numops; in mem()
403 switch (mem_tab[i].numops) in mem()
694 reg_tab[j].numops = reg_init[i].numops; in reg()
729 if (reg_tab[i].numops != 0) in reg()
733 switch (reg_tab[i].numops) in reg()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-d10v.c388 int numops = 0; in get_operands() local
404 exp[numops].X_op = O_absent; in get_operands()
408 exp[numops].X_add_number = OPERAND_ATPAR; in get_operands()
413 exp[numops].X_add_number = OPERAND_ATMINUS; in get_operands()
417 exp[numops].X_add_number = OPERAND_ATSIGN; in get_operands()
420 numops++; in get_operands()
421 exp[numops].X_op = O_absent; in get_operands()
422 exp[numops].X_add_number = OPERAND_PLUS; in get_operands()
427 numops++; in get_operands()
441 if (!register_name (&exp[numops])) in get_operands()
[all …]
Dtc-d30v.c430 int numops = 0; in get_operands() local
435 exp[numops].X_op = O_absent; in get_operands()
436 exp[numops++].X_add_number = cmp_hack - 1; in get_operands()
450 exp[numops].X_op = O_absent; in get_operands()
454 exp[numops].X_add_number = OPERAND_ATPAR; in get_operands()
460 exp[numops].X_add_number = OPERAND_ATMINUS; in get_operands()
464 exp[numops].X_add_number = OPERAND_ATSIGN; in get_operands()
467 numops++; in get_operands()
481 if (!register_name (&exp[numops])) in get_operands()
484 expression (&exp[numops]); in get_operands()
[all …]
Dtc-tic30.c1585 unsigned int numops = insn.tm->operands; in md_assemble() local
1592 numops--; in md_assemble()
1593 if (insn.operands != numops) in md_assemble()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-d10v.c435 int numops = 0; local
451 exp[numops].X_op = O_absent;
455 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++;
468 exp[numops].X_op = O_absent;
469 exp[numops].X_add_number = OPERAND_PLUS;
474 numops++;
488 if (!register_name (&exp[numops]))
[all …]
Dtc-d30v.c491 int numops = 0; local
496 exp[numops].X_op = O_absent;
497 exp[numops++].X_add_number = cmp_hack - 1;
511 exp[numops].X_op = O_absent;
515 exp[numops].X_add_number = OPERAND_ATPAR;
521 exp[numops].X_add_number = OPERAND_ATMINUS;
525 exp[numops].X_add_number = OPERAND_ATSIGN;
528 numops++;
542 if (!register_name (&exp[numops]))
545 expression (&exp[numops]);
[all …]
Dtc-tic30.c409 unsigned int numops = insn.tm->operands; local
415 numops--;
416 if (insn.operands != numops)
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZOperands.td127 string suffix, string length, int numops, string format,
129 : ComplexPattern<!cast<ValueType>("i"#bitsize), numops,
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetSelectionDAG.td1877 class ComplexPattern<ValueType ty, int numops, string fn,
1881 int NumOperands = numops;
/openbsd/src/gnu/llvm/llvm/docs/
DBitCodeFormat.rst245 [UNABBREV_RECORD, code\ :sub:`vbr6`, numops\ :sub:`vbr6`, op0\ :sub:`vbr6`, op1\ :sub:`vbr6`, ...]
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td244 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
247 ComplexPattern<ty, numops, fn, roots, props> {
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-96972750 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
DChangeLog-02033347 (md_assemble): Likewise for "count", "i" and "numops".
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-96972750 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
DChangeLog-02033347 (md_assemble): Likewise for "count", "i" and "numops".