Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/libudis86/
H A Dsyn-att.c59 case UD_OP_REG: in gen_operand()
177 if (u->operand[0].type == UD_OP_REG) { in ud_translate_att()
H A Dsyn-intel.c62 case UD_OP_REG: in gen_operand()
176 } else if (u->operand[1].type == UD_OP_REG && in ud_translate_intel()
H A Dudis86.c233 return opr->type == UD_OP_REG && in ud_opr_is_sreg()
248 return opr->type == UD_OP_REG && in ud_opr_is_gpr()
H A Ddecode.c357 if ((u->operand[0].type == UD_OP_REG && u->operand[0].base == UD_R_AX && in resolve_mnemonic()
358 u->operand[1].type == UD_OP_REG && u->operand[1].base == UD_R_AX) || in resolve_mnemonic()
359 (u->operand[0].type == UD_OP_REG && u->operand[0].base == UD_R_EAX && in resolve_mnemonic()
360 u->operand[1].type == UD_OP_REG && u->operand[1].base == UD_R_EAX)) { in resolve_mnemonic()
460 opr->type = UD_OP_REG; in decode_reg()
842 operand->type = UD_OP_REG; in decode_operand()
874 operand->type = UD_OP_REG; in decode_operand()
H A Dtypes.h127 UD_OP_REG, UD_OP_MEM, UD_OP_PTR, UD_OP_IMM, enumerator

Completed in 14 milliseconds