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

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c922 const char *asistr = NULL; local
925 asistr = get_asi_name(f->f3.asi);
964 if (noasi == 0 && asistr != NULL)
965 bprintf(dhp, "\t<%s>", asistr);
1008 const char *asistr = NULL; local
1050 asistr = get_asi_name(f->f3.asi);
1051 if (asistr != NULL)
1052 bprintf(dhp, "\t<%s>", asistr);
1198 asistr = get_asi_name(f->f3.asi);
1199 if (asistr !
[all...]

Completed in 55 milliseconds