Home
last modified time | relevance | path

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

/PHP-8.2/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 Dtypes.h64 UD_R_AL, UD_R_CL, UD_R_DL, UD_R_BL, enumerator
H A Dudis86.c249 opr->base >= UD_R_AL && in ud_opr_is_gpr()
H A Ddecode.c415 return UD_R_AL + rm; in decode_gpr()
416 } else return UD_R_AL + rm; in decode_gpr()

Completed in 18 milliseconds