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

  /toolchain/binutils/binutils-2.25/include/opcode/
ia64.h 270 #define RDEP(N,X) (((N)<<11)|(X))
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-gen.c 189 struct rdep
254 static struct rdep * insert_resource (const char *, enum ia64_dependency_mode);
327 static struct rdep *
333 rdeps = (struct rdep **)
334 xrealloc (rdeps, sizeof(struct rdep **) * rdepstotlen);
336 rdeps[rdepslen] = tmalloc(struct rdep);
337 memset((void *)rdeps[rdepslen], 0, sizeof(struct rdep));
801 struct rdep *rs;
188 struct rdep struct
    [all...]

Completed in 115 milliseconds