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

/haiku/src/libs/udis86/
H A Dsyn-att.c42 ud_asmprintf(u, "*"); break;
56 ud_asmprintf(u, "$0x%x", op->lval.udword);
60 ud_asmprintf(u, "%%%s", ud_reg_tab[op->base - UD_R_AL]);
68 ud_asmprintf(u, "%%%s:", ud_reg_tab[u->pfx_seg - UD_R_AL]);
74 ud_asmprintf(u, "(%%%s", ud_reg_tab[op->base - UD_R_AL]);
78 ud_asmprintf(u, ",");
80 ud_asmprintf(u, "(");
82 ud_asmprintf(u, "%%%s", ud_reg_tab[op->index - UD_R_AL]);
85 ud_asmprintf(u, ",%d", op->scale);
88 ud_asmprintf(
[all...]
H A Dsyn-intel.c41 ud_asmprintf(u, "far ");
44 case 8: ud_asmprintf(u, "byte " ); break;
45 case 16: ud_asmprintf(u, "word " ); break;
46 case 32: ud_asmprintf(u, "dword "); break;
47 case 64: ud_asmprintf(u, "qword "); break;
48 case 80: ud_asmprintf(u, "tword "); break;
49 case 128: ud_asmprintf(u, "oword "); break;
50 case 256: ud_asmprintf(u, "yword "); break;
63 ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]);
70 ud_asmprintf(
[all...]
H A Dsyn.c113 ud_asmprintf(struct ud *u, const char *fmt, ...) function
140 ud_asmprintf(u, "%s%+" FMT64 "d", name, offset);
142 ud_asmprintf(u, "%s", name);
147 ud_asmprintf(u, "0x%" FMT64 "x", addr);
174 ud_asmprintf(u, "0x%" FMT64 "x", v);
192 ud_asmprintf(u, "0x%" FMT64 "x", v);
203 ud_asmprintf(u, "-0x%" FMT64 "x", -v);
205 ud_asmprintf(u, "%s0x%" FMT64 "x", sign? "+" : "", v);
/haiku/headers/libs/udis86/libudis86/
H A Dsyn.h39 int ud_asmprintf(struct ud *u, const char *fmt, ...)
42 int ud_asmprintf(struct ud *u, const char *fmt, ...);

Completed in 97 milliseconds