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

/haiku/src/libs/udis86/
H A Dsyn-intel.c63 ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]);
72 ud_asmprintf(u, "%s:", ud_reg_tab[u->pfx_seg - UD_R_AL]);
75 ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]);
79 ud_reg_tab[op->index - UD_R_AL]);
150 ud_asmprintf(u, "%s ", ud_reg_tab[u->pfx_seg - UD_R_AL]);
H A Dsyn-att.c60 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]);
82 ud_asmprintf(u, "%%%s", ud_reg_tab[op->index - UD_R_AL]);
H A Dudis86.c245 opr->base >= UD_R_AL &&
H A Ddecode.c415 return UD_R_AL + rm;
416 } else return UD_R_AL + rm;
/haiku/headers/libs/udis86/libudis86/
H A Dtypes.h64 UD_R_AL, UD_R_CL, UD_R_DL, UD_R_BL, enumerator in enum:ud_type

Completed in 47 milliseconds