HomeSort by: relevance | last modified time | path
    Searched defs:regnotes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 196 int *regnotes; /* Dependency notes for each class. */
798 parse_resource_users (reg, &rs->regs, &rs->nregs, &rs->regnotes);
2474 if (ic_note != 0 && rs->regnotes[j] != 0
2475 && ic_note != rs->regnotes[j]
2476 && !(ic_note == 11 && rs->regnotes[j] == 1))
2479 rs->name, rs->regnotes[j]);
2486 regs[nregs++] = RDEP(rs->regnotes[j], i);
195 int *regnotes; \/* Dependency notes for each class. *\/ member in struct:rdep
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 196 int *regnotes; /* Dependency notes for each class. */
798 parse_resource_users (reg, &rs->regs, &rs->nregs, &rs->regnotes);
2474 if (ic_note != 0 && rs->regnotes[j] != 0
2475 && ic_note != rs->regnotes[j]
2476 && !(ic_note == 11 && rs->regnotes[j] == 1))
2479 rs->name, rs->regnotes[j]);
2486 regs[nregs++] = RDEP(rs->regnotes[j], i);
195 int *regnotes; \/* Dependency notes for each class. *\/ member in struct:rdep
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 196 int *regnotes; /* Dependency notes for each class. */
798 parse_resource_users (reg, &rs->regs, &rs->nregs, &rs->regnotes);
2474 if (ic_note != 0 && rs->regnotes[j] != 0
2475 && ic_note != rs->regnotes[j]
2476 && !(ic_note == 11 && rs->regnotes[j] == 1))
2479 rs->name, rs->regnotes[j]);
2486 regs[nregs++] = RDEP(rs->regnotes[j], i);
195 int *regnotes; \/* Dependency notes for each class. *\/ member in struct:rdep
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 196 int *regnotes; /* Dependency notes for each class. */
798 parse_resource_users (reg, &rs->regs, &rs->nregs, &rs->regnotes);
2474 if (ic_note != 0 && rs->regnotes[j] != 0
2475 && ic_note != rs->regnotes[j]
2476 && !(ic_note == 11 && rs->regnotes[j] == 1))
2479 rs->name, rs->regnotes[j]);
2486 regs[nregs++] = RDEP(rs->regnotes[j], i);
195 int *regnotes; \/* Dependency notes for each class. *\/ member in struct:rdep

Completed in 37 milliseconds