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

/freebsd-11-stable/sys/sparc64/sparc64/
H A Ddb_disasm.c107 static const char *const ccodes[] = { variable
988 db_printf("%%%s", ccodes[((insn >> 11) & 0x3) + 4]);
991 db_printf("%%%s", ccodes[((insn >> 11) & 0x7)]);

Completed in 61 milliseconds