Lines Matching full:ic_note
2473 int ic_note = 0;
2475 if (in_iclass (opc, ics[rs->regs[j]], NULL, NULL, &ic_note))
2477 /* We can ignore ic_note 11 for non PR resources. */
2478 if (ic_note == 11 && ! CONST_STRNEQ (rs->name, "PR"))
2479 ic_note = 0;
2481 if (ic_note != 0 && rs->regnotes[j] != 0
2482 && ic_note != rs->regnotes[j]
2483 && !(ic_note == 11 && rs->regnotes[j] == 1))
2485 ic_note, opc->name, ics[rs->regs[j]]->name,
2490 if (ic_note)
2491 regs[nregs++] = RDEP(ic_note, i);
2501 int ic_note = 0;
2503 if (in_iclass (opc, ics[rs->chks[j]], NULL, NULL, &ic_note))
2505 /* We can ignore ic_note 11 for non PR resources. */
2506 if (ic_note == 11 && ! CONST_STRNEQ (rs->name, "PR"))
2507 ic_note = 0;
2509 if (ic_note != 0 && rs->chknotes[j] != 0
2510 && ic_note != rs->chknotes[j]
2511 && !(ic_note == 11 && rs->chknotes[j] == 1))
2513 ic_note, opc->name, ics[rs->chks[j]]->name,
2515 if (ic_note)
2516 chks[nchks++] = RDEP(ic_note, i);