Home
last modified time | relevance | path

Searched refs:UD_NONE (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/opcache/jit/libudis86/
H A Dsyn-intel.c78 ud_asmprintf(u, "%s%s", op->base != UD_NONE? "+" : "", in gen_operand()
85 ud_syn_print_mem_disp(u, op, (op->base != UD_NONE || in gen_operand()
86 op->index != UD_NONE) ? 1 : 0); in gen_operand()
167 if (u->operand[0].type != UD_NONE) { in ud_translate_intel()
173 u->operand[1].type == UD_NONE || in ud_translate_intel()
195 if (u->operand[1].type != UD_NONE) { in ud_translate_intel()
206 if (u->operand[2].type != UD_NONE) { in ud_translate_intel()
216 if (u->operand[3].type != UD_NONE) { in ud_translate_intel()
H A Ddecode.c420 return UD_NONE; in decode_gpr()
423 return UD_NONE; in decode_gpr()
619 op->base = UD_NONE; in decode_modrm_rm()
650 op->scale = UD_NONE; in decode_modrm_rm()
651 op->index = UD_NONE; in decode_modrm_rm()
657 UD_NONE, UD_NONE, UD_NONE, UD_NONE }; in decode_modrm_rm()
660 op->scale = UD_NONE; in decode_modrm_rm()
663 op->base = UD_NONE; in decode_modrm_rm()
687 opr->base = UD_NONE; in decode_moffset()
688 opr->index = UD_NONE; in decode_moffset()
[all …]
H A Dsyn-att.c184 if (u->operand[0].type != UD_NONE) in ud_translate_att()
186 if (u->operand[1].type != UD_NONE) { in ud_translate_att()
209 if (u->operand[3].type != UD_NONE) { in ud_translate_att()
213 if (u->operand[2].type != UD_NONE) { in ud_translate_att()
217 if (u->operand[1].type != UD_NONE) { in ud_translate_att()
221 if (u->operand[0].type != UD_NONE) { in ud_translate_att()
H A Dsyn.c200 if (op->base == UD_NONE && op->index == UD_NONE) { in ud_syn_print_mem_disp()
202 UD_ASSERT(op->scale == UD_NONE && op->offset != 8); in ud_syn_print_mem_disp()
H A Dtypes.h61 UD_NONE, enumerator
H A Dudis86.c217 if (n > 3 || u->operand[n].type == UD_NONE) { in ud_insn_opr()

Completed in 23 milliseconds