OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ud_reg_tab
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mach_override/libudis86/
syn.h
34
extern const char*
ud_reg_tab
[];
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]);
syn.c
35
const char*
ud_reg_tab
[] =
variable
Completed in 39 milliseconds