Searched refs:ic_note (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dia64-gen.c2478 int ic_note = 0;
2480 if (in_iclass (opc, ics[rs->regs[j]], NULL, NULL, &ic_note))
2482 /* We can ignore ic_note 11 for non PR resources. */
2483 if (ic_note == 11 && ! CONST_STRNEQ (rs->name, "PR"))
2484 ic_note = 0;
2486 if (ic_note != 0 && rs->regnotes[j] != 0 local
2487 && ic_note != rs->regnotes[j]
2488 && !(ic_note == 11 && rs->regnotes[j] == 1))
2490 ic_note, opc->name, ics[rs->regs[j]]->name,
2495 if (ic_note)
2458 int ic_note = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dia64-gen.c2478 int ic_note = 0;
2480 if (in_iclass (opc, ics[rs->regs[j]], NULL, NULL, &ic_note))
2482 /* We can ignore ic_note 11 for non PR resources. */
2483 if (ic_note == 11 && ! CONST_STRNEQ (rs->name, "PR"))
2484 ic_note = 0;
2486 if (ic_note != 0 && rs->regnotes[j] != 0 local
2487 && ic_note != rs->regnotes[j]
2488 && !(ic_note == 11 && rs->regnotes[j] == 1))
2490 ic_note, opc->name, ics[rs->regs[j]]->name,
2495 if (ic_note)
2458 int ic_note = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dia64-gen.c2478 int ic_note = 0;
2480 if (in_iclass (opc, ics[rs->regs[j]], NULL, NULL, &ic_note))
2482 /* We can ignore ic_note 11 for non PR resources. */
2483 if (ic_note == 11 && ! CONST_STRNEQ (rs->name, "PR"))
2484 ic_note = 0;
2486 if (ic_note != 0 && rs->regnotes[j] != 0 local
2487 && ic_note != rs->regnotes[j]
2488 && !(ic_note == 11 && rs->regnotes[j] == 1))
2490 ic_note, opc->name, ics[rs->regs[j]]->name,
2495 if (ic_note)
2458 int ic_note = 0; local
[all...]

Completed in 127 milliseconds