Searched refs:versionmatch (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libcpc/i386/ |
H A D | conf_pentium.c | 318 versionmatch(int cpuver, int regno, const struct nametable *n) in versionmatch() function 389 if (versionmatch(cpuver, regno, n)) in cpc_walk_names() 401 if (bits == n->bits && versionmatch(cpuver, regno, n)) in __cpc_reg_to_name() 420 versionmatch(cpuver, regno, n)) { in __cpc_name_to_reg()
|
/titanic_50/usr/src/lib/libcpc/sparc/ |
H A D | conf_ultra.c | 415 versionmatch(int cpuver, int regno, const struct nametable *n) in versionmatch() function 462 if (versionmatch(cpuver, regno, n)) in cpc_walk_names() 474 if (bits == n->bits && versionmatch(cpuver, regno, n)) in __cpc_reg_to_name() 494 versionmatch(cpuver, regno, n)) { in __cpc_name_to_reg()
|