Searched refs:ud_reg_tab (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/opcache/jit/libudis86/ |
H A D | syn-intel.c | 63 ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]); in gen_operand() 72 ud_asmprintf(u, "%s:", ud_reg_tab[u->pfx_seg - UD_R_AL]); in gen_operand() 75 ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]); in gen_operand() 79 ud_reg_tab[op->index - UD_R_AL]); in gen_operand() 150 ud_asmprintf(u, "%s ", ud_reg_tab[u->pfx_seg - UD_R_AL]); in ud_translate_intel()
|
H A D | syn-att.c | 60 ud_asmprintf(u, "%%%s", ud_reg_tab[op->base - UD_R_AL]); in gen_operand() 68 ud_asmprintf(u, "%%%s:", ud_reg_tab[u->pfx_seg - UD_R_AL]); in gen_operand() 74 ud_asmprintf(u, "(%%%s", ud_reg_tab[op->base - UD_R_AL]); in gen_operand() 82 ud_asmprintf(u, "%%%s", ud_reg_tab[op->index - UD_R_AL]); in gen_operand()
|
H A D | syn.h | 34 extern const char* ud_reg_tab[];
|
H A D | syn.c | 35 const char* ud_reg_tab[] = variable
|
Completed in 7 milliseconds