HomeSort by relevance Sort by last modified time
    Searched defs:numops (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
i960-dis.c 111 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 = reg_init[i].numops
110 short numops; member in struct:tabent
116 short numops; member in struct:sparse_tabent
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-operands.h 127 unsigned numops; member in struct:ssa_operand_iterator_d
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 122 long numops = -1; /* -N flag */ variable
1055 "truncbdy] [-w writebdy] [-D startingop] [-N numops] [-P dirpath] [-S seed] "
1072 " -N numops: total # operations to do (default infinity)\n"
1221 numops = getnum(optarg, &endp);
1222 if (numops < 0)
1343 while (numops == -1 || numops--)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 353 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...]
tc-d30v.c 395 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...]
tc-tic30.c 1583 unsigned int numops = insn.tm->operands; local
    [all...]

Completed in 167 milliseconds