Searched defs:asistr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c974 const char *asistr = NULL; local
977 asistr = get_asi_name(f->f3.asi);
1016 if (noasi == 0 && asistr != NULL)
1017 bprintf(dhp, "\t<%s>", asistr);
1059 const char *asistr = NULL; local
1101 asistr = get_asi_name(f->f3.asi);
1102 if (asistr != NULL)
1103 bprintf(dhp, "\t<%s>", asistr);
1249 asistr = get_asi_name(f->f3.asi);
1250 if (asistr !
[all...]

Completed in 21 milliseconds