Home
last modified time | relevance | path

Searched refs:asistr (Results 1 – 1 of 1) sorted by relevance

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