Searched refs:is_fmov (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c2089 int is_fmov = (idx & 0x3f); local
2095 is_fmov = (is_fmov == 0x1 || is_fmov == 0x2 || is_fmov == 0x3);
2133 if (is_fmov != 0) {
2145 if (is_fmov != 0)
2154 (is_fmov != 0 && f->fmv.cc != 0));

Completed in 26 milliseconds