tc-mcore.c | 524 static struct Cregs 529 cregs[] = variable in typeref:struct:Cregs 584 for (i = 0; cregs[i].name[0] != '\0'; i++) 590 length = strlen (cregs[i].name); 595 if (strncmp (cregs[i].name, buf, length) == 0) 597 *reg = cregs[i].crnum; [all...] |