Home
last modified time | relevance | path

Searched refs:ud_reg_tab (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/opcache/jit/libudis86/
H A Dsyn-intel.c63 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 Dsyn-att.c60 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 Dsyn.h34 extern const char* ud_reg_tab[];
H A Dsyn.c35 const char* ud_reg_tab[] = variable

Completed in 24 milliseconds