HomeSort by relevance Sort by last modified time
    Searched full:cregs (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
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...]

Completed in 334 milliseconds