HomeSort by relevance Sort by last modified time
    Searched refs:UD_R_AL (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mach_override/libudis86/
syn-intel.c 61 ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]);
70 ud_asmprintf(u, "%s:", ud_reg_tab[u->pfx_seg - UD_R_AL]);
73 ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]);
77 ud_reg_tab[op->index - UD_R_AL]);
148 ud_asmprintf(u, "%s ", ud_reg_tab[u->pfx_seg - UD_R_AL]);
syn-att.c 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]);
82 ud_asmprintf(u, "%%%s", ud_reg_tab[op->index - UD_R_AL]);
udis86.c 237 opr->base >= UD_R_AL &&
types.h 66 UD_R_AL, UD_R_CL, UD_R_DL, UD_R_BL,
decode.c 349 return UD_R_AL + rm;
350 } else return UD_R_AL + rm;

Completed in 183 milliseconds