Searched refs:versionmatch (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libcpc/i386/ |
H A D | conf_pentium.c | 316 versionmatch(int cpuver, int regno, const struct nametable *n) in versionmatch() function 387 if (versionmatch(cpuver, regno, n)) in cpc_walk_names() 399 if (bits == n->bits && versionmatch(cpuver, regno, n)) in __cpc_reg_to_name() 418 versionmatch(cpuver, regno, n)) { in __cpc_name_to_reg()
|
/illumos-gate/usr/src/lib/libcpc/sparc/ |
H A D | conf_ultra.c | 413 versionmatch(int cpuver, int regno, const struct nametable *n) in versionmatch() function 460 if (versionmatch(cpuver, regno, n)) in cpc_walk_names() 472 if (bits == n->bits && versionmatch(cpuver, regno, n)) in __cpc_reg_to_name() 492 versionmatch(cpuver, regno, n)) { in __cpc_name_to_reg()
|