Home
last modified time | relevance | path

Searched refs:ud_operand (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/opcache/jit/libudis86/
H A Dsyn.h36 uint64_t ud_syn_rel_target(struct ud*, struct ud_operand*);
46 void ud_syn_print_imm(struct ud* u, const struct ud_operand *op);
47 void ud_syn_print_mem_disp(struct ud* u, const struct ud_operand *, int sign);
H A Dextern.h87 extern LIBUDIS86_DLLEXTERN const struct ud_operand* ud_insn_opr(const struct ud *u, unsigned int n);
89 extern LIBUDIS86_DLLEXTERN int ud_opr_is_sreg(const struct ud_operand *opr);
91 extern LIBUDIS86_DLLEXTERN int ud_opr_is_gpr(const struct ud_operand *opr);
H A Dsyn.c92 ud_syn_rel_target(struct ud *u, struct ud_operand *opr) in ud_syn_rel_target()
156 ud_syn_print_imm(struct ud* u, const struct ud_operand *op) in ud_syn_print_imm()
197 ud_syn_print_mem_disp(struct ud* u, const struct ud_operand *op, int sign) in ud_syn_print_mem_disp()
H A Dtypes.h152 struct ud_operand { struct
210 struct ud_operand operand[4];
246 typedef struct ud_operand ud_operand_t;
H A Dudis86.c214 const struct ud_operand*
231 ud_opr_is_sreg(const struct ud_operand *opr) in ud_opr_is_sreg()
246 ud_opr_is_gpr(const struct ud_operand *opr) in ud_opr_is_gpr()
H A Dsyn-att.c38 opr_cast(struct ud* u, struct ud_operand* op) in opr_cast()
52 gen_operand(struct ud* u, struct ud_operand* op) in gen_operand()
H A Ddecode.c380 decode_a(struct ud* u, struct ud_operand *op) in decode_a()
429 struct ud_operand *opr, in decode_reg()
472 decode_imm(struct ud* u, unsigned int size, struct ud_operand *op) in decode_imm()
493 decode_mem_disp(struct ud* u, unsigned int size, struct ud_operand *op) in decode_mem_disp()
526 struct ud_operand *operand, in decode_modrm_reg()
543 struct ud_operand *op, in decode_modrm_rm()
684 decode_moffset(struct ud *u, unsigned int size, struct ud_operand *opr) in decode_moffset()
696 decode_vex_vvvv(struct ud *u, struct ud_operand *opr, unsigned size) in decode_vex_vvvv()
710 decode_vex_immreg(struct ud *u, struct ud_operand *opr, unsigned size) in decode_vex_immreg()
729 struct ud_operand *operand, in decode_operand()
H A Dsyn-intel.c38 opr_cast(struct ud* u, struct ud_operand* op) in opr_cast()
59 static void gen_operand(struct ud* u, struct ud_operand* op, int syn_cast) in gen_operand()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_disasm.c322 const struct ud_operand *op;
406 addr = ud_syn_rel_target(&ud, (struct ud_operand*)op);
531 addr = ud_syn_rel_target(&ud, (struct ud_operand*)op);

Completed in 25 milliseconds