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

  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 2466 int ic_note = 0;
2468 if (in_iclass (opc, ics[rs->regs[j]], NULL, NULL, &ic_note))
2470 /* We can ignore ic_note 11 for non PR resources. */
2471 if (ic_note == 11 && ! startswith (rs->name, "PR"))
2472 ic_note = 0;
2474 if (ic_note != 0 && rs->regnotes[j] != 0 local
2475 && ic_note != rs->regnotes[j]
2476 && !(ic_note == 11 && rs->regnotes[j] == 1))
2478 ic_note, opc->name, ics[rs->regs[j]]->name,
2483 if (ic_note)
2446 int ic_note = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 2466 int ic_note = 0;
2468 if (in_iclass (opc, ics[rs->regs[j]], NULL, NULL, &ic_note))
2470 /* We can ignore ic_note 11 for non PR resources. */
2471 if (ic_note == 11 && ! startswith (rs->name, "PR"))
2472 ic_note = 0;
2474 if (ic_note != 0 && rs->regnotes[j] != 0 local
2475 && ic_note != rs->regnotes[j]
2476 && !(ic_note == 11 && rs->regnotes[j] == 1))
2478 ic_note, opc->name, ics[rs->regs[j]]->name,
2483 if (ic_note)
2446 int ic_note = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 2466 int ic_note = 0;
2468 if (in_iclass (opc, ics[rs->regs[j]], NULL, NULL, &ic_note))
2470 /* We can ignore ic_note 11 for non PR resources. */
2471 if (ic_note == 11 && ! startswith (rs->name, "PR"))
2472 ic_note = 0;
2474 if (ic_note != 0 && rs->regnotes[j] != 0 local
2475 && ic_note != rs->regnotes[j]
2476 && !(ic_note == 11 && rs->regnotes[j] == 1))
2478 ic_note, opc->name, ics[rs->regs[j]]->name,
2483 if (ic_note)
2446 int ic_note = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 2466 int ic_note = 0;
2468 if (in_iclass (opc, ics[rs->regs[j]], NULL, NULL, &ic_note))
2470 /* We can ignore ic_note 11 for non PR resources. */
2471 if (ic_note == 11 && ! startswith (rs->name, "PR"))
2472 ic_note = 0;
2474 if (ic_note != 0 && rs->regnotes[j] != 0 local
2475 && ic_note != rs->regnotes[j]
2476 && !(ic_note == 11 && rs->regnotes[j] == 1))
2478 ic_note, opc->name, ics[rs->regs[j]]->name,
2483 if (ic_note)
2446 int ic_note = 0; local
    [all...]

Completed in 24 milliseconds