Home | History | Annotate | Download | only in opcodes

Lines Matching defs:ic_note

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
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)
2484 regs[nregs++] = RDEP(ic_note, i);
2494 int ic_note = 0;
2496 if (in_iclass (opc, ics[rs->chks[j]], NULL, NULL, &ic_note))
2498 /* We can ignore ic_note 11 for non PR resources. */
2499 if (ic_note == 11 && ! startswith (rs->name, "PR"))
2500 ic_note = 0;
2502 if (ic_note != 0 && rs->chknotes[j] != 0
2503 && ic_note != rs->chknotes[j]
2504 && !(ic_note == 11 && rs->chknotes[j] == 1))
2506 ic_note, opc->name, ics[rs->chks[j]]->name,
2508 if (ic_note)
2509 chks[nchks++] = RDEP(ic_note, i);