HomeSort by relevance Sort by last modified time
    Searched refs:opdeps (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
ia64-gen.c 236 } **opdeps;
424 if (opdeps[i]->chk == chkind
425 && opdeps[i]->reg == regind)
435 opdeps = (struct opdep **)
436 xrealloc (opdeps, sizeof(struct opdep **) * opdeptotlen);
438 opdeps[opdeplen] = pair;
235 } **opdeps; variable in typeref:struct:opdep
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 10386 const struct ia64_opcode_dependency *opdeps = idesc->dependencies; local
10511 const struct ia64_opcode_dependency *opdeps = idesc->dependencies; local
    [all...]

Completed in 814 milliseconds