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

/freebsd-11-stable/sys/powerpc/powerpc/
H A Ddb_disasm.c630 #define APP_PSTR(fmt, arg) ADD_LEN(snprintf(pstr, slen, (fmt), (arg))) macro
715 APP_PSTR("%c", y ? '+' : '-');
724 APP_PSTR("%d", E);
730 APP_PSTR("crf%u, ", UI);
732 APP_PSTR("0x%x", UI);
739 APP_PSTR("0x%x, ", FM);
745 APP_PSTR("r%d, ", D);
751 APP_PSTR("crb%d, ", crbD);
757 APP_PSTR("crf%d, ", crfD);
763 APP_PSTR("
994 #undef APP_PSTR macro
[all...]

Completed in 62 milliseconds