Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/libudis86/
H A Dsyn-intel.c66 case UD_OP_MEM: in gen_operand()
148 u->operand[0].type != UD_OP_MEM && in ud_translate_intel()
149 u->operand[1].type != UD_OP_MEM ) { in ud_translate_intel()
170 if (u->operand[0].type == UD_OP_MEM) { in ud_translate_intel()
198 if (u->operand[1].type == UD_OP_MEM && in ud_translate_intel()
209 if (u->operand[2].type == UD_OP_MEM && in ud_translate_intel()
H A Dsyn-att.c63 case UD_OP_MEM: in gen_operand()
H A Dtypes.h127 UD_OP_REG, UD_OP_MEM, UD_OP_PTR, UD_OP_IMM, enumerator
H A Ddecode.c567 op->type = UD_OP_MEM; in decode_modrm_rm()
686 opr->type = UD_OP_MEM; in decode_moffset()
1252 u->operand[0].type != UD_OP_MEM && in ud_decode()
1253 u->operand[1].type != UD_OP_MEM ) in ud_decode()

Completed in 12 milliseconds